‹ 返回总目录
开发工具 最近更新07-08

codex-cli-runtime

| 2026-08-01 收录

☆ 收藏
🛒 📚 AI提效实战指南 · 图解Skill🛒 📱 大流量手机卡 · 低月租📣 加入推广 · 佣金80-300/张 ›

🛍️ 更多精选好物 ›

📊 公开数据一览

📦 榜单安装量637
⭐ GitHub Stars31,292(fork 2116)
🗓️ 最近推送2026-07-08
🌱 项目创建2026-03-30
💻 语言 / LicenseJavaScript · Apache-2.0
🐛 开放Issue407

📝 工具简介

从Claude Code调用Codex来审查代码或委派任务。

📖 怎么用

先装插件市场 `/plugin marketplace add openai/codex-plugin-cc`,再装插件 `/plugin install codex@openai-codex`,然后 `/reload-plugins` 重载。接着运行 `/codex:setup` 初始化,它会让你配 ChatGPT 订阅或 OpenAI API key(免费版也行)。装好后就能用了:`/codex:review` 做只读代码审查,`/codex:adversarial` 做对抗式挑战审查,还能用 `/codex:rescue`、`/codex:transfer` 把任务丢给 Codex 干,用 `/codex:status` 和 `/codex:result` 查进度和结果,`/codex:cancel` 取消任务。另外记得全局装 `npm install -g @openai/codex`。

📋 迷你测评

从Claude Code调Codex来审代码或派活。亮点是跨工具协作,把Codex当副手。没提性能,适合想混用Claude和Codex的。

📄 README 要点

这个插件让你在Claude Code里直接调用Codex,不用切换工具就能享受两种AI的协作。核心功能包括代码审查、对抗性审查,还能把任务委派给Codex、转移会话、管理后台任务。需要ChatGPT订阅或OpenAI API密钥,Node.js要18.18以上。安装就是在Claude Code里添加市场、装插件、重载,然后跑一下/codex:setup检查是否就绪。适合那些已经在用Claude Code、又想试试Codex能力的开发者,尤其是想要多一个AI视角来审查代码或分担任务的时候。

查看英文原文
Codex plugin for Claude Code Use Codex from inside Claude Code for code reviews or to delegate tasks to Codex. This plugin is for Claude Code users who want an easy way to start using Codex from the workflow they already have. What You Get /codex:review for a normal read only Codex review /codex:adversarial review for a steerable challenge review /codex:rescue , /codex:transfer , /codex:status , /codex:result , and /codex:cancel to delegate work, hand off sessions, and manage background jobs Requirements ChatGPT subscription (incl. Free) or OpenAI API key. Usage will contribute to your Codex usage limits. Learn more. Node.js 18.18 or later Install Add the marketplace in Claude Code: [安装/使用命令见下方] Install the plugin: [安装/使用命令见下方] Reload plugins: [安装/使用命令见下方] Then run: [安装/使用命令见下方] /codex:setup will tell you whether Codex is ready. If Codex is missing and npm is available, it can offer to install Codex for you. If you prefer to install Codex yourself, use: [安装/使用命令见下方] If Codex is installed but not logged in yet, run: [安装/使用命令见下方] After install, you should see: the slash commands listed below the codex:codex rescue subagent in /agents One simple first run is: [安装/使用命令见下方] Usage /codex:review Runs a normal Codex review on your current work. It gives you the same quality of code review as running /review inside Codex directly. [!NOTE] Code review especially for multi file changes might take a while. It's generally recommended to run it in the background. Use it when you want: a review of your current uncommitted changes a review of your branch compared to a base branch like main Use base for branch review. It also supports wait and background . It is not steerable and does not take custom focus text. Use /codex:adversarial review when you want to challenge a specific decision or risk area. Examples: [安装/使用命令见下方] This command is read only and will not perform any changes. When run in the background you can use /codex:status to check on the progress and /codex:cancel to ca

💬 评论(0)

交流使用体验、避坑建议;违规内容将被删除

💬 意见反馈 / 联系客服

数据来源:skills.sh 榜单 + GitHub 公开数据,非人工实测,仅供参考