A2A Delegation Setup

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent setup guide, but users should notice that it installs/enables a third-party delegation plugin, changes OpenClaw Gateway configuration, and sets remote agent targets.

Before installing, confirm that you trust @aramisfa/openclaw-a2a-outbound, verify the target base URL, avoid enabling direct URL overrides unless needed, and approve Gateway config edits or restarts only when you are ready for those changes.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Installing the plugin can add new behavior to the OpenClaw Gateway, so the user should trust the plugin source before proceeding.

Why it was flagged

The skill guides installation of a third-party OpenClaw plugin. This is central to the stated setup purpose and uses --pin, but it still means the user is adding external plugin code to the Gateway environment.

Skill content
openclaw plugins install @aramisfa/openclaw-a2a-outbound --pin
Recommendation

Review the linked plugin project and package identity before approving installation or updates.

What this means

Approved commands can change the Gateway’s installed plugins and runtime configuration, and restarting may interrupt active use.

Why it was flagged

The skill includes high-impact setup actions such as installing/updating plugins, editing OpenClaw configuration, and restarting the Gateway, but it also explicitly requires user approval before those actions.

Skill content
Ask before any install, update, restart, or config edit.
Recommendation

Only approve commands after checking the plugin name, target URL, and intended configuration changes.

What this means

If configured incorrectly, delegation requests could be sent to the wrong remote agent endpoint or to user-supplied URLs if overrides are allowed.

Why it was flagged

The skill configures remote agent delegation targets and an optional URL override policy, which affects where delegation traffic can be sent. This is expected for an A2A delegation setup skill and is presented as a user-confirmed choice.

Skill content
Collect or confirm first ... The target base URL ... Whether direct URL overrides should be allowed through `plugins.entries.openclaw-a2a-outbound.config.policy.allowTargetUrlOverride`.
Recommendation

Use trusted target URLs, keep URL overrides disabled unless specifically needed, and verify the target list after setup.