Skip to main content

federation-init

Initialize federation on this node — generate keypair and configure peers

インストールへ移動

ソース情報

リポジトリ
ruvnet/ruflo
ソースの最終更新活動
2026年7月17日 03:06
検出された SKILL.md の言語
英語
スター
73,010
フォーク
8,665

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
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" })`
GitHubで見る