agent-exec

Use the agent-exec CLI to run Codex/Claude/Cursor and manage skills for this repo.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "agent-exec" with this command: npx skills add geli2001/agent-exec/geli2001-agent-exec-agent-exec

agent-exec

Use this skill when you need to run the local agent-exec CLI, select an agent, or install skills.

When to use

  • Run Codex/Claude/Cursor via a single wrapper command.
  • Install or update skills using the open agent skills ecosystem.
  • Capture a JSON summary of git changes after an agent runs.

Instructions

  1. Run agent-exec from the repo root unless a different --dir is required.
  2. For normal tasks, run:
    • npx agent-exec "<prompt>"
    • If a specific agent is required: npx agent-exec "<prompt>" --agent codex|claude|cursor
    • To pass through agent-specific flags: npx agent-exec "<prompt>" -- --model ...
  3. For skills installation, run:
    • npx agent-exec skills add <owner>/<repo>
    • Add -g for global installs and -y to skip prompts.
  4. JSON output uses headless defaults (codex exec, claude -p, cursor --print). Override with AGENT_EXEC_*_ARGS (set to empty to disable defaults).
  5. Default output is JSON. Use --format text only if human-readable logs are explicitly needed.
  6. Codex has an experimental "run terminal in background" capability. If it is enabled, prefer that for long-running commands so the agent can continue while the job runs.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

obsidian-notes

Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.

Archived SourceRecently Updated
Coding

mcporter-cli

Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.

Archived SourceRecently Updated
Coding

github-tools

Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.

Archived SourceRecently Updated
Coding

bili-rs

Development skill for bili-rs, a Rust CLI tool for Bilibili (B站). Use when implementing features, fixing bugs, or extending the bilibili-cli-rust codebase. Provides architecture conventions, API endpoints, coding patterns, and project-specific constraints. Triggers on tasks involving adding CLI commands, calling Bilibili APIs, handling authentication, implementing output formatting, or working with the layered cli/commands/client/payloads architecture.

Archived SourceRecently Updated
agent-exec | V50.AI