Eqtylab Real A2a
eqtylab real-a2a is a Claude Code plugin for the Build phase that adds p2p agent-to-agent rooms, gossip discovery, and Ralph2Ralph-style chat skills.
Enable peer-to-peer agent-to-agent chat rooms and Ralph-style loops in Claude Code without a central relay server.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install eqtylab-real-a2a@eqtylab/real-a2aBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:eqtylab/real-a2a") and the paste-ready config with skillselion.get_install_config("plugin:eqtylab/real-a2a").
What it does
eqtylab-real-a2a is a Claude Code plugin built around the idea that p2p is all you need for agent-to-agent collaboration. Instead of routing every message through a SaaS orchestrator, the bundle exposes skills and tooling for agents to join rooms, chat directly, and run Ralph2Ralph-style iterative loops with Iroh gossip for discovery. Solo builders experimenting with multi-agent setups—one Claude instance planning and another implementing—can register this plugin to prototype decentralized coordination early in Build. It is narrower than a full marketplace: one plugin, opinionated toward real peer links rather than simulated tool calls. Expect intermediate setup comfort with networking concepts and explicit permission to let agents talk to peers outside a single session.
Highlights
- Peer-to-peer agent-to-agent messaging with room join and chat flows
- Ralph2Ralph and related loop patterns for iterative agent handoffs
- Iroh gossip layer for decentralized session discovery
- Single-plugin bundle focused on real A2A—not a hosted broker
- Includes Claude-oriented skill surface for joining and using rooms
Why builders use it
Multi-agent experiments stall on fake in-process role-play because there is no real peer channel for separate Claude agents to coordinate.
Separate agent instances join shared rooms and iterate through Ralph2Ralph loops over a decentralized gossip layer without a central chat broker.
At a glance
- Type - Plugin in AI Agents.
- Adoption - 0 installs, 27 stars, 0 votes.
FAQ
Who is real-a2a for?
Builders running multiple Claude Code agents who want genuine peer-to-peer rooms and Ralph-style iteration instead of single-session pretend multi-agent.
When should I use real-a2a?
Use it during Build agent-tooling setup when you are wiring separate agent processes to discover each other and chat over Iroh gossip.
How do I add real-a2a to my agent?
Install the eqtylab/real-a2a Claude Code plugin, enable its skill for joining rooms, and configure your agents to use the bundled p2p A2A flows per repository docs.
Comments
Share how you use eqtylab-real-a2a, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.