ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/1477009639zw-blip/agent-oversight
Or

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

  1. Read file before editing
  2. Exact oldText matching required
  3. One agent per file at a time
  4. Log all failures to learnings.md

Metadata

Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-1477009639zw-blip-agent-oversight": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.