codex-cli
Integrate OpenAI Codex CLI into Claude Code for AI collaboration, code generation, and automated development. Use when working with OpenAI models (GPT-5.2, GPT-5.1-Codex-Max, o3, o4-mini), code refactoring, git workflows, or needing full automation with permission bypass.
npx skills add majiayu000/claude-skill-registry --skill codex-cli-adaptationio-skrillz-3 --agent codex
Same command for any agent — swap --agent for claude-code, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# OpenAI Codex CLI Integration Integrates OpenAI's Codex CLI into Claude Code, enabling seamless AI collaboration between Claude and Codex for enhanced development workflows. **Last Updated**: December 2025 (GPT-5.2 Release) ## When to Use - Working with OpenAI models (GPT-5.2, GPT-5.1-Codex-Max, o3, o4-mini) - Code generation and refactoring with latest models - Git-aware workflows and PR reviews - Full automation with permission bypass - Reasoning-first development (o3 models, GPT-5.2 with xhigh reasoning) - Multimodal tasks (code + images) - Sandboxed execution environments - Long-context tasks (400K tokens with GPT-5.2) ## Quick Start ### 1. Install Codex CLI ```bash # Check current installation codex --version # Install/Update globally via NPM npm install -g @openai/codex # Or use Homebrew (macOS/Linux) brew install openai/tap/codex-cli ``` ### 2. Setup Authentication #### Option A: ChatGPT Plus/Pro (Recommended) ```bash # Login with ChatGPT account codex login # Opens browser for OAuth authentication # Includes GPT-5-Codex access with subscription ``` #### Option B: API Key ```bash # Set OpenAI API key export OPENAI_API_KEY="your-api-key-here" # Or create config file mkdir -p
- When to Use
- Quick Start
- 1. Install Codex CLI
- 2. Setup Authentication
- 3. Basic Usage
- Full Automation Mode - MAXIMUM POWER
- ✅ When to Use Bypass Mode
- ⚠️ Safer Automation Options
- Approval Policies
- Sandbox Modes
- Available Models (December 2025)
- GPT-5.2 Series (NEW - December 11, 2025)
- GPT-5.1 Codex Series (Recommended for Coding)
- Legacy GPT-5 Series
Check current installation codex --version Install/Update globally via NPM npm install -g @openai/codex Or use Homebrew (macOS/Linux) brew install openai/tap/codex-cli Login with ChatGPT account codex login Opens browser for OAuth authentication Includes GPT-5-Codex access with subscription
What does the codex-cli skill do?
Integrate OpenAI Codex CLI into Claude Code for AI collaboration, code generation, and automated development. Use when working with OpenAI models (GPT-5.2, GPT-5.1-Codex-Max, o3, o4-mini), code refactoring, git workflows, or needing full automation with permission bypass.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill codex-cli-adaptationio-skrillz-3 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
