collaborating-with-codex
Installation
SKILL.md
与 Codex MCP 协同开发
通过
mcp__codex__codex工具直接调用,无需命令行。始终使用read-only沙箱,要求 codex 只输出 unified diff patch。
MCP 工具说明
工具名
mcp__codex__codex
参数
| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
PROMPT |
string | ✅ | - | 发送给 Codex 的任务指令(建议用英语) |
cd |
Path | ✅ | - | 工作目录根路径(必须存在) |
sandbox |
string | ❌ | read-only |
read-only / workspace-write / danger-full-access |
SESSION_ID |
UUID | ❌ | None | 继续之前的会话,保持上下文 |
Related skills