用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/cafitac/codex-channels --skill codex-channels命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
[CODEX-CHANNELS] Summarize runtime reachability, pending work, and the next best operator step.
[CODEX-CHANNELS] Watch quietly and optionally resolve the next actionable request with provided text.
[CODEX-CHANNELS] Follow runtime state quietly and only surface meaningful changes.
基于 SOC 职业分类
正在显示 SKILL.md
| name | codex-channels |
| description | [CODEX-CHANNELS] Set up or operate the local codex-channels runtime for Codex-first interaction routing. |
Use this skill when you want to:
When the user invokes this skill with an obvious subcommand intent, run the matching codex-channels command first instead of only explaining it.
Examples:
$codex-channels doctor -> run codex-channels doctor, then summarize the result.$codex-channels demo -> run codex-channels demo; if port binding needs approval, request it and continue.$codex-channels pending -> run codex-channels pending first.$codex-channels operator-status -> run the summary first and use it to choose the next step.$codex-channels next-step -> run the obvious next operator action when it is safe to do so.$codex-channels reply-latest --text ... -> run the command first, then summarize what was resolved.$codex-channels reply --id ... --text ... -> run the targeted reply first.Only stay explanatory when:
If you want dedicated shortcut skills instead of subcommands, use:
$operator-status$next-step$channels-doctor$channels-demo$channels-pending$channels-reply-latest$channels-watch$channels-followWhen invoked from inside Codex, prefer doing the next operator step over only restating documentation.
Default workflow:
codex-channels operator-status first and summarize the next action.codex-channels watch so changes are surfaced only when the state actually changes.codex-channels doctor and summarize the result.codex-channels pending first and fall back to inspect only when deeper detail is needed.codex-channels demo and then point them toward pending and reply-latest.codex-channels reply-latest --text ... over making them copy an interaction id manually.For a single run-ready summary, prefer:
codex-channels operator-status
For the next obvious action, prefer:
codex-channels next-step
For low-noise monitoring that can also resolve the next request when text is provided, use:
codex-channels follow --text staging
For low-noise monitoring, prefer:
codex-channels watch
codex-channels plugin-bootstrap
codex-channels operator-status
codex-channels watch
codex-channels next-step
codex-channels doctor
codex-channels pending
codex-channels demo
codex-channels pending
codex-channels inspect
codex-channels reply-latest --text staging
# or
codex-channels reply --id <interaction-id> --text staging
codex-channels plugin-bootstrap
codex-channels operator-status
codex-channels watch
codex-channels next-step
codex-channels doctor
codex-channels demo
codex-channels pending
codex-channels inspect
codex-channels reply-latest --text staging
codex-channels reply --id <interaction-id> --text staging
Additional watch guidance:
watch only when you actually want background-style monitoring; default flows should stay quiet.Additional follow guidance:
follow --text ... when you want low-noise monitoring plus the ability to resolve the next actionable request automatically once it appears.--text, prefer plain watch so the command stays observation-only.Scoped monitoring guidance:
--source <name> when you only care about one producer such as codex-channels-demo.--kind <kind> when you only care about one interaction shape such as user_input_request.--focus-id <id> when you want watch/follow behavior pinned to one specific interaction.Latest-overall guidance:
operator-status can show a newer resolved interaction separately from the latest actionable one, which helps explain why the queue changed even if the newest actionable request is older.