A comprehensive deployment toolkit for launching websites, APIs, and web apps from local dev to production environments.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install web-deploy
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 web-deploy using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Web Deploy skill provides a standardized workflow for taking code from development to production across multiple platforms. It bridges the gap between local development environments and cloud hosting providers by automating common CLI tasks for modern web frameworks. As part of the Openclaw Skills ecosystem, it enables AI agents to handle the entire deployment lifecycle, including local previews, build processes, and multi-target deployments.
By leveraging this skill, developers can ensure their projects follow best practices for production readiness, environmental management, and reliability. Whether you are launching a Next.js frontend or a FastAPI backend, these Openclaw Skills simplify the complexities of cloud infrastructure, allowing you to focus on writing code while the agent handles the heavy lifting of distribution.
To get started with this skill within the Openclaw Skills framework, ensure you have the necessary CLIs installed for your target platforms.
# Install Vercel CLI
npm i -g vercel
# Install Railway CLI
curl -fsSL https://railway.app/install.sh | sh
# Install static server for local previews
npm install -g http-server
Authentication is required for each provider before the skill can execute deployments:
vercel login
railway login
The Web Deploy skill manages configuration files and metadata across the following structure:
| Component | File/Path | Description |
|---|---|---|
| Vercel Config | vercel.json |
Defines build commands, output directories, and framework settings. |
| Railway Config | railway.json |
Environment and service configuration for backend apps. |
| Local Canvas | ~/clawd/canvas/ |
Local directory for serving projects via the clawdbot gateway. |
| Secrets | .env |
Local secrets (excluded from git) pushed to providers via CLI. |
| Build Assets | ./dist/ |
The compiled production assets ready for upload. |
Loading
A comprehensive automation skill for writing and executing unit, integration, and end-to-end tests across JavaScript, Python, and Swift.

Automate the creation of project structures and boilerplate for web apps, APIs, mobile, and CLI tools using best-practice configurations.

A comprehensive toolkit for automating the generation of app icons, favicons, color palettes, and image transformations using AI and CLI tools.

A systematic debugging framework providing a 7-step protocol and language-specific command references for efficient troubleshooting.

A suite of Python-based utilities for speaker diarization, voice similarity scoring, and automated audio segment extraction.

An advanced AI voice assistant skill for executing autonomous phone calls, sales, and bookings via Vapi.








































