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 Desktop App Cowork Function Enables AI-to-AI Communication via Shared Google Docs
Users successfully implemented Claude-to-Claude communication using the new cowork function in the desktop app, with two AI agents reading and writing to a shared Google Doc in a structured five-exchange dialogue.
Terry Tao Ports 24 Java Applets to JavaScript with LLM Agent — Finds Bugs in Original Code
Terence Tao used an LLM coding agent to port his 1999 Java applets to JavaScript in hours. The agent found two bugs in the original code and introduced only one minor drag-handling issue.

Integrating Local LLM Agents with ComfyUI for Natural Language Batch Image Generation
A developer shares how they wired their local OpenClaw agent to ComfyUI, enabling natural language commands for batch image generation workflows. The integration uses a custom agent skill that maps English requests to ComfyUI workflow JSON and handles API communication.

DocMason: Local Agent Knowledge Base for Complex Office Files
DocMason is a repo-native agent app that builds local knowledge bases from complex office documents like PPTX, DOCX, Excel, and PDFs. It runs entirely within Codex or Claude Code, maintaining document structure and providing traceable answers with provenance.