← 返回 Skills 市场
milkteawithsoybeanmilktast

OpenClaw Multi-Instance

作者 MilkTeawithSoybeanMilkTast · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
53
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-multi-instance
功能描述
OpenClaw 多实例互联。当用户有多台机器运行 OpenClaw,想让它们互相通信、传文件、共享记忆时使用。触发词:多实例、互联、另一台服务器、同步记忆、实例通信。
安全使用建议
This skill appears to do what it says: connect OpenClaw instances via the remote API and SSH and merge memory files. Before installing or running it, be mindful: (1) API tokens (gateway.auth.token / OPENCLAW_GATEWAY_TOKEN) grant full remote control — treat them like root credentials; do not share them with untrusted hosts. (2) Setting up passwordless SSH or instructing a remote instance to append your public key grants file-transfer and remote-execution ability — prefer a non-root user, use passphrase-protected keys, and consider an overlay network (Tailscale) instead of exposing ports. (3) Inspect IDENTITY.md / TOOLS.md and memory files before syncing because they may contain API keys or secrets that would be copied. (4) Test on throwaway instances first and back up local MEMORY.md and memory/ before running the sync. The skill's merge logic is heuristic and may duplicate or append content; review results after the first run. If you want extra assurance, require that each sync step be manual (no cron) and limit accounts used for ssh/api to minimal privileges.
功能分析
Type: OpenClaw Skill Name: openclaw-multi-instance Version: 1.0.0 The skill bundle automates high-risk administrative tasks to enable multi-instance synchronization, including the injection of SSH public keys into 'authorized_keys' and the transfer of sensitive files (IDENTITY.md, MEMORY.md) via scp. While these actions are documented in SKILL.md and README.md as necessary for the stated purpose, the automation of persistent remote access and the handling of full-access API tokens (referenced in peer-config.json5) represent a significant security risk. The scripts/sync-memory.sh file performs automated file merging and remote execution which, although seemingly intentional for the feature, could be leveraged for unauthorized data movement if the agent's environment is compromised.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The skill name/description (multi-instance communication, file transfer, memory sync) matches the included SKILL.md, README, and sync script. The provided script and templates are directly relevant to enabling API calls, SSH/scp transfers, and merging MEMORY.md and per-day memory files.
Instruction Scope
The SKILL.md instructs the agent/user to enable a remote OpenClaw API endpoint, obtain gateway tokens (gateway.auth.token or OPENCLAW_GATEWAY_TOKEN), set up SSH key-based auth, use scp to copy identity/memory files, and create cron jobs for periodic sync. Those actions are within scope for multi-instance linking, but the instructions reference sensitive artifacts (API tokens, SSH keys, TOOLS.md may include API keys) and propose operations that grant significant control (e.g., adding authorized_keys via API). The skill does not attempt to read unrelated host files or call unexpected external endpoints.
Install Mechanism
This is an instruction-only skill with no install spec. No third-party downloads or extract operations are present. The only executable file is a local shell script included in the repository, so nothing is pulled from external URLs during install.
Credentials
The manifest declares no required env vars, but the documentation explicitly mentions gateway.auth.token / OPENCLAW_GATEWAY_TOKEN as the API credential to use. That is proportional to the stated purpose (remote API authentication), but users should be aware those tokens provide full control of the remote Gateway. No other unrelated credentials are requested by the skill.
Persistence & Privilege
The skill does not request always:true or other elevated platform privileges. It suggests creating a cron job on the user's systems (a normal, explicit local change) but does not modify other skills or system-wide agent settings. Autonomous model invocation is allowed by default but not excessive here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-multi-instance
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-multi-instance 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
首个版本:多实例互联、文件传输、记忆同步
元数据
Slug openclaw-multi-instance
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

OpenClaw Multi-Instance 是什么?

OpenClaw 多实例互联。当用户有多台机器运行 OpenClaw,想让它们互相通信、传文件、共享记忆时使用。触发词:多实例、互联、另一台服务器、同步记忆、实例通信。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 53 次。

如何安装 OpenClaw Multi-Instance?

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

OpenClaw Multi-Instance 是免费的吗?

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

OpenClaw Multi-Instance 支持哪些平台?

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

谁开发了 OpenClaw Multi-Instance?

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

💬 留言讨论