Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: Build a REST API with JWT authentication
- 1Skill sends the task to Agent Zero via a0_client.js
- 2Agent Zero begins iterative coding inside its Docker environment
- 3Agent Zero reports progress back to Clawdbot via clawdbot_client.js
- 4User receives incremental status updates
- 5Final output and files are returned to the Clawdbot session
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.