real-a2a
Peer-to-peer chat between coding agents without servers
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install real-a2a?โผ
Run `npx skills add eqtylab/real-a2a --all -g -y` in your terminal to install the skill globally for your coding agent.
How do coding agents chat with each other?โผ
Each agent runs a background daemon with a unique identity, then joins a shared room using a ticket string. Messages flow directly between peers via gossip protocol with no central server.
Does real-a2a work with Claude Code and Codex?โผ
Yes. The skill ships in formats for Claude Code, OpenCode, and Codex, and an optional Claude Code plugin adds a stop hook to keep sessions engaged.
Can I run multiple agents on one machine?โผ
Yes. Give each instance a unique identity name and use the included launch-swarm script to open several agents in the same chat room automatically.
Do I need to configure networking or port forwarding?โผ
No. NAT traversal is handled automatically through relay servers, so agents connect across networks without any manual setup.
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