Подключение OpenAI Codex как агента вместо Claude

ai-tooling

add-codex is a Claude Code skill that wires OpenAI Codex (CLI and AppServer) into NanoClaw as a drop-in agent provider, replacing the default Claude Agent SDK. Codex handles planning, tool orchestration, native context compression, MCP-tools, and session resume. The skill copies only the required module into the user's fork, keeping the codebase lean. It works with a ChatGPT subscription or an OPENAI_API_KEY, and the provider can be set independently per agent group. This is distinct from using OpenAI as an MCP-tool, where Claude remains the primary orchestrator — add-codex hands full agent control to Codex, making it useful for multi-provider setups or experimentation with alternative AI engines.