LaunchKit · 2026
Back to Skills

agent-zero

Delegate complex coding, research, or autonomous tasks.

4
2.3k downloads
by @dowingard

Setup & Installation

openclaw skills install @dowingard/agent-zero-bridge

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install agent-zero-bridge

What This Skill Does

Bridges Clawdbot and Agent Zero for bidirectional task delegation. Lets you send long-running coding, research, or infrastructure tasks to Agent Zero's autonomous execution environment and receive progress updates back. Supports file attachments, conversation history, and task breakdown with tracked checklists.

Agent Zero runs in a persistent Docker container with self-correction loops, making it better suited for tasks that require many sequential tool calls or iterative builds than a single-shot LLM response.

When to use it

  • Delegating a multi-step API build to Agent Zero
  • Attaching a file for autonomous code review
  • Running long infrastructure tasks inside a persistent Docker environment
  • Breaking a large project into tracked subtasks
  • Asking Agent Zero to report progress back mid-task

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Build a REST API with JWT authentication

AGENT
  1. 1Skill sends the task to Agent Zero via a0_client.js
  2. 2Agent Zero begins iterative coding inside its Docker environment
  3. 3Agent Zero reports progress back to Clawdbot via clawdbot_client.js
  4. 4User receives incremental status updates
  5. 5Final output and files are returned to the Clawdbot session
OUTPUT

Completed REST API codebase with JWT auth, delivered with a progress summary

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

A0_API_KEY from Agent Zero settings or calculated from runtime IDCLAWDBOT_API_TOKEN for the Clawdbot GatewayAgent Zero instance running (Docker recommended on port 50001)Clawdbot Gateway configured with HTTP chatCompletions endpoint enabledLLM API key configured in Agent Zero (e.g. OpenAI or Gemini key)