🤖 Autonomous Agents
Codex CLI (OpenAI)
Delegate coding tasks to OpenAI's Codex CLI. Spawns an autonomous coding agent for feature implementation, bug fixes, and PRs using GPT/Codex models.
skill_view("codex")
🔧 Requirements
- Bins:codex, node
- Env:OPENAI_API_KEY
📖 Guide
Load skill with skill_view("codex"). The skill wraps OpenAI Codex CLI with the same delegation pattern as Claude Code — isolated workspace, project context, and PR workflow.
🔧 How To
For specific implementation tasks: load codex → describe the desired change → the agent creates a branch, writes code, tests, and opens a PR. Best for well-scoped tasks with clear acceptance criteria.
⚠️ Pitfalls
Codex CLI requires the codex binary and OAuth setup. Token usage costs apply via OpenAI billing. Not as battle-tested as Claude Code for large refactors.
Related Skills
More skills in Autonomous Agents