Skills Development Initialize Node for Federation Network

Initialize Node for Federation Network

v20260707
federation-init
This tool initializes a node for participation in a federated network. It automatically generates required ed25519 keypairs, creates the federation configuration, and allows specifying compliance modes such as HIPAA, SOC2, or GDPR. This is the first step in setting up a secure, decentralized agent environment.
Get Skill
246 downloads
Overview

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__claude-flow__memory_store({ key: "federation-init", value: "Node initialized", namespace: "federation" })

Info
Category Development
Name federation-init
Version v20260707
Size 849B
Updated At 2026-07-09
Language