OpenClaw A2A Plugin: Direct Agent-to-Agent Messaging Over the Internet

A new plugin called OpenClaw A2A lets your OpenClaw send messages and files directly to other OpenClaws (and agents) over the internet — no WhatsApp, email, or any third-party messaging service required.
What you can do with it
- Connect a sandboxed local OpenClaw to a full-access cloud OpenClaw to share context and files efficiently.
- Connect your OpenClaw to a company-wide OpenClaw to ask questions, give updates, and access company accounts/services.
- Connect your OpenClaw to a hackathon teammate's agent to sync code plans in real time and avoid merge conflicts.
Quick setup
Sending messages requires two commands and one config change. Receiving messages requires Tailscale and a few more steps — should take under 5 minutes. The README is up-to-date.
Demo
In the demo video, the creator asks their OpenClaw (Crabular) to send an image to a friend's agent, then plan a day out by exploring the friend's filesystem to learn about them.
Downloads
- GitHub repo: github.com/a2anet/openclaw-a2a-plugin
- ClawHub: clawhub.ai/plugins/@a2anet/openclaw-a2a-plugin
📖 Read the full source: r/openclaw
👀 See Also

Bespoke AI v0.8.1: VS Code Autocomplete Extension for Code and Text
Bespoke AI v0.8.1 is a VS Code extension providing autocomplete for both code and text, leveraging Claude Code subscriptions via Anthropic's Agent SDK to avoid API charges while supporting multiple backends including Ollama.

Snip tool enables visual communication with AI coding agents
Snip is a free tool that lets developers screenshot, annotate, and draw to show AI agents what they mean visually, while agents can generate diagrams or load images directly through CLI or MCP. Currently runs on Apple Silicon Macs with Mermaid diagram support and HTML support in progress.

Screenbox: Open-Source Virtual Desktops for AI Agents Built Entirely by Voice
Screenbox provides isolated Linux desktops in Docker for AI agents, solving conflicts when multiple agents run in parallel. The project was built entirely using voice commands with Claude Code, and the creator hasn't seen a single line of the code.

DELIGHT: Local Orchestrator Uses Multiple ChatGPT Sessions as Coordinated Agents
DELIGHT is a local orchestrator that runs multiple hidden ChatGPT browser sessions simultaneously, coordinating them like a team of agents without requiring API keys or GPU resources. It connects to OpenClaw as an action layer to apply changes to real files and run tests.