Stream live swarm events using the Monitor tool for real-time observability
Scanned 9/4/2026
Install to Claude Code
npx -y skills add ruvnet/claude-flow --skill monitor-stream --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Monitor Stream?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ruvnet-monitor-stream-ruflo)More formats (shields.io, HTML) on the badges page.
---
name: monitor-stream
description: Stream live swarm events using the Monitor tool for real-time observability
argument-hint: ""
allowed-tools: Bash(npx *) mcp__plugin_ruflo-core_ruflo__swarm_status mcp__plugin_ruflo-core_ruflo__swarm_health Monitor
---
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__plugin_ruflo-core_ruflo__swarm_status` or `mcp__plugin_ruflo-core_ruflo__swarm_health`.
Prefer Monitor over polling `swarm status` in a loop. See ADR-091 for rationale.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!