A powerful deployment orchestrator for Docker Compose and Proxmox LXC with automated rollbacks and chat-based approval workflows.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install clawhub-skill-deploy-pilot
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 clawhub-skill-deploy-pilot using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
deploy-pilot is an advanced deployment automation tool designed to bring enterprise-level reliability to containerized and virtualized environments. It manages the full lifecycle of Docker Compose stacks and Proxmox LXC containers, ensuring that every update is versioned, verified, and safe. By bridging the gap between infrastructure and communication, it allows teams to manage production environments with confidence through integrated health checks and remote approval systems.
As a versatile addition to your collection of Openclaw Skills, this tool focuses on zero-downtime updates and high availability. It simplifies complex deployment patterns like blue-green switches and provides a robust auditing system, making it ideal for developers and sysadmins who require strict version control over their containerized applications.
To install this skill, clone the files into your local directory and ensure the scripts are executable:
mkdir -p ~/.openclaw/workspace/skills/deploy-pilot
cd ~/.openclaw/workspace/skills/deploy-pilot
# Copy the skill files then run:
chmod +x deploy-pilot.sh deploy-pilot.py
Initialize the configuration to start managing your Openclaw Skills stacks:
./deploy-pilot.py init
To enable chat approvals, create the configuration directory and file:
mkdir -p ~/.openclaw/workspace/deploy-pilot
cat > ~/.openclaw/workspace/deploy-pilot/config.json << 'EOF'
{
"approval_channel": "whatsapp",
"approval_timeout_minutes": 30,
"notify_deployments": true,
"auto_rollback_on_health_fail": true
}
EOF
The skill manages its state and deployment logs within a centralized JSON database to maintain an audit trail. All configuration is stored at ~/.openclaw/workspace/deploy-pilot/stacks.json.
| Attribute | Description |
|---|---|
stacks |
Root object containing all registered Docker and LXC environments. |
type |
Defines whether the target is a Docker Compose stack or Proxmox LXC container. |
health_checks |
Defines the logic for verifying deployment success (HTTP codes, timeouts, etc). |
hooks |
Lists of script paths for pre-deployment and post-deployment execution. |
versions |
An array of history objects containing timestamps, image tags, and approval metadata. |
--json flags on all commands for integration with other Openclaw Skills or external monitoring tools.Loading
Turn your idle internet bandwidth into passive cryptocurrency earnings through automated node management and monitoring.

Automate the deployment and management of bandwidth-sharing nodes to generate passive crypto income from your idle internet connection.

A zero-config tool for querying TON blockchain wallet balances, statuses, and transaction activity via the TonScan API.

An intelligent orchestration protocol that automates model routing and output compression to achieve massive token savings.

A self-hosted infrastructure monitoring tool that tracks service health and system resources with instant alerts via WhatsApp, Telegram, or Discord.

A real-time LLM API spend monitor and budget enforcer that tracks token usage and prevents unexpected costs across multiple providers.








































