con un clic
monitor-stream
Observe Ruflo swarm status from Codex with bounded checks
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Observe Ruflo swarm status from Codex with bounded checks
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Run one Codex-managed autopilot iteration using Ruflo MCP or CLI state
Use learned patterns and current state to predict the optimal next Codex action
Discover and recommend ruflo plugins based on your workflow, installed MCP tools, and current task
Initialize a new Ruflo project with MCP tools, hooks, and agent configuration
Initialize a Ruflo swarm and coordinate Codex-native follow-up work
Create a new sequentially numbered database migration with up/down SQL files
| name | monitor-stream |
| description | Observe Ruflo swarm status from Codex with bounded checks |
| argument-hint | |
| allowed-tools | Bash(npx *) mcp__claude-flow__swarm_status mcp__claude-flow__swarm_health |
Observe swarm state from Codex. Codex does not expose Claude Code's Monitor tool, so prefer bounded status checks over indefinite streams.
For one-shot status, use MCP: mcp__claude-flow__swarm_status or mcp__claude-flow__swarm_health.
For CLI status:
npx @claude-flow/cli@latest swarm status
npx @claude-flow/cli@latest swarm health
If the user explicitly asks for a live stream, run the stream as a bounded shell command with an explicit timeout or stop condition:
npx @claude-flow/cli@latest swarm watch --stream
Do not assume line-by-line stream notifications are delivered to Codex automatically. Summarize observed events after the command returns or when the timeout is reached.