What problem does it solve?
NanoClaw defaults to the Anthropic-only Claude Agent SDK for agent operations, creating vendor lock-in for teams that prefer OpenAI's Codex CLI and ecosystem. This Skill eliminates that limitation by enabling full Codex integration as a drop-in agent provider.
Core Features & Use Cases
- End-to-End Codex Setup: Automatically fetches Codex provider source files from the upstream providers branch, wires them into host and container codebases, and updates the Dockerfile to install the Codex CLI with no manual file edits required.
- Flexible Authentication Support: Works with ChatGPT subscriptions, OpenAI API keys, and custom OpenAI-compatible endpoints (including local LLM servers via Groq, Together, or vLLM) to match your existing workflow.
- Full Feature Parity: Unlocks Codex's native session resume, streaming events, MCP tool access, and built-in context management, matching the Claude Agent SDK's feature set without Anthropic dependency.
- Use Case: Development teams using OpenAI tools can run NanoClaw agents with Codex instead of Claude, leveraging existing OpenAI credentials and tooling without rewriting agent logic.
Quick Start
Use the add-codex skill to install the Codex agent provider for your NanoClaw instance, configure your preferred authentication method, and rebuild the container to start using Codex-powered agents.