What problem does it solve?
Polling swarm status in a loop wastes tokens and misses transient events. This Skill streams swarm events in real time so you get immediate notifications when agents spawn, tasks complete, memory is written, or health checks run.
Core Features & Use Cases
- Live Event Streaming: Runs
npx @claude-flow/cli@latest swarm watch --stream via the Monitor tool, emitting NDJSON events for agent spawns, task completions, memory writes, and health checks.
- One-Shot Status Checks: Falls back to MCP tools
swarm_status and swarm_health when a single snapshot is sufficient.
- Use Case: While a multi-agent swarm executes a long task, stream its events so each agent spawn and task completion triggers a notification instead of repeatedly polling
swarm status.
Quick Start
Ask the assistant to monitor the swarm in real time using the monitor-stream skill so you receive a notification for every agent spawn and task completion.