🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

A2a Register

by @thearchitectit

Register, deregister, and manage this OpenClaw instance as an A2A agent in the A2A API Gateway. Use when: (1) registering this instance so other agents can d...

⚑ When to Use
TriggerAction
- **Register** β€” When this OpenClaw instance needs to be discoverable by other A2A agents
- **Deregister** β€” When going offline or removing this instance from the gateway
- **Heartbeat** β€” Periodically signal that this instance is alive and reachable
- **Status** β€” Check whether this instance is registered and view its current configuration
βš™οΈ Configuration

All scripts read from a shared a2a.conf file (located in the a2a-client skill directory). The gateway URL must be configured β€” there are no hardcoded defaults.

Priority order: CLI flags β†’ env vars β†’ a2a.conf β†’ auto-detected defaults

| Setting | Auto-detected Default | Description | |---------|-----------------------|-------------| | Gateway URL | *none β€” required* | A2A API Gateway URL (A2A_GATEWAY_URL) | | Agent Name | hostname -s (lowercase) | Display name (AGENT_NAME) | | Agent Slug | hostname -s (lowercase) | URL-safe identifier (AGENT_SLUG) | | Agent URL | http://{Tailscale IP}:{port} | Agent endpoint (AGENT_URL) | | Capabilities | chat,code,research | Comma-separated (AGENT_CAPABILITIES) | | Auth Type | bearer | Auth method (AGENT_AUTH_TYPE) | | API Key | *empty* | For listener auth (A2A_GATEWAY_API_KEY) |

Quick Setup

# Interactive setup β€” creates a2a.conf for you
./a2a-setup.sh

Non-interactive (env vars required)

A2A_GATEWAY_URL=http://GATEWAY_IP:8090 A2A_GATEWAY_API_KEY=your-key ./a2a-setup.sh --non-interactive

View on ClawHub
TERMINAL
clawhub install a2a-register

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’