一键导入
conveyor-check-status
Check Agent Conveyor manager/worker or worker-set status from the current project's per-project ledger.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Check Agent Conveyor manager/worker or worker-set status from the current project's per-project ledger.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Draft, preflight, apply, and inspect Agent Conveyor setup bundles for manager-worker operating cells through a conversational Codex setup flow.
Create one visible Codex app manager and one visible Codex app worker for the current project using the globally installed Agent Conveyor CLI.
Create one visible Codex app manager and multiple visible Codex app workers for the current project using Agent Conveyor.
Run the blocking Agent Conveyor Codex app connection smoke gate for a manager/worker pair or worker set before real work starts.
Wake stale Agent Conveyor Codex app manager or worker threads through native app thread tools and record delivery receipts.
Run a bounded Agent Conveyor "what's next?" nudger loop for an existing Codex app manager/worker pair or worker set.
| name | conveyor-check-status |
| description | Check Agent Conveyor manager/worker or worker-set status from the current project's per-project ledger. |
Use this skill when the operator asks for the status of an Agent Conveyor pair or worker set from any project.
.codex-workers/workerctl.db under the current project unless the
operator explicitly provides another path.conveyor-app-wake-relay skill rather than an ad hoc direct prompt.For a known task:
TASK="example-task"
conveyor app-loop-status "$TASK" --path "$PWD/.codex-workers/workerctl.db" --json
conveyor app-autopilot status "$TASK" --path "$PWD/.codex-workers/workerctl.db" --json
For an unknown task, list candidate records first:
conveyor tasks --path "$PWD/.codex-workers/workerctl.db" --json
Report manager and worker thread ids/titles, stale roles, inbox backlog, heartbeat/autopilot state, dispatch health, and the exact next action.