← 返回 Skills 市场
kikikari

Cluster Gateway

作者 KikiKari · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
61
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install cluster-gateway
功能描述
Verwaltet das OpenClaw Cluster Gateway als zentralen Hub zur Koordination, Task-Verteilung und Kommunikation zwischen Sub-Agenten im Cluster.
使用说明 (SKILL.md)

Cluster Gateway Node Skill

Status: 🚧 Vorbereitend - Wartet auf Messaging-Schnittstelle

Zweck

Verwaltet das OpenClaw Gateway als zentraler Hub für Sub-Agent-Kommunikation, Task-Verteilung und Cluster-Koordination.

Verwendung

# Gateway-Status prüfen
openclaw cluster gateway status

# Sub-Agent auf Node deployen
openclaw cluster gateway deploy --node \x3Cnode-id> --agent \x3Cagent-type>

# Task an Worker Node senden
openclaw cluster gateway task --target \x3Cnode-id> --command "\x3Ctask>"

# Relay Node konfigurieren
openclaw cluster gateway relay --enable --node \x3Cnode-id>

Architektur

┌─────────────────────────────────────┐
│         CLUSTER GATEWAY              │
│        (Node 1 - Haupt-Hub)          │
├─────────────────────────────────────┤
│  • Task Queue                         │
│  • Node Registry                      │
│  • Sub-Agent Orchestration            │
│  • Resource Scheduler                 │
│  • Messaging Router (zukünftig)       │
└──────────────┬──────────────────────┘
               │
    ┌──────────┼──────────┐
    │          │          │
┌───▼───┐  ┌──▼───┐  ┌───▼──┐
│ Node 2│  │Node 3│  │Node 4│
│Worker │  │Relay │  │Worker│
└───────┘  └──────┘  └──────┘

Node-Typen

Typ Funktion Beispiel
gateway Zentraler Hub Node 1
worker Task-Ausführung Node 2, Node 4
relay Weiterleitung/Proxy Node 3
storage Datenspeicherung Node 5

Konfiguration

// cluster-gateway.config.json
{
  "gateway": {
    "id": "node-1",
    "role": "hub",
    "bind": "0.0.0.0",
    "port": 18789
  },
  "nodes": [
    {"id": "node-2", "role": "worker", "host": "10.10.0.2"},
    {"id": "node-3", "role": "relay", "host": "10.10.0.3"},
    {"id": "node-4", "role": "worker", "host": "10.10.0.4"}
  ],
  "messaging": {
    "enabled": false,
    "provider": "pending"
  }
}

Offene Punkte (Blocker)

  • Messaging-Schnittstelle wählen (Slack/WebChat/GMX/SMTP/anderes)
  • Node 4 (Redmi) Anbindung abschließen
  • SMTP-Tests durchführen
  • Alerting-System implementieren

Siehe auch

安全使用建议
Before installing, verify the following: (1) confirm whether the 'openclaw' CLI is available on the agent host — the skill's commands depend on it but it is not declared as a required binary; (2) ask the author/source for a homepage or repo to review full behavior and for clarity about required credentials; (3) if you plan to enable messaging (Slack/SMTP/etc.), expect the skill to need tokens/credentials — only provide scoped, least-privilege credentials and preferably test in an isolated environment; (4) check that the node host addresses and ports in the config will only target internal, trusted network endpoints (avoid exposing private credentials to unknown hosts); (5) be cautious granting this skill network access or secrets until the dependency/credential gaps are resolved.
功能分析
Type: OpenClaw Skill Name: cluster-gateway Version: 1.0.0 The skill bundle contains only architectural documentation (SKILL.md) and metadata (_meta.json) for a cluster gateway system. It describes a framework for managing sub-agents and task distribution but lacks any executable code, scripts, or instructions that could be used for malicious purposes or prompt injection.
能力评估
Purpose & Capability
The SKILL.md clearly expects use of an 'openclaw' CLI (commands like `openclaw cluster gateway ...`) and refers to cluster configuration files and other node skills. However, the registry metadata lists no required binaries or primary credential. The omission of the required CLI and any network/credentials declarations is inconsistent with the stated purpose.
Instruction Scope
Runtime instructions are narrowly scoped to CLI operations and a local JSON config example; they do not explicitly instruct reading unrelated system files or exfiltrating data. However, the document lists messaging providers (Slack/SMTP/etc.) as open blockers — integrating those would normally require credentials and endpoints, which are not specified here.
Install Mechanism
No install spec and no code files are present, so nothing will be written to disk by the skill itself. This is the lowest-risk install pattern for an instruction-only skill.
Credentials
The skill requests no environment variables or credentials, yet it references external messaging providers (Slack/SMTP/GMX/others) that normally require tokens/credentials. That mismatch is disproportionate: either the skill is incomplete, or it will expect secrets at runtime but doesn't declare them.
Persistence & Privilege
always is false and model invocation is allowed (platform default). The skill does not request elevated persistence or modifications to other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cluster-gateway
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cluster-gateway 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Cluster Gateway Node Skill. - Manages the OpenClaw Gateway as the central hub for sub-agent communication, task distribution, and cluster coordination - Provides CLI commands for status checks, sub-agent deployment, task dispatching, and relay node configuration - Includes cluster architecture diagram and node role definitions (gateway, worker, relay, storage) - Offers a sample configuration file and outlines current blockers (e.g., pending messaging interface)
元数据
Slug cluster-gateway
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Cluster Gateway 是什么?

Verwaltet das OpenClaw Cluster Gateway als zentralen Hub zur Koordination, Task-Verteilung und Kommunikation zwischen Sub-Agenten im Cluster. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 61 次。

如何安装 Cluster Gateway?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install cluster-gateway」即可一键安装,无需额外配置。

Cluster Gateway 是免费的吗?

是的,Cluster Gateway 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Cluster Gateway 支持哪些平台?

Cluster Gateway 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Cluster Gateway?

由 KikiKari(@kikikari)开发并维护,当前版本 v1.0.0。

💬 留言讨论