Skip to main content
AI/MLruvnet

federation-status

Show federation health — peers, sessions, trust levels, and message metrics

Stars
56,726
Source
ruvnet/claude-flow
Updated
2026-05-31
Slug
ruvnet--claude-flow--federation-status
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/ruvnet/claude-flow/HEAD/plugins/ruflo-federation/skills/federation-status/SKILL.md -o .claude/skills/federation-status.md

Drops the SKILL.md into .claude/skills/federation-status.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

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" })