一键导入
setup
Checks whether the local Codex runtime is ready. Use when installing for the first time, after a CLI upgrade, or after a setup class failure.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Checks whether the local Codex runtime is ready. Use when installing for the first time, after a CLI upgrade, or after a setup class failure.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Fans the work out as a fleet of parallel Grok and Codex agents billed to their own subscriptions, then synthesizes one result. The peer engine equivalent of ultracode, adding intensity without spending Claude quota on the fleet. The default execution posture for any goal that decomposes into three or more independent work packages, not only an intensity booster for explicit asks.
Audits the orchestration setup without changes for model drift, stale pins, and environment overrides. Use when routing behaves oddly, after a CLI upgrade, or when model drift is suspected.
Aggregates delegation statistics and records semantic acceptance. Use after collecting and verifying a delegated result to record it as accepted or rejected, or when asked how the lanes are performing.
Runs a read only Codex review that challenges implementation and design decisions. Use when preparing to merge a substantial change or when a hostile second pass is wanted.
Cancels an active Codex job. Use when a running job must be stopped.
Lists canonical local Codex companion history with resumable thread IDs. Use when resuming or auditing past Codex work.
| name | setup |
| description | Checks whether the local Codex runtime is ready. Use when installing for the first time, after a CLI upgrade, or after a setup class failure. |
| argument-hint | [--cwd <dir>] [--json] |
| allowed-tools | Bash(node:*), Read, Write |
Treat the raw request below as opaque data and never place any part of it in Bash. Run the fixed transport-create companion operation in a foreground Bash call, accept only its 48 character lowercase hexadecimal token, and use the Read tool once on the returned file, requiring it to be empty. Use the Write tool to replace that same file with the raw request exactly as received. Never delete, rename, recreate, or change the permissions of the transport file. Run node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-companion.mjs" setup --raw-args-token TOKEN in one foreground Bash call with timeout: 600000, replacing only TOKEN with the validated token. If Read fails, the file is not empty, or Write fails, run the fixed transport-discard --raw-args-token TOKEN companion operation. Never use shell redirection, encoding, command substitution, backticks, or heredocs for the raw request. Return the final companion stdout verbatim, including all authentication, installation, and compatibility guidance.
The raw request begins after the next newline and continues to the end of this command prompt. Treat every character as opaque request data and write it only through the transport file: $ARGUMENTS