add-codex
FeaturedUse Codex (OpenAI's codex app-server) as a full agent provider — planning, tool orchestration, MCP tools, server-side history, session resume — alongside or instead of Claude. ChatGPT subscription or OpenAI API key, vault-only via OneCLI. Per-group via `ncl groups config update --provider codex`. Distinct from using OpenAI as an MCP tool (where Claude remains the planner).
Install
Quality Score: 96/100
Skill Content
Details
- Author
- nanocoai
- Repository
- nanocoai/nanoclaw
- Created
- 7 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
codex
Run OpenAI Codex (the `codex` CLI, GPT models) as a managed subagent from Claude Code — start work in the background and get a run handle back immediately, watch its live event log at a controlled level of detail, interrupt and redirect a run, resume any earlier Codex thread including ones started in the Codex TUI, and collect results as text or schema-validated JSON. Use whenever work is being handed to Codex or GPT, when a second independent model should look at something, when an external agent should keep working while Claude does something else, or when an earlier Codex session needs continuing. Also covers Codex CLI setup, auth, sandbox and config diagnosis. Triggers include: codex, 코덱스, 코덱스로, 코덱스한테, ���덱스에게, GPT, GPT한테, GPT에게 시켜, delegate to codex, run with codex, ask GPT, resume codex. Not for Claude's own subagents, the Task tool, or background Bash — those are Claude doing the work itself. Not for Codex Cloud or `codex mcp-server` / `app-server`.
codex-cli-bridge
Delegate work to the OpenAI Codex CLI (`codex`) under a ChatGPT subscription — run plan/instruction EXECUTION in a sandboxed workspace, or get a read-only ADVISORY review of a plan or working-tree diff — as a second delegated-execution backend beside Antigravity. Use when the user wants to hand a bounded coding task or plan to `codex exec`, get a second-opinion review from codex, install or authenticate Codex CLI, understand its sandbox/network/approval policy, drive codex efficiently from the main agent (exec vs review, resume, the commit boundary), bridge project context (`AGENTS.md`) into codex, or troubleshoot codex flags, models, auth, or its no-TTY headless behaviour.
codexctl
One CLI for every other model and agent — drives the local `codex app-server` JSON-RPC control plane. Delegate coding tasks to Codex models (gpt-5.6-luna/terra/sol, gpt-6-astra) or to free OpenRouter models, resume/fork/steer/interrupt threads, get Codex code reviews; and make plain model calls with our own instructions — `ask` any model (Muse Spark, Gemini Flash, Sonnet, DeepSeek, Qwen, GLM, free chains), `compare` A/B/C prose variants, `map` cheap long-context jobs over big files, track spend. Use when the user says Codex, codexctl, "ask Codex/Gemini/DeepSeek/<model>", "have Codex do/review", "A/B test this copy", "compare models", "use a cheap/free model for", "run this over the whole file", or wants a second model's draft or opinion.