Skills Engineering Initialize Node Federation Configuration

Initialize Node Federation Configuration

v20260716
federation-init
This utility initializes a node for participation in a federated network. It automatically generates a secure ed25519 keypair, creates the necessary federation configuration, and allows users to optionally set a compliance mode (such as HIPAA, GDPR, or SOC2). It is a fundamental step for integrating a node into a secure, shared infrastructure.
Get Skill
147 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__plugin_ruflo-core_ruflo__memory_store({ key: "federation-init", value: "Node initialized", namespace: "federation" })

Info
Category Engineering
Name federation-init
Version v20260716
Size 885B
Updated At 2026-07-18
Language