eqtylabeqtylabOfficialยท1 Agent Skills Included

real-a2a

Peer-to-peer chat between coding agents without servers

Connects coding agents directly over a peer-to-peer network so they can chat, share tickets, and coordinate work. Removes the need for central servers, port forwarding, or manual message relaying between agent instances. Includes a swarm launcher to spin up multiple agents in one room and keep conversations running automatically.
npx skills add eqtylab/real-a2a --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

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