Install
openclaw skills install orchestration-setupsHybrid orchestration skill where OpenClaw stays the control plane and ACP Claude Code is the default execution backend for coding work.
openclaw skills install orchestration-setupsUse this when the user wants multi-step coding orchestration without making the main OpenClaw session carry the execution load.
This skill is for hybrid orchestration, not pure OpenClaw swarms.
Use this skill when:
Do not use this skill when:
Every workstream must have:
For a real coding worker, prefer:
sessions_spawnruntime: "acp"agentIdthread: truemode: "session"This gives a persistent coding worker instead of a fragile short-lived chat worker.
Use when one worker can do the task.
Pattern:
Use by default for non-trivial code changes.
Pattern:
Use when there is a real repo/worktree with multiple steps.
Pattern:
Use only when the work is large enough to justify multiple workers.
Pattern:
project-specs/
shared-specs/
shared-artifacts/
runs/<run-id>/
worker-state/
## TASK
<exact task>
## EXPECTED OUTPUT
<artifact paths + format>
## MUST DO
- read the listed files first
- write artifacts before claiming completion
- report only the concise delta
## MUST NOT
- do not overwrite unrelated files
- do not self-approve
- do not hide uncertainty
## CONTEXT
- repo/worktree:
- files to read first:
- artifact path:
For now, the safest default is:
That is the baseline setup this skill assumes.