Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install ruvnet-ruflo-plugins-ruflo-federation-skills-federation-statusgit clone https://github.com/ruvnet/ruflo.gitcp ruflo/SKILL.MD ~/.claude/skills/ruvnet-ruflo-plugins-ruflo-federation-skills-federation-status/SKILL.md---
name: federation-status
description: Show federation health — peers, sessions, trust levels, and message metrics
allowed-tools: Bash(npx *) mcp__claude-flow__memory_search Read
argument-hint: ""
---
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" })`