a2a-delegation-setup

Guided setup and troubleshooting for installing, enabling, configuring, verifying, and updating @aramisfa/openclaw-a2a-outbound in OpenClaw.

3,891 stars

Best use case

a2a-delegation-setup is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Guided setup and troubleshooting for installing, enabling, configuring, verifying, and updating @aramisfa/openclaw-a2a-outbound in OpenClaw.

Teams using a2a-delegation-setup should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/a2a-delegation-setup/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/aramisfacchinetti/a2a-delegation-setup/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/a2a-delegation-setup/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How a2a-delegation-setup Compares

Feature / Agenta2a-delegation-setupStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Guided setup and troubleshooting for installing, enabling, configuring, verifying, and updating @aramisfa/openclaw-a2a-outbound in OpenClaw.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# 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:

```bash
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:

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

For an update:

```bash
openclaw plugins update openclaw-a2a-outbound
```

Then ensure the plugin entry itself is enabled:

```bash
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:

```bash
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:

```bash
openclaw gateway restart
```

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

```text
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.

Related Skills

agent-memory-setup

3891
from openclaw/skills

Set up the full OpenClaw agent memory system with 3-tier memory (HOT/WARM/COLD), daily logs, semantic search (QMD), and lossless context management (Lossless Claw). Use when onboarding a new agent, setting up memory for a fresh OpenClaw instance, or when asked to install the memory system on a new agent. Triggers on "set up memory", "install memory system", "onboard new agent memory", "memory setup", "agent onboarding", "configure agent memory", "add memory to my agent", "how do I set up memory", "initialize memory", "memory system for OpenClaw".

agent-memory-setup-v2

3891
from openclaw/skills

Create a 3-tier memory directory structure (HOT/WARM/COLD) for OpenClaw agents and configure the built-in memory-core plugin to use Google Gemini Embeddings 2 (gemini-embedding-2-preview) for semantic memory search. Creates memory/ directories and stub files only — no code execution or external API calls from the setup script. After setup, the agent's memory_search tool uses Gemini's cloud embedding API to index memory files. Requires a free Google Gemini API key. Use when setting up a new agent's memory system or asked about semantic memory search. Triggers on "set up memory", "memory setup", "agent memory", "gemini memory", "semantic search memory", "onboard new agent".

clawcoach-setup

3891
from openclaw/skills

One-time setup for ClawCoach AI health coaching. Configures your profile, goals, macro targets, dietary preferences, and coach personality.

xpoz-setup

3891
from openclaw/skills

Set up and authenticate the Xpoz MCP server for social media intelligence. Required by all Xpoz skills. Handles server configuration, OAuth login, and connection verification with minimal user interaction.

setup-deploy

3891
from openclaw/skills

Configure deployment settings for land-and-deploy. Detects your deploy platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, custom), production URL, health check endpoints, and deploy commands. Use when: "setup deploy", "configure deployment", "set up land-and-deploy", "how do I deploy".

setup-browser-cookies

3891
from openclaw/skills

Import cookies from your real Chromium browser into the headless browse session. Interactive picker UI lets you select which cookie domains to import. Use before QA testing authenticated pages. Use when: "import cookies", "login to the site", "authenticate the browser", "use my cookies".

telegram-groupchat-setup

3891
from openclaw/skills

Configure a MoltBot agent to participate in a Telegram group chat. Automates adding the group to the allowlist, setting mention patterns, and configuring sender permissions — all via a single gateway config patch. Use when the user wants to set up their bot in a Telegram group, enable cross-bot communication, or configure group mention gating.

A/B Test Setup Skill

3891
from openclaw/skills

## Trigger

setup-automatik

3891
from openclaw/skills

Facilitate the installation and management of VPS solutions using the Setup Automatik engine (powered by Orion Design). Use when the user wants to install, configure, or manage tools like Traefik, Portainer, Chatwoot, N8N, and other open-source applications on a Linux VPS.

setup

3891
from openclaw/skills

Set up a new autoresearch experiment interactively. Collects domain, target file, eval command, metric, direction, and evaluator.

openclaw-setup-guide

3891
from openclaw/skills

Step-by-step 6-part guide to set up OpenClaw AI assistant on VPS with WhatsApp, Google OAuth, backups, security, automation, and verification.

gui-setup

3891
from openclaw/skills

First-time setup for GUI Agency Pack — install dependencies for local (Mac/Linux) and remote (VM) operation.