원클릭으로
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.