원클릭으로
monitor-stream
Observe Ruflo swarm status from Codex with bounded checks
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Observe Ruflo swarm status from Codex with bounded checks
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.