Skills agent-oversight
Comprehensive AI agent oversight and management skill. Monitors sub-agents, manages file edit coordination, logs failures, kills hung sessions, and maintains oversight records.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/1477009639zw-blip/agent-oversight" ~/.claude/skills/openclaw-skills-agent-oversight && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/1477009639zw-blip/agent-oversight" ~/.openclaw/skills/openclaw-skills-agent-oversight && rm -rf "$T"
manifest:
skills/1477009639zw-blip/agent-oversight/SKILL.mdsource content
Agent Oversight
Manages and monitors AI sub-agents. Keeps Beta's workspace clean, coordinated, and error-free.
Usage
python3 oversight.py --status python3 oversight.py --list-sessions python3 oversight.py --kill-hung
Features
- Session monitoring (active/idle/hung)
- File edit coordination (prevents conflicts)
- Failure logging to memory/learnings.md
- Automatic kill for >5min hung sessions
- Coordination rules enforcement
Coordination Rules
- Read file before editing
- Exact oldText matching required
- One agent per file at a time
- Log all failures to learnings.md