This bootstraps a node in the Claude Flow federation network by generating an ed25519 keypair and writing out the config files. You'd run this once per node when you're setting up distributed agent infrastructure. It supports optional compliance modes (HIPAA, SOC2, GDPR) if you need to flag regulatory requirements at the network level. The skill wraps the ruflo-federation CLI tool and stores an init event in memory, then displays your public key and endpoint so you can share them with other nodes you want to peer with. Straightforward setup step that gets you from zero to federation ready.
npx skills add https://github.com/ruvnet/ruflo --skill federation-init