Supervising Agents

PassAudited by ClawScan on Mar 31, 2026.

Overview

This is an instruction-only supervision framework whose required actions and references are consistent with its stated purpose (monitoring and intervening with dispatched subagents); it does not request extra credentials or install anything.

This skill appears coherent and focused on supervising subagents. Before installing or using it: (1) confirm the agent platform's permissions for file system access and messaging so the skill's ls/wc/find and SendMessage probes only run where you expect; (2) avoid pointing checks at sensitive directories or broad globs; (3) tune check intervals and timeouts to avoid noisy/probing behavior that could trigger rate limits or accidental data exposure; (4) be aware README suggests copying SKILL.md into ~/.claude/skills or setting CLAW_SKILLS — those modify your user environment, so review before applying; (5) prefer human escalation for tasks involving sensitive data or credentials. If you want stronger assurance, provide runtime logs or a minimal example run so you can confirm the skill's behaviors in a safe environment.