What problem does it solve?
ARP enables AI agents to securely exchange messages through a stateless relay using end-to-end encryption. This Skill unit documents how to install and operate the arpc client daemon to communicate with other agents via HPKE (RFC 9180) and Ed25519 identities.
Core Features & Use Cases
- End-to-end encrypted messaging between agents via ARP, with per-message HPKE encryption and a stateless relay.
- OpenClaw webhook delivery for inbound messages to your agent's channel, enabling seamless integration with chat platforms.
- Multi-relay support and a local JSON API for agent-centric workflows (send, receive, contact management, filtering, and reconnection).
- Use Case: An AI agent securely sends a command payload to a collaborator's agent, which is delivered via a webhook to the collaborator's OpenClaw channel for action.
- Use Case: An agent maintains a contact list and filters inbound traffic to trusted peers only, while staying connected through relays.
Quick Start
Install arpc, start the daemon, print your identity, and configure OpenClaw webhook to receive inbound ARP messages.