Skills Development Real-Time Swarm Event Streaming Monitor

Real-Time Swarm Event Streaming Monitor

v20260716
monitor-stream
Uses the Monitor tool to stream real-time events from a swarm system instead of inefficient polling. It provides live observability for key actions like agent spawns, task completions, memory writes, and health status. This is ideal for continuous monitoring and debugging of complex, distributed processes.
Get Skill
163 downloads
Overview

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.

Info
Category Development
Name monitor-stream
Version v20260716
Size 750B
Updated At 2026-07-18
Language