Install
openclaw skills install main-agent-supervisorSupervise a main agent so it defaults to execution, suppresses obvious permission loops, and escalates to the user only for true approvals or critical ambigu...
openclaw skills install main-agent-supervisorThis skill is for a supervisor layer over a main agent, not a generic task tracker.
Prevent the main agent from getting stuck on obvious decisions while still preserving real human control for risky or ambiguous actions.
Use a four-part model:
Classifier
AUTOCONFIRMESCALATEPre-send gate
Triage / watchdog
claude-code-supervisor, classify agent state into:
FINENEEDS_NUDGESTUCKDONEESCALATETask-state tracking for large tasks
task-supervisor, keep simple checkpoint files for long tasks.Proceed without bothering the user when all are true:
Ask the user when any are true:
Ask only when blocked after reasonable retries or when multiple materially different paths exist.
When the main agent drafts a question, rewrite it if:
Preferred rewrite:
For larger tasks, pair this with a task-state file instead of ad-hoc check-in messages. That preserves progress visibility without interrupting the user for obvious decisions.
For this workspace, the best practical setup is:
Read these when needed:
references/design.md — recommended architecture and message flowreferences/comparison.md — what existing public skills cover vs what they missreferences/implementation.md — workspace-specific OpenClaw implementation plan