main-agent-supervisor

Supervise a main agent so it defaults to execution, suppresses obvious permission loops, and escalates to the user only for true approvals or critical ambiguity. Use when designing, running, or auditing a reviewer/gatekeeper/coaching layer for agent replies, approval policy, escalation logic, anti-stuck behavior, or supervisor-style chat/output filtering.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "main-agent-supervisor" with this command: npx skills add sjingh/main-agent-supervisor

Main Agent Supervisor

This skill is for a supervisor layer over a main agent, not a generic task tracker.

Goal

Prevent the main agent from getting stuck on obvious decisions while still preserving real human control for risky or ambiguous actions.

Core design

Use a four-part model:

  1. Classifier

    • Decide whether a pending ask/action is:
      • AUTO
      • CONFIRM
      • ESCALATE
  2. Pre-send gate

    • Before the main agent sends a user-visible reply, ask:
      • Is this asking for an obvious decision?
      • Is there a safe default?
      • Is the agent permission-looping?
    • If yes, suppress the question and continue execution.
  3. Triage / watchdog

    • Borrowing from claude-code-supervisor, classify agent state into:
      • FINE
      • NEEDS_NUDGE
      • STUCK
      • DONE
      • ESCALATE
    • Use a lightweight pre-filter for obvious cases before invoking heavier review.
  4. Task-state tracking for large tasks

    • Borrowing from task-supervisor, keep simple checkpoint files for long tasks.
    • Track:
      • started time
      • status
      • completed steps
      • last updated
      • current blocker / next step

Use this policy

AUTO

Proceed without bothering the user when all are true:

  • internal / local action
  • reversible or low-risk
  • no external send/publish
  • no payment / secret / production change
  • user intent is already clear
  • there is one reasonable default

CONFIRM

Ask the user when any are true:

  • external send/publish
  • destructive / irreversible action
  • money / orders / account changes
  • production/live-system changes
  • privacy / compliance / legal sensitivity

ESCALATE

Ask only when blocked after reasonable retries or when multiple materially different paths exist.

Reply-shaping rules

When the main agent drafts a question, rewrite it if:

  • it is merely asking permission for an AUTO action
  • it asks for a trivial preference that has a safe default
  • it proposes extra scope that is obviously worth trying and reversible

Preferred rewrite:

  • state the chosen default
  • continue execution
  • mention assumptions briefly if needed

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.

Best current pattern

For this workspace, the best practical setup is:

  • escalation classifier as the core policy
  • pre-send gate as enforcement
  • triage/watchdog for stuck detection
  • task-state files for large tasks
  • passive reviewer/audit log for tuning

References

Read these when needed:

  • references/design.md — recommended architecture and message flow
  • references/comparison.md — what existing public skills cover vs what they miss
  • references/implementation.md — workspace-specific OpenClaw implementation plan

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Xiaohongshu Ops

小红书端到端运营:账号定位、选题研究、内容生产、发布执行、数据复盘。 Use when: (1) 用户要写小红书笔记/帖子, (2) 用户说"发小红书"/"写个种草文"/"出一篇小红书", (3) 用户讨论小红书选题/热点/爆款分析/竞品对标, (4) 用户提到账号定位/人设/内容方向规划, (5) 用户要求生成...

Registry SourceRecently Updated
Automation

WeMP Ops

微信公众号全流程运营:选题→采集→写作→排版→发布→数据分析→评论管理。 Use when: (1) 用户要写公众号文章或提供了选题方向, (2) 用户说"写一篇关于XXX的文章"/"帮我写篇推文"/"出一篇稿子", (3) 用户要求采集热点/素材/竞品分析, (4) 用户提到公众号日报/周报/数据分析/阅读量/...

Registry SourceRecently Updated
Automation

agent-stock

用于股票行情查询与分析的命令行技能。用户提到 stock 命令、股票代码、最新资讯、市场概览、K 线或配置管理时调用。

Registry SourceRecently Updated