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

Fehu: CLI Double-Entry Bookkeeping with Claude AI MCP Integration
Fehu is a lightweight CLI personal accounting tool that connects to Claude AI via MCP, allowing natural language transaction recording with a SQLite-backed double-entry system. It features hierarchical accounts, auto-tagging with hashtags, a powerful calc engine, and multi-currency support.

Claude Agent Teams UI: Desktop App for Visualizing Claude Code Agent Workflows
A developer built a free, open-source desktop app that adds a visual layer to Claude Code's experimental Agent Teams feature. The app provides a real-time kanban board where tasks move automatically as agents work, plus cross-team communication, built-in review workflows, and per-task code review.

Forge: A Memory System for Claude Code Built with Claude Code
A developer built Forge, a TypeScript monorepo MCP server that automatically captures decisions, constraints, and rejections from Claude Code conversations. It uses a six-stage pipeline to classify, extract, and persist structured data in an event-sourced SQLite model.

Fixing OpenClaw's Blind Spots: Building a Sitemap to Fetch All Anthropic Blogs
OpenClaw's browser tool fails to discover all Anthropic blogs because they're hosted across multiple URLs. A user fixed this by feeding a generated sitemap, then packaged the solution as a shareable skill.