← Back to Skills Marketplace
aramisfacchinetti

A2A Delegation Setup

by Aramis Facchinetti · GitHub ↗ · v0.1.0
cross-platform ✓ Security Clean
275
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install a2a-delegation-setup
Description
Guided setup and troubleshooting for installing, enabling, configuring, verifying, and updating @aramisfa/openclaw-a2a-outbound in OpenClaw.
README (SKILL.md)

A2A Delegation Setup

Use this skill when @aramisfa/openclaw-a2a-outbound still needs installation, enablement, configuration, verification, updating, or troubleshooting on the OpenClaw Gateway host.

Do not use this skill for routine runtime delegation after setup is complete. Once the plugin is ready, switch to the bundled remote-agent skill and the remote_agent tool.

Interaction rules

  • Ask before any install, update, restart, or config edit.
  • Run commands on the Gateway host that owns the OpenClaw config and plugin installation.
  • If shell access is unavailable, provide the exact commands and expected verification steps instead of claiming success.

Use when

  • Install @aramisfa/openclaw-a2a-outbound for the first time.
  • Enable openclaw-a2a-outbound in OpenClaw.
  • Configure targets or policy settings.
  • Verify whether the plugin is actually ready for runtime delegation.
  • Update or troubleshoot an existing setup.

Do not use when

  • The plugin is already installed, enabled, configured, and verified, and the task is routine runtime delegation.

Collect or confirm first

  • The target alias to configure.
  • The target base URL.
  • Whether this target should be the default target.
  • Whether direct URL overrides should be allowed through plugins.entries.openclaw-a2a-outbound.config.policy.allowTargetUrlOverride.

Inspect current state

Run these first:

openclaw plugins list
openclaw plugins info openclaw-a2a-outbound
openclaw config get plugins.entries.openclaw-a2a-outbound
openclaw config validate

The bundled runtime skill is only eligible when both plugins.entries.openclaw-a2a-outbound.enabled and plugins.entries.openclaw-a2a-outbound.config.enabled are true.

Install or update

For a first install:

openclaw plugins install @aramisfa/openclaw-a2a-outbound --pin

For an update:

openclaw plugins update openclaw-a2a-outbound

Then ensure the plugin entry itself is enabled:

openclaw plugins enable openclaw-a2a-outbound

Configure readiness

Use openclaw config set ... --strict-json whenever you write booleans or arrays into the plugin config.

Required readiness paths:

  • plugins.entries.openclaw-a2a-outbound.config.enabled
  • plugins.entries.openclaw-a2a-outbound.config.targets
  • plugins.entries.openclaw-a2a-outbound.config.policy.allowTargetUrlOverride

Example commands:

openclaw config set plugins.entries.openclaw-a2a-outbound.config.enabled --strict-json true
openclaw config set plugins.entries.openclaw-a2a-outbound.config.targets --strict-json '[{"alias":"support","baseUrl":"https://support.example","default":true}]'
openclaw config set plugins.entries.openclaw-a2a-outbound.config.policy.allowTargetUrlOverride --strict-json false
openclaw config validate

Replace the example alias, base URL, default-target choice, and URL-override policy with the values you confirmed earlier.

Activate and verify

Use a Gateway restart as the deterministic activation step:

openclaw gateway restart

After the restart, start a new session and verify with:

remote_agent { "action": "list_targets" }

If list_targets succeeds and the two enable flags remain true, setup is complete.

Handoff

After setup is complete, stop using this setup skill for normal delegation work. Use the bundled remote-agent skill and the remote_agent tool instead.

Usage Guidance
This appears to be a focused, coherent setup guide. Before running the steps: (1) verify you trust the plugin source (review the repository and release artifacts for @aramisfa/openclaw-a2a-outbound); (2) take an OpenClaw/Gateway configuration backup and perform actions during a maintenance window because a restart is required; (3) run the provided openclaw commands manually (the skill only tells you what to run — it does not run them itself); (4) confirm network and security policies allow the plugin and any target base URLs you configure; (5) consider installing first in a staging environment and review plugin code or checksums if possible. If you are not the Gateway admin, get explicit admin consent before performing installs, config edits, or restarts.
Capability Analysis
Type: OpenClaw Skill Name: a2a-delegation-setup Version: 0.1.0 The skill bundle is a legitimate setup and troubleshooting utility for the '@aramisfa/openclaw-a2a-outbound' plugin. It uses standard 'openclaw' CLI commands to manage installations and configurations, includes explicit instructions for the agent to seek user consent before executing changes, and lacks any indicators of malicious intent, data exfiltration, or obfuscation. All actions described in SKILL.md are consistent with the stated purpose of plugin management.
Capability Assessment
Purpose & Capability
The name and description match the runtime instructions: everything in SKILL.md is about installing, enabling, configuring, verifying, and updating @aramisfa/openclaw-a2a-outbound. The skill does not request unrelated credentials, binaries, or config paths.
Instruction Scope
Instructions are concrete: run openclaw CLI commands, set config entries, validate, restart the gateway, and verify with remote_agent. The skill explicitly asks to obtain user confirmation before changes and to provide commands when shell access is unavailable. It does not instruct reading unrelated files, exfiltrating data, or contacting unexpected external endpoints. It does assume you (or the operator) will run commands on the Gateway host.
Install Mechanism
This is instruction-only (no install spec, no code files). The SKILL.md tells operators to use the OpenClaw CLI to install/update the plugin; the skill itself does not download or install arbitrary code.
Credentials
No environment variables, credentials, or config paths are requested by the skill. The config keys it references are directly related to the plugin's readiness and policy settings.
Persistence & Privilege
always is false and disable-model-invocation is true, so the skill will not run autonomously and is not requesting persistent elevated privileges or modifying other skills' configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install a2a-delegation-setup
  3. After installation, invoke the skill by name or use /a2a-delegation-setup
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release with full guided setup and troubleshooting for installing, configuring, enabling, verifying, and updating @aramisfa/openclaw-a2a-outbound in OpenClaw. - Provides step-by-step instructions, shell commands, and pre-checks for plugin setup. - Includes checks for current state and validation steps. - Covers installation, updates, config, readiness, activation, and verification. - Lists clear criteria for when to use this skill and conditions for handoff to routine operation.
Metadata
Slug a2a-delegation-setup
Version 0.1.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is A2A Delegation Setup?

Guided setup and troubleshooting for installing, enabling, configuring, verifying, and updating @aramisfa/openclaw-a2a-outbound in OpenClaw. It is an AI Agent Skill for Claude Code / OpenClaw, with 275 downloads so far.

How do I install A2A Delegation Setup?

Run "/install a2a-delegation-setup" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is A2A Delegation Setup free?

Yes, A2A Delegation Setup is completely free (open-source). You can download, install and use it at no cost.

Which platforms does A2A Delegation Setup support?

A2A Delegation Setup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created A2A Delegation Setup?

It is built and maintained by Aramis Facchinetti (@aramisfacchinetti); the current version is v0.1.0.

💬 Comments