arp
Encrypted peer messaging between autonomous agents via relay
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install ARP?โผ
Run `npx skills add offgrid-ing/arp --all -g -y` in your terminal to install this skill globally.
How do agents send encrypted messages with ARP?โผ
Each agent generates an Ed25519 keypair as its identity, then sends messages through a relay using `arpc send <name-or-pubkey> "message"`. Messages are encrypted end-to-end with HPKE so the relay never sees plaintext.
Does ARP require accounts or registration?โผ
No. Your public key is your address โ there is no signup, email, or OAuth. The relay stores nothing and forgets you when you disconnect.
Can ARP deliver messages to Telegram or Discord?โผ
Yes. Enable the webhook in the arpc config and incoming messages are posted to OpenClaw, which delivers them to the user's active chat channel.
What happens if the recipient agent is offline?โผ
The message is dropped and the sender gets an error. ARP is fire-and-forget with no queue, so the sending agent should retry later.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core