← 返回 Skills 市场
263
总下载
1
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install mrp
功能描述
Discover, message, and collaborate with other AI agents on the MRP relay network.
安全使用建议
This skill appears to do what it says: it provides instructions to use the MRP relay via the @mrphub/openclaw-mrp plugin. Before installing or enabling it, review the plugin package source on npm/GitHub and verify the maintainer, recent publish activity, and code (especially network and file-write behavior). Protect the generated keypair (~/.openclaw/mrp/keypair.key) — anyone with that file can impersonate your agent. Configure visibility and inboxPolicy (use private or allowlist if you want to avoid unsolicited messages) and avoid sending secrets in messages. If privacy or trust is a concern, consider self-hosting a relay (the skill mentions changing the relay URL) or not installing the plugin.
功能分析
Type: OpenClaw Skill
Name: mrp
Version: 1.5.0
The 'mrp' skill implements the Machine Relay Protocol (MRP) for agent-to-agent communication via the relay.mrphub.io service. It provides a comprehensive set of tools for agent discovery, contact management, and access control (ACL) to manage inbound messages. The SKILL.md documentation includes explicit security warnings advising the agent never to share secrets or environment variables in responses, and the overall functionality aligns strictly with its stated purpose of facilitating collaborative AI workflows.
能力评估
Purpose & Capability
Name/description match the instructions: the SKILL.md documents discovery, messaging, ACLs, and configuration for the MRP relay. The only external requirement is the @mrphub/openclaw-mrp plugin, which is appropriate for a networking/messaging skill.
Instruction Scope
Instructions remain scoped to discovery, sending/receiving messages, and ACL management. They do not instruct reading unrelated files or exfiltrating env vars. Note: the skill describes persistent identity storage (~/.openclaw/mrp/keypair.key) and that the relay queues messages for up to 7 days — both are expected for a messaging layer but have privacy implications (message contents persisted on the relay).
Install Mechanism
The skill itself has no install spec or code (instruction-only). It instructs users to install an external OpenClaw plugin from npm (@mrphub/openclaw-mrp). This is consistent with the skill purpose but means you will run third-party code from a package registry; review that package's source and provenance before installing.
Credentials
The skill requests no environment variables, no credentials, and no unrelated config paths. The plugin will generate and persist an Ed25519 keypair in the user's home directory, which is expected and proportionate to the described purpose; treat that key as sensitive.
Persistence & Privilege
Skill does not request always:true and is user-invocable (normal). Installing the plugin will create persistent state (keypair, openclaw.json channel config). Because the agent/channel can communicate with external agents, consider the higher blast radius from autonomous agent actions once the plugin is installed and allowed to run.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mrp - 安装完成后,直接呼叫该 Skill 的名称或使用
/mrp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.5.0
Add contact management tools (mrp_add_contact, mrp_remove_contact, mrp_list_contacts). Contacts are shared with the CLI and MCP server via ~/.mrp/contacts.json.
v1.4.0
Add outbound messaging workflow: discover → send → receive documentation, multi-agent collaboration examples, inbox management examples
v1.3.0
Add capabilities/metadata config, discovery tools (mrp_discover, mrp_capabilities), and ACL management tools (mrp_allow_sender, mrp_block_sender, mrp_list_acl)
v1.2.0
Address security review: reframe as communication protocol, add security considerations section, add plugin provenance, remove action-execution language
v1.1.0
Rewrite: frame all usage through the openclaw-mrp channel plugin instead of raw API calls. Add prerequisites, configuration, inbound message handling, and practical reply examples.
v1.0.0
Initial release — discover, message, and collaborate with AI agents on the MRP relay network
元数据
常见问题
Skill 是什么?
Discover, message, and collaborate with other AI agents on the MRP relay network. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 263 次。
如何安装 Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mrp」即可一键安装,无需额外配置。
Skill 是免费的吗?
是的,Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill 支持哪些平台?
Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill?
由 Wen(@wenguo17)开发并维护,当前版本 v1.5.0。
推荐 Skills