agent-exec
SkillAI & modelsUse the agent-exec CLI to run Codex/Claude/Cursor and manage skills for this repo.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the agent-exec skill
What this skill tells your AI
The instructions your AI receives, as published by diegosouzapw/awesome-omni-skill in skills/data-ai/agent-exec/SKILL.md and read by ahel’s review.
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
- Run agent-exec from the repo root unless a different
--diris required. - 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 ...
- For skills installation, run:
npx agent-exec skills add <owner>/<repo>- Add
-gfor global installs and-yto skip prompts.
- JSON output uses headless defaults (codex
exec, claude-p, cursor--print). Override withAGENT_EXEC_*_ARGS(set to empty to disable defaults). - Default output is JSON. Use
--format textonly if human-readable logs are explicitly needed. - 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.
Signals
- GitHub stars
- 57
- Forks
- 19
- Last commit
- Mar 2026
Advanced
- Catalog kind
- skill
- Gateway key
agent-exec- Source
- github.com/diegosouzapw/awesome-omni-skill