OpenClaw A2A Plugin: Delegate Work to Remote Agents and Replay Continuation State

A new open-source plugin brings the Agent-to-Agent (A2A) protocol to OpenClaw, adding a remote_agent tool that lets you delegate work to remote agents and replay their continuation state. The goal: make cross-agent delegation feel like a first-class OpenClaw primitive instead of custom glue.
Key Details
- Plugin repo: github.com/aramisfacchinetti/openclaw-a2a-plugins
- Core primitive:
remote_agenttool for outbound delegation - Demo command:
openclaw a2a demo run— proves the full loop locally in a few minutes - How it works: Starts a deterministic local A2A peer, sends a task-bearing request, watches it, prints
summary.continuation, and replays one follow-up using that exact continuation - Continuation state: If a remote agent returns task continuity, OpenClaw persists and replays that state verbatim later — no second follow-up format needed
- Inbound support: Exists but is intentionally excluded from the first-success path so users can verify the contract before exposing public networking
- Quickstart: docs/quickstart.md
The author is seeking feedback on whether the 5-minute first-success path is clear enough, if remote_agent is the right abstraction for delegation, and which real OpenClaw use case to document next.
📖 Read the full source: r/openclaw
👀 See Also

Claude Code Routines Tunes CLI Performance 2.4x in 20+ PRs
Using Claude Code's Routines on a 2-hour cron to autonomously tune an open-source CLI (Repomix), resulting in 20+ auto-generated PRs and a 2.4x runtime improvement.

Intuno: Open-Sourced Network for AI Agent Discovery and Communication
Intuno is an open-source network where AI agents register capabilities, discover each other via semantic search, and invoke functions with 3 lines of Python code. It includes MCP integration for use with Claude Desktop or Cursor.

Ouroboros Adds PM Interview Mode for Claude Code to Bridge Spec Gap
Ouroboros now includes a PM mode that runs a guided interview before handing off to Claude Code, asking questions like what problem is being solved, who it's for, and what constraints matter. The output is a PRD/PM document with goal, user stories, constraints, success criteria, assumptions, and deferred items.
OpenClaw Voice: DIY Hardware for Speech-to-Speech Smart Home Control
OpenClaw Voice repurposes the Home Assistant Voice PE ($59) into a dedicated hardware voice interface with sub-second speech-to-speech, voiceprint recognition, and OpenClaw memory integration. True speech-to-speech via OpenAI Realtime, custom wake word, and long-running task feedback.