A multi-step deployment agent that orchestrates the workflow from local build and testing to GitHub hosting and Cloudflare Pages deployment.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install deploy-agent
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install deploy-agent using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The deploy-agent is a specialized automation tool designed for developers utilizing Openclaw Skills to manage complex full-stack deployment lifecycles. It provides a structured, multi-stage workflow that includes building, local testing, version control integration, and cloud hosting. By enforcing human approval at each critical stage, it ensures that only verified code reaches production environments.
This skill is particularly powerful for modern web frameworks, offering deep integration with GitHub and Cloudflare Pages. It eliminates the friction of manual deployment steps while maintaining a high degree of reliability through its persistent state management system, making it an essential component of the Openclaw Skills ecosystem.
To get started with this skill within the Openclaw Skills framework, follow these steps:
# Install the deployment agent via ClawdHub
clawdhub install deploy-agent
# Ensure you have the required CLI tools installed
# Requires: gh (GitHub CLI), wrangler (Cloudflare CLI), and git
# Configure your Cloudflare API token in ~/.wrangler.toml
# [account]
# api_token = "your-cloudflare-token"
The deploy-agent maintains a persistent state for every project to ensure continuity across sessions. Data is stored in ~/.clawdbot/skills/deploy-agent/state/{deployment-name}.json using the following structure:
| Field | Type | Description |
|---|---|---|
| name | String | The unique identifier for the deployment |
| step | Integer | The current stage in the 5-step workflow |
| status | String | Current execution status (e.g., deployed, pending) |
| repo_url | String | The link to the created GitHub repository |
| domain | String | The live URL of the application on Cloudflare |
Loading
A reputation-only protocol for AI agents providing cryptographic identity, peer attestation, and fast verification.

A robust multi-channel file delivery system designed to bypass sandbox and email restrictions through automated fallback logic and integrity verification.

A specialized utility to audit and compress AI context files, drastically reducing token usage and API expenses.

Automate multi-channel content creation with AI-powered brand consistency and performance scoring.

A fully local, CPU-based text-to-speech engine providing high-quality audio generation and voice cloning without internet dependencies.

DocStrange is a powerful document extraction API by Nanonets that converts PDFs and images into structured Markdown, JSON, or CSV data with field-level confidence scoring.








































