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

Anthropic Open-Sources Claude for Legal: Plugin Suite for Contract Review, NDA Triage, and More
Anthropic released Claude for Legal, a repo of plugins, agents, and MCP connectors for legal workflows including vendor agreement review, NDA triage, and regulatory monitoring.

Claude Cowork vs OpenClaw: Where the replacement narrative holds and breaks
Claude Cowork offers persistent desktop sessions with low friction, while OpenClaw maintains advantages in system-level automation, skill ecosystems, and workflow control.

Architor: Open-Source Tool for Phase-Gated Architecture Workflows with Claude Code
Architor is an open-source tool that structures Claude Code into a phase-gated architecture assistant with persistent design memory. It organizes system design into requirement evaluation, architecture decisions, component design, and validation phases, tracking decisions in an .arch workspace.

Godmode Plugin Adds Autonomous Iteration Loop to Claude Code and Other AI Coding Agents
Godmode is an open-source plugin that adds an autonomous measure-modify-verify loop to Claude Code, with parallel agents, failure memory, and 126 skills including optimization, security audits, and TDD. It works with Cursor, Codex, Gemini CLI, and OpenCode.