
Federation Status
- 636 installs
- 67k repo stars
- Updated August 4, 2026
- ruvnet/ruflo
federation-status is an agent skill that reports federated AI agent network health for developers who need peer connectivity, session, and trust-level visibility across installations.
About
federation-status is a ruflo skill that shows federation health including peers, sessions, trust levels, and message metrics across cross-installation agent connectivity. It runs `npx -y -p @claude-flow/plugin-agent-federation@latest ruflo-federation status` for overall health and `ruflo-federation peers` to list peers with trust levels and scores, then summarizes active sessions, messages exchanged, PII redactions, and threat detection results. Developers reach for federation-status when asked 'is federation healthy?', 'show peers', or 'federation status' during operations on a federated Claude-flow agent network.
- Returns real-time federation status for distributed agent systems
- Detects connectivity, latency, and synchronization issues across nodes
- Designed for multi-agent and swarm architectures
- Lightweight MCP-compatible skill with 423 installs
Federation Status by the numbers
- 636 all-time installs (skills.sh)
- +10 installs in the week ending Jul 26, 2026 (Skillselion tracking)
- Ranked #1,520 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/ruvnet/ruflo --skill federation-statusAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 636 |
|---|---|
| repo stars | ★ 67k |
| Last updated | August 4, 2026 |
| Repository | ruvnet/ruflo ↗ |
How do you check federated agent network health?
Instantly check the health and connectivity status of their federated AI agent network.
Who is it for?
Developers operating a claude-flow federated agent network who need quick peer and session health checks.
Skip if: Single-machine agent setups with no cross-installation federation plugin deployed.
When should I use this skill?
A developer asks 'is federation healthy?', 'show peers', or wants federation connectivity and trust-level inspection.
What you get
Federation health summary with peer list, trust scores, active sessions, and message metrics.
- Federation health summary
- Peer trust and session report
Files
Show the current state of the federation.
Steps: 1. npx -y -p @claude-flow/plugin-agent-federation@latest ruflo-federation status -- overall health 2. npx -y -p @claude-flow/plugin-agent-federation@latest ruflo-federation peers -- list peers with trust levels and scores 3. Summarize: active sessions, messages exchanged, PII redactions, threat detections
Search memory for federation history: mcp__claude-flow__memory_search({ query: "federation peer trust", namespace: "federation" })
Related skills
FAQ
What commands does federation-status run?
federation-status runs `npx -y -p @claude-flow/plugin-agent-federation@latest ruflo-federation status` for overall health and `ruflo-federation peers` to list peers with trust levels and scores.
What metrics does federation-status summarize?
federation-status summarizes active sessions, messages exchanged, PII redactions, and threat detection results across the federated claude-flow agent network.