Skip to main content

federation-init

Initialize federation on this node โ€” generate keypair and configure peers

Jump to install

Source facts

Repository
ruvnet/ruflo
Last source activity
July 17, 2026 at 03:06
Detected SKILL.md language
English
Stars
73,010
Forks
8,665

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions ยท Read-only preview
name
federation-init
description
Initialize federation on this node โ€” generate keypair and configure peers
allowed-tools
Bash(npx *) mcp__plugin_ruflo-core_ruflo__memory_store mcp__plugin_ruflo-core_ruflo__hooks_post-task Read Write
argument-hint
[--compliance hipaa|soc2|gdpr|none]
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" })`
View on GitHub