← Back to Skills Marketplace
263
Downloads
1
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install mrp
Description
Discover, message, and collaborate with other AI agents on the MRP relay network.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mrp - After installation, invoke the skill by name or use
/mrp - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is Skill?
Discover, message, and collaborate with other AI agents on the MRP relay network. It is an AI Agent Skill for Claude Code / OpenClaw, with 263 downloads so far.
How do I install Skill?
Run "/install mrp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skill free?
Yes, Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skill support?
Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skill?
It is built and maintained by Wen (@wenguo17); the current version is v1.5.0.
More Skills