Multi-Agent Manager
/install multi-agent-manager
Continuous Monitoring
Watch agent status in real-time:
python3 {baseDir}/scripts/monitor.py --watch --interval 5
JSON Output
Get machine-readable output:
python3 {baseDir}/scripts/visualize.py --format json
Example JSON:
{
"agents": [
{
"id": "main",
"model": "anthropic/claude-sonnet-4-6",
"workspace": "/Users/user/.openclaw/workspace",
"sessions": 0
}
],
"total": 2
}
📖 Use Cases
1. Debugging Agent Issues
When an agent isn't responding:
# Check if agent is running
python3 {baseDir}/scripts/monitor.py
# View agent details
python3 {baseDir}/scripts/visualize.py
2. Managing Multiple Projects
Track agents across different projects:
# See all agents and their workspaces
python3 {baseDir}/scripts/visualize.py
3. Optimizing Agent Performance
Monitor which agents are most active:
# Watch real-time activity
python3 {baseDir}/scripts/monitor.py --watch
🎯 Common Scenarios
Scenario: "Which agents do I have?"
python3 {baseDir}/scripts/visualize.py
Scenario: "Is my agent still running?"
python3 {baseDir}/scripts/monitor.py
Scenario: "What's my agent doing right now?"
python3 {baseDir}/scripts/monitor.py --watch
💡 Tips
- Use
--format jsonfor integration with other tools - Run
monitor.py --watchin a separate terminal for continuous monitoring - Check agent status before sending important tasks
🐛 Troubleshooting
Problem: "No agents found"
- Make sure OpenClaw Gateway is running:
openclaw status - Check your agent configuration
Problem: "Script not found"
- Ensure you're running from the correct directory
- Check that Python 3 is installed:
python3 --version
📝 Changelog
v1.0.0 (2026-03-14)
- Initial release
- Agent visualization
- Status monitoring
- Basic communication tools
- Task flow tracking
🤝 Contributing
Found a bug or have a feature request?
- Open an issue on GitHub
- Join the OpenClaw Discord community
📄 License
MIT License - feel free to use and modify!
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install multi-agent-manager - After installation, invoke the skill by name or use
/multi-agent-manager - Provide required inputs per the skill's parameter spec and get structured output
What is Multi-Agent Manager?
Monitor and visualize multiple agents across projects in real-time with JSON output for debugging and performance tracking. It is an AI Agent Skill for Claude Code / OpenClaw, with 239 downloads so far.
How do I install Multi-Agent Manager?
Run "/install multi-agent-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Multi-Agent Manager free?
Yes, Multi-Agent Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Multi-Agent Manager support?
Multi-Agent Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Multi-Agent Manager?
It is built and maintained by victory2694 (@victory2694); the current version is v1.0.0.