Agent skill · AI & Agents

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.

majiayu000github.com/majiayu000GitHub ↗
codexclaude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 17 KB
Bundled scripts: none
Path: skills/ai-llm/codex-cli-adaptationio-skrillz-3/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Use
  2. Quick Start
  3. 1. Install Codex CLI
  4. 2. Setup Authentication
  5. 3. Basic Usage
  6. Full Automation Mode - MAXIMUM POWER
  7. ✅ When to Use Bypass Mode
  8. ⚠️ Safer Automation Options
  9. Approval Policies
  10. Sandbox Modes
  11. Available Models (December 2025)
  12. GPT-5.2 Series (NEW - December 11, 2025)
  13. GPT-5.1 Codex Series (Recommended for Coding)
  14. Legacy GPT-5 Series
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going