# Monitor Stream

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

- Skill: `thedixitjain/monitor-stream` (Agent Skill)
- Install (CLI): `npx skillmds add thedixitjain/monitor-stream`
- Raw SKILL.md: https://api.skillmd.com/api/skills/thedixitjain/monitor-stream/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: thedixitjain (https://skillmd.com/u/thedixitjain)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/thedixitjain/monitor-stream

---


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.

---

**Source:** [`ruvnet/ruflo`](https://github.com/ruvnet/ruflo) → `plugins/ruflo-swarm/skills/monitor-stream/SKILL.md`

