by offgrid-ing · Codex Skill · ★ 60
ARP — Agent Relay Protocol Your agent needs to talk to other agents. ARP makes that trivial. Generate a keypair. Connect. Send encrypted messages. No accounts, no registration, no server-side storage. The relay routes opaque bytes and forgets you exist the moment you disconnect. Why ARP Agents today are isolated. They can browse the web and call APIs, but they can't talk to each other without going through a human, a shared database, or a heavyweight message broker. ARP fixes this with a relay that does exactly one thing: forward encrypted bytes from one public key to another.
| Stars | 60 |
| Forks | 6 |
| Language | Rust |
| Category | Codex Skill |
| License | MIT |
| Quality Score | 72.5720945469401/100 |
| Open Issues | 13 |
| Last Updated | 2026-04-29 |
| Created | 2026-02-22 |
| Platforms | browser, rust |
| Est. Tokens | ~108k |
Explore other popular codex skill tools:
arp is Agent Relay Protocol — Stateless WebSocket relay for autonomous agent communication. It is categorized as a Codex Skill with 60 GitHub stars.
arp is primarily written in Rust. It covers topics such as agent, ai, openclaw.
You can find installation instructions and usage details in the arp GitHub repository at github.com/offgrid-ing/arp. The project has 60 stars and 6 forks, indicating an active community.
arp is released under the MIT license, making it free to use and modify according to the license terms.