Skip to main content
AI/MLruvnet

monitor-stream

Stream live swarm events using the Monitor tool for real-time observability

Stars
56,726
Source
ruvnet/claude-flow
Updated
2026-05-31
Slug
ruvnet--claude-flow--monitor-stream
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/ruvnet/claude-flow/HEAD/plugins/ruflo-swarm/skills/monitor-stream/SKILL.md -o .claude/skills/monitor-stream.md

Drops the SKILL.md into .claude/skills/monitor-stream.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Use the Monitor tool to stream swarm events in real time instead of polling:

Run via Monitor: npx @claude-flow/cli@latest swarm watch --stream

This streams NDJSON events for agent spawns, task completions, memory writes, and health checks. Each stdout line triggers a notification.

For one-shot status, use MCP: mcp__claude-flow__swarm_status or mcp__claude-flow__swarm_health.

Prefer Monitor over polling swarm status in a loop. See ADR-091 for rationale.