Install
openclaw skills install openclaw-agent-orchestratorClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
Create and repair durable OpenClaw agents, bindings, and runtime state. Use when the user wants real subagents, durable agent entries, or proof that orchestration actions actually changed live state. Prefer verified `openclaw agents add` flows over optimistic `sessions_spawn` narration.
openclaw skills install openclaw-agent-orchestratorUse this skill when the user wants real subagents or when the runtime claims it started agents but openclaw agents list and openclaw agents bindings do not show them.
For durable subagents in this deployment, use openclaw agents add and verify the result.
Do not use sessions_spawn with mode="session" for durable agent creation here. This runtime has already returned errors such as:
mode="session" requires thread=truethread=true is unavailable because no channel plugin registered subagent_spawning hooksTreat sessions_spawn as ephemeral-only unless the current runtime explicitly proves thread-bound session support.
scripts/verify-runtime.sh to see the current truth.scripts/create-agent.sh <agent-id> <name> <emoji> [theme].openclaw agents bind.scripts/verify-runtime.sh.openclaw agents list --json shows it.openclaw agents bindings --json shows them.crontab in this environment. Use openclaw cron ... only if a schedule is actually needed.GO, starting now, or spawned successfully before a verified state change.Verify:
./scripts/verify-runtime.sh
Create one durable agent:
./scripts/create-agent.sh oracle "Oracle" "🔮" "qa"
Create one durable agent from a copied workspace and verify:
./scripts/create-agent.sh trinity "Trinity" "🥷" "ops"
./scripts/verify-runtime.sh