/SKILL.md
--- name: openclaw-subagent-supervisor description: Supervise OpenClaw subagents on complex multi-step coding, ops, config, or documentation tasks. Use when the main session should act as PM/supervisor: define deliverables, spawn workers, inspect evidence with sessions_history(includeTools=true), steer or kill drifting runs, apply four-evidence acceptance, and optionally run a critic review before reporting completion. --- # OpenClaw Subagent Supervisor Use this skill to run **evidence-driven
npx skillsauth add openclawbb/openclaw-subagent-supervisor openclaw-subagent-supervisorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to run evidence-driven supervision over OpenClaw subagents.
The goal is not to let a worker free-run and repeat its claims. The goal is to:
Do not trust status words like “done”, “fixed”, or “blocked”. Trust evidence.
For subagent work, evidence usually means:
Use this skill when the task is:
Do not use it for:
Before calling sessions_spawn, make the task concrete:
Good worker prompts usually include:
Use sessions_spawn for the implementation run.
For strong prompts, prefer instructions like:
Use sessions_history(includeTools=true).
Check whether the worker has started doing real work:
Warning signs:
If it is drifting, steer immediately.
Check again with sessions_history(includeTools=true).
Look for:
At this gate:
sessions_send or subagents(action=steer) to tighten the taskDo not poll constantly. Inspect at meaningful gates.
When a worker says it is blocked, force clarity:
If it cannot answer clearly, the problem is usually drift, not a real blocker.
Do not accept completion without all four categories.
If one category is missing, the task is not accepted yet.
Spawn a critic or second pass when:
The critic should review, not re-implement.
sessions_spawn → assign implementationsessions_history(includeTools=true) → inspect evidencesessions_send → light correctionsubagents(action=steer) → strong correctionsubagents(action=kill) → stop losssessions_list → only when you need to locate or debug a run; do not loop on itWhen replying to the user, report only facts you have checked:
Do not forward worker self-assessment as truth.
references/supervisor-sop.md when you need the full operational checklist.references/templates.md when you need copy-ready worker, critic, rework, or user-report prompts.references/quick-reference.md when you only need the compact flow.Spawn work. Inspect evidence. Steer drift. Kill waste. Accept on proof.
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.