Stats
Links
Categories
Auto-discovered marketplace from stevennevins/openai-codex
npx claudepluginhub stevennevins/openai-codexIntegration with OpenAI Codex CLI for code generation and assistance
Claude Code plugin that lets Claude ask Codex (OpenAI's GPT CLI) for a second opinion when stuck.
When Claude is stuck after multiple failed attempts, it can consult Codex for a fresh perspective. Claude then synthesizes the response with its own knowledge rather than just parroting the output.
npm install -g @openai/codex
codex login
# Via slash command (in Claude Code)
/plugin install /path/to/openai-codex
# Or via CLI
claude plugin install /path/to/openai-codex
Scope options:
--scope user (default) - available in all projects--scope project - shared with team--scope local - project-specific, gitignored/openai-codex:ask <question> - Ask Codex with properly framed context/openai-codex:status - Check if Codex CLI is installedcodex-oracle - Haiku subagent for parent agents to delegate codex consultations. Takes context bundle, frames prompt, calls codex, waits 1-20 min, returns structured analysis.Claude trying to fix a tricky bug:
codex -r high "debugging question with context"