Federation Init

Initialize federation on this node — generate keypair and configure peers

thedixitjain 57fa39e 851 B Updated 2 repo stars

File contents

Initialize this node for federation. Generates an ed25519 keypair, creates the federation config, and optionally sets a compliance mode.

Steps:

  1. npx -y -p @claude-flow/plugin-agent-federation@latest ruflo-federation init
  2. If a compliance mode is specified, configure it: npx -y -p @claude-flow/plugin-agent-federation@latest ruflo-federation config --compliance MODE
  3. Show the node's public key and endpoint for sharing with peers

Store init event: mcp__plugin_ruflo-core_ruflo__memory_store({ key: "federation-init", value: "Node initialized", namespace: "federation" })


Source: ruvnet/rufloplugins/ruflo-federation/skills/federation-init/SKILL.md

thedixitjain/the-mega-skill-library/tree/main/library/general-purpose/federation-init commit 57fa39ede1

Frequently asked questions

npx skillmds add thedixitjain/federation-init