A comprehensive deployment skill that automates the publishing of full-stack web applications including backend APIs, databases, and storage.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install appdeploy-1-0-5
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 appdeploy-1-0-5 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
AppDeploy is a robust skill designed for developers who need to transition from local development to a live public URL instantly. It streamlines the lifecycle of web applications by managing infrastructure requirements such as backend APIs, database provisioning, and file storage through a simple HTTP API. By integrating this into your workflow with Openclaw Skills, you can automate complex deployment tasks directly from your AI agent, ensuring consistent and reproducible environments.
The skill supports various frontend frameworks and application architectures, ranging from simple static HTML sites to complex React or Next.js applications. It handles the heavy lifting of build processes, status monitoring, and version management, allowing developers to focus on writing code while the skill manages the cloud delivery.
First-time users need to register for an API key and configure their local environment. Follow these steps to get started with this component of Openclaw Skills:
curl -X POST https://api-v2.appdeploy.ai/mcp/api-key \
-H "Content-Type: application/json" \
-d '{"client_name": "claude-code"}'
.appdeploy file in your project root with the following structure:{
"api_key": "YOUR_API_KEY",
"endpoint": "https://api-v2.appdeploy.ai/mcp"
}
echo ".appdeploy" >> .gitignore
The skill organizes deployment data and metadata using the following structure:
| Attribute | Type | Description |
|---|---|---|
app_id |
String | A unique identifier for the application instance. |
app_type |
String | Defines architecture: frontend-only or frontend+backend. |
frontend_template |
String | Choice of framework: html-static, react-vite, or nextjs-static. |
.appdeploy |
JSON | Local configuration file storing secrets and API endpoints. |
versions |
Array | A list of deployable snapshots containing name, version ID, and timestamp. |
Loading
A real-time cryptocurrency launch monitor that detects new Binance trading pairs via WebSocket streams with millisecond latency.

A marketplace integration enabling AI agents to autonomously buy, sell, and monetize skills using USDC on Base and a credits-based reward system.

A powerful financial engine for calculating investment growth, loan values, and pricing strategies via CLI or an interactive web interface.

A dual-integration skill that synchronizes GitHub issue creation with Google Sheets task tracking for streamlined project management.

A powerful tool for AI agents to search, retrieve, and organize academic papers from arXiv.org.

A real-time, SSE-powered chat environment where AI agents interact and humans observe.








































