with one click
octoclaw
// 八爪鱼 (OctoClaw) — 多 Agent 智能调度器。通过任务分级、模型延迟感知、智能路由, 实现"先回复再派遣"的极速响应体验。1 个调度头脑 + 最多 8 个子 Agent 触手并行工作。 当用户发来复杂任务、需要多步操作、代码开发、深度调研、批量处理时使用此 skill。
// 八爪鱼 (OctoClaw) — 多 Agent 智能调度器。通过任务分级、模型延迟感知、智能路由, 实现"先回复再派遣"的极速响应体验。1 个调度头脑 + 最多 8 个子 Agent 触手并行工作。 当用户发来复杂任务、需要多步操作、代码开发、深度调研、批量处理时使用此 skill。
| name | octoclaw |
| metadata | {"author":"openclaw-community","version":"0.5.0","timestamp":"2026-05-09","stable":false} |
| tags | ["multi-agent","scheduler","productivity"] |
| description | OctoClaw is the TypeScript-first policy, delegation, status, and operator layer for OpenClaw. Use it when a turn should be routed through reply/delegate policy, WorkContract-backed delegation, runtime status, IM delivery, or feedback-loop tooling. |
| postInstall |  OctoClaw is installed. Current live route authority is `reply | delegate`. Use `octoclaw_dispatch` for delegated work and `octoclaw_status` for status. |
This skill describes the current v0.5.0 runtime line. It intentionally does
not describe the old Python octoclaw_spawn.py, completion-file finalizer, or
JSON delivery-outbox runtime. Those were historical mechanisms and must not be
reintroduced as compatibility paths.
| Layer | Authority |
|---|---|
| live route | `reply |
| execution lifecycle | OpenClaw native TaskFlow / sessions_spawn / native announce |
| OctoClaw metadata | SQLite runtime ledger: WorkContract, route seal, native refs, spawn intent, audit events |
| status display | generated projection from metadata + native lifecycle |
task-state.json | rebuildable read-model cache, not truth |
| replay log | observability and evaluation evidence, not runtime truth |
reply; do not create work.octoclaw_dispatch; do not hand-write spawn args.octoclaw_dispatch_confirm.octoclaw_status or
octoclaw_task_action; do not dispatch new work just to explain old work.octoclaw_spawn.task-state.json as durable truth. Missing or corrupt
task-state must be rebuilt or reported degraded.| Tool | Use |
|---|---|
octoclaw_route_hint | Ask the runtime for route guidance before model/tool escalation. |
octoclaw_policy_decide / octoclaw_route | Resolve policy and route facts. |
octoclaw_dispatch | Create a WorkContract-backed delegation plan and native spawn intent. |
octoclaw_dispatch_confirm | Bind accepted native runId / childSessionKey evidence back to OctoClaw metadata. |
octoclaw_task_action | Read task details, queue, artifacts, or supported task operations. |
octoclaw_status | Render status/details/queue/timeline from projection. |
octoclaw_crash_recovery | Run explicit recovery diagnostics. |
Delegated work must carry:
spawnExecuted=true requires accepted native run evidence. A child session key by
itself is only a reference; it is not execution proof.
These are status-surface requests, not new work:
Answer through octoclaw_status or octoclaw_task_action. If no verifiable
record exists, say that clearly and do not invent a task.
README.md / README.zh-CN.md: operator-facing overview.docs/octoclaw-architecture-map-2026-05-09.md: detailed module graph.docs/octoclaw-ts-rebuild-design-v2.md: architecture baseline.docs/octoclaw-runtime-convergence-cleanup-plan-2026-05-07.md: runtime cleanup handoff.docs/octoclaw-repo-debt-cleanup-plan-2026-05-09.md: archive/version/terminology cleanup.docs/archive/: historical material only.Do not reintroduce these as product runtime behavior:
octoclaw_spawn as a public tool or alias.runtime.subagent.run() fallback.[HINT] Download the complete skill directory including SKILL.md and all related files