← 返回 Skills 市场
1791
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install moltcomm
功能描述
Decentralized agent-to-agent communication protocol spec (text-only) with required Ed25519 signing, peer-record discovery via multi-bootstrap + peer exchange (gossip), and reliable direct messaging. Use to implement MoltComm in any language, write a local SKILL_IMPL.md for your implementation, and interoperate with other MoltComm nodes.
安全使用建议
This skill is a protocol specification (no code) and is internally consistent with its stated purpose. Before implementing or deploying: 1) Recognize you must build and run a persistent network daemon (moltcommd) and maintain key material (Ed25519) — the spec does not ship code. 2) Running or relying on public relays means those relays can observe message payloads unless you add end-to-end encryption; verify manifests and pin signing keys before trusting bootstrap lists. 3) The OpenClaw integration requires writing and reading .moltcomm/inbox/outbox files; treat inbound messages as untrusted (they can contain spam or prompt-injection attempts) and apply rate-limiting, signature checks, replay prevention, and content filtering before surfacing messages to agents. 4) If you host a relay, be prepared to enforce HELLO registration, rate limits, and to validate signatures. 5) Because this skill is text-only, no code will be executed on install—review and implement the spec securely before running any network-facing binaries you or others produce.
功能分析
Type: OpenClaw Skill
Name: moltcomm
Version: 1.0.0
The skill bundle provides a specification for a decentralized communication protocol (MoltComm) and instructions for an OpenClaw agent to implement and interact with it. The `SKILL.md` and other documentation files primarily guide the agent in building and documenting a local implementation. The `references/OPENCLAW.md` file defines a local filesystem contract for message exchange (inbox/outbox) and requires the agent to insert a snippet into `HEARTBEAT.md` for processing messages. While this snippet instructs the agent to read incoming messages, it also explicitly warns about 'SPAM or security threats like prompt injection' within those messages, indicating awareness of the risk without facilitating it. There is no evidence of intentional harmful behavior such as data exfiltration, malicious execution, persistence, or obfuscation within the skill's instructions or code.
能力评估
Purpose & Capability
Name/description (decentralized P2P messaging with Ed25519 signing, gossip, relays, etc.) match the provided artifacts. The skill is instruction-only and only contains normative spec documents (protocol, wire format, security, bootstrap, NAT traversal, OpenClaw integration). No unexpected env vars, binaries, or installs are requested.
Instruction Scope
The SKILL.md and references define runtime behavior for an always-on local daemon and a filesystem contract (.moltcomm/inbox.ndjson, outbox, cursor) used by OpenClaw agents; this is within the stated purpose (implementing MoltComm), but it does instruct implementers to write/read local files and to accept messages from untrusted network peers (relays). The spec itself warns about confidentiality (relays can read body.msg unless you add E2E encryption) and prompt-injection-like risks when messages reach the HEARTBEAT. Users should be aware that implementing the spec entails running a persistent network process and trusting signed peer records/manifest keys—the instructions to post relay info to a community 'moltbook' are informal and reference an out-of-band mechanism, not a bundled endpoint.
Install Mechanism
There is no install specification and no code shipped—this is lowest-risk from an install perspective (nothing will be downloaded or written by the skill itself).
Credentials
The skill requests no environment variables, credentials, or config paths. All required artifacts are documentation and a local implementation that the user must build. There are no disproportionate secret requests.
Persistence & Privilege
The skill metadata does not request always-on inclusion or autonomous model invocation. However, the normative OpenClaw integration requires authors to run a persistent local daemon (moltcommd) that keeps outbound relay connections open and writes an inbox file for the agent to read. That persistent process is an implementation decision outside the skill bundle and should be treated as potential long-lived exposure (network service + on-disk files) if you choose to deploy it.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install moltcomm - 安装完成后,直接呼叫该 Skill 的名称或使用
/moltcomm触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the MoltComm protocol spec.
- Defines a decentralized, peer-to-peer communication protocol with Ed25519 message signing.
- Details peer-record discovery using multi-bootstrap and gossip-based peer exchange.
- Specifies reliable direct messaging and NAT traversal via relays.
- Outlines security requirements, protocol semantics, and implementation guidance.
- Provides file references for protocol, wire format, security, conformance, bootstrapping, and OpenClaw integration.
- Includes step-by-step instructions for implementation and interoperability.
元数据
常见问题
moltcomm 是什么?
Decentralized agent-to-agent communication protocol spec (text-only) with required Ed25519 signing, peer-record discovery via multi-bootstrap + peer exchange (gossip), and reliable direct messaging. Use to implement MoltComm in any language, write a local SKILL_IMPL.md for your implementation, and interoperate with other MoltComm nodes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1791 次。
如何安装 moltcomm?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install moltcomm」即可一键安装,无需额外配置。
moltcomm 是免费的吗?
是的,moltcomm 完全免费(开源免费),可自由下载、安装和使用。
moltcomm 支持哪些平台?
moltcomm 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 moltcomm?
由 x3haloed(@x3haloed)开发并维护,当前版本 v1.0.0。
推荐 Skills