← Registry
Plugin Official

Codex plugin for Claude Code (marketplace: openai-codex, plugin: codex)

Claude Code plugin that lets you run Codex from within Claude Code to review code or delegate background tasks using your local Codex auth.

Install

/plugin marketplace add openai/codex-plugin-cc && /plugin install codex@openai-codex && /reload-plugins && /codex:setup
$

A Claude Code plugin that calls out to Codex without leaving your Claude Code session, delegating through your local Codex CLI and app server so it reuses the same install, login, and repo checkout. It adds commands like /codex:review and /codex:adversarial-review for read-only reviews, /codex:rescue to hand a task off to a Codex subagent, and status/result/cancel commands for background jobs. Use it when you want a second model to review changes or run work in the background; needs a ChatGPT plan or API key and Node 18.18+.