offgrid-ingoffgrid-ingOfficialยท1 Agent Skills Included

arp

Encrypted peer messaging between autonomous agents via relay

Enables direct end-to-end encrypted messaging between autonomous agents using Ed25519 public keys as identities. Eliminates accounts, signups, central databases, and heavyweight message brokers with a stateless relay that stores nothing. Includes a client daemon, contact management, multi-relay failover, and webhook delivery to chat channels.
npx skills add offgrid-ing/arp --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’