agents-managerManage Clawdbot agents: discover, profile, track capabilities, define routing hierarchy, and assign tasks. Use when: (1) Listing available agents, (2) Profiling agent capabilities and communication methods, (3) Defining agent routing (can_assign_to, reports_to, escalation_path), (4) Assigning tasks to appropriate agents, (5) Tracking agent performance and completed work, (6) Updating agent registry after changes.
Install via ClawdBot CLI:
clawdbot install agentandbot-design/agents-managerManage 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.
Give this prompt to any agent to teach them this skill:
"You have access to theagents-managerskill. Use it to discover peers (scan_agents), check permissions (can_assign.js), and route tasks. Always follow the Handshake Protocol: Checkrequires_approvalbefore assigning. If true, ask me first."
scan_agents.js before assuming an agent exists.can_assign.js or agent-registry.md.requires_approval is FALSE -> Assign directly.requires_approval is TRUE -> Ask supervisor (Human or Agent).| Goal | Command |
|------|---------|
| Setup | node scripts/setup_wizard.js (Run this first!) |
| List | node scripts/scan_agents.js |
| Health | node scripts/health_check.js |
| Stats | node scripts/log_analyzer.js |
List and profile all agents to understand their capabilities and routing configuration.
# List all agents
node {baseDir}/scripts/scan_agents.js
# Profile specific agent
node {baseDir}/scripts/generate_card.js <agent_id>
Ensure your agent ecosystem is healthy and valid.
# Validate registry integrity
node {baseDir}/scripts/validate_registry.js
# Check permissions (Agent A -> Agent B)
node {baseDir}/scripts/can_assign.js <source_id> <target_id>
# Visualize hierarchy
node {baseDir}/scripts/visualize_agents.js
Define how tasks flow between agents using references/task-routing-rules.md.
can_assign_to allows)requires_approval is true.scan_agents.js: Discovery toolvalidate_registry.js: Schema validatorcan_assign.js: Permission checkergenerate_card.js: Agent card generatorvisualize_agents.js: Hierarchy visualizerscan_agents.js: Discovery toolvalidate_registry.js: Schema validatorcan_assign.js: Permission checkergenerate_card.js: Agent card generatorvisualize_agents.js: Hierarchy visualizerhealth_check.js: Status monitor (Healthy/Slow/Offline)log_analyzer.js: Performance stats (Jobs/Success Rate)setup_wizard.js: Interactive configuration toolGenerated Mar 1, 2026
A customer support team uses the agent manager to route complex queries from initial chatbot agents to specialized human agents, ensuring proper handshake protocols for approvals and tracking resolution paths. This reduces response time and maintains a clear audit trail of escalations.
In a software development environment, the skill manages automated agents for tasks like code deployment, monitoring, and incident response, routing alerts through a hierarchy based on severity and agent capabilities. This ensures efficient resource allocation and minimizes downtime.
Healthcare providers deploy agents to manage patient data routing between diagnostic tools, specialist bots, and human doctors, with strict permission checks to comply with privacy regulations. The escalation chain handles urgent cases by escalating to supervisors for approval.
A logistics company uses the agent manager to orchestrate agents tracking shipments, inventory levels, and supplier communications, routing tasks based on agent profiles and predefined rules. This optimizes workflow and provides real-time visibility into operations.
Financial institutions employ agents to automate compliance checks and fraud detection, routing suspicious activities through a hierarchy of analysis bots and human reviewers with approval protocols. This enhances accuracy and regulatory adherence.
Offer the agent manager as a cloud-based service with tiered pricing based on the number of agents managed and features like advanced analytics or custom routing rules. Revenue is generated through monthly or annual subscriptions from businesses seeking scalable AI orchestration.
Sell on-premise licenses to large organizations requiring full control over their agent ecosystems, including customization and integration with existing systems. Revenue comes from one-time license fees plus ongoing support and maintenance contracts.
Provide professional services to help clients implement and optimize the agent manager, including setup, training, and custom development for specific use cases. Revenue is generated through project-based fees and hourly consulting rates.
π¬ Integration Tip
Start by running the setup wizard to configure the agent registry, then use the validation scripts to ensure compatibility with existing tools before deploying in production.
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Search and analyze your own session logs (older/parent conversations) using jq.
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.
Ultimate AI agent memory system for Cursor, Claude, ChatGPT & Copilot. WAL protocol + vector search + git-notes + cloud backup. Never lose context again. Vibe-coding ready.
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection