codex-exec
FeaturedRun autonomous task execution using the codex CLI. Use when the user asks to "codex exec", "run codex exec", "execute a task with codex", or "delegate to codex".
Install
Quality Score: 89/100
Skill Content
Details
- Author
- tobihagemann
- Repository
- tobihagemann/turbo
- Created
- 6 months ago
- Last Updated
- 2 days ago
- Language
- Shell
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
codex
Delegate a task to OpenAI Codex (GPT) as a headless subagent — `codex exec` does the work on the user's OpenAI/ChatGPT credits instead of Claude's rate-limit budget. Use when the user says "ask codex", "ask gpt", "delegate to codex/gpt", "have gpt do it", wants a second-model opinion or review, or when a Claude usage cap is near/at 100% and work should be offloaded. Covers one-shot and background runs, follow-ups (resume), sandbox levels, parallel fan-out, code review, and auth.
codex-exec
Run one prompt through headless Codex and capture its result. Use when: requesting a single noninteractive Codex process. Not for worker batches or retries.
codex
OpenAI Codex CLI — delegate coding tasks (build features, refactor, review) to a backgrounded agent. Requires OPENAI_API_KEY.