| name | agents-manager |
| description | Manage Clawdbot agents: discover, profile, track capabilities, define routing hierarchy, and assign tasks. Use when this capability is needed. |
Agents Manager
Manage all Clawdbot agents centrally: discover available agents, profile their capabilities, define routing hierarchy (who can assign to whom, who reports to whom), and intelligently route new tasks through the escalation chain.
🤖 For Agents
System Prompt (Copy-Paste)
Give this prompt to any agent to teach them this skill:
"You have access to the agents-manager skill. Use it to discover peers (scan_agents), check permissions (can_assign.js), and route tasks. Always follow the Handshake Protocol: Check requires_approval before assigning. If true, ask me first."
Core Rules
- Discovery: Always check
scan_agents.js before assuming an agent exists.
- Permission: Never assign a task without checking
can_assign.js or agent-registry.md.
- protocol:
- IF
requires_approval is FALSE -> Assign directly.
- IF
requires_approval is TRUE -> Ask supervisor (Human or Agent).
👤 For Humans
Quick Start
| Goal | Command |
|---|
| Setup | node scripts/setup_wizard.js (Run this first!) |
| List | node scripts/scan_agents.js |
|