Multi-Agent Manager

### Continuous Monitoring Watch agent status in real-time: ```bash python3 {baseDir}/scripts/monitor.py --watch --interval 5 ```

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Multi-Agent Manager" with this command: npx skills add victory2694/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 json for integration with other tools
  • Run monitor.py --watch in 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!

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Discord

Use when you need to control Discord from Clawdbot via the discord tool: send messages, react, post or upload stickers, upload emojis, run polls, manage threads/pins/search, fetch permissions or member/role/channel info, or handle moderation actions in Discord DMs or channels.

Registry SourceRecently Updated
32.2K68steipete
Automation

cron-copilot-ops

Install, configure, and operate CronCopilot scheduled task management system. Use when users ask about 定时任务 (scheduled tasks), 任务调度 (task scheduling), cron j...

Registry SourceRecently Updated
Automation

Agent Causal

Agent Causal Decision Tool helps you and your AI agents decide from experiment data whether to ship a change, keep running a test, or roll it back. It takes...

Registry SourceRecently Updated
Automation

Agent Memory System v8

Agent 记忆系统 — 6维坐标编码 + RRF双路检索 + sqlite-vec统一存储 + 写入时因果检测 + 多Agent共享 + 记忆蒸馏 + 时间旅行 + 情感编码 + 元认知 + 内在动机 + 叙事自我 + 数字孪生 + 角色模板

Registry SourceRecently Updated
2490Profile unavailable