openclaw-deployBuild and deploy OpenClaw as Docker images or portable packages. Package OpenClaw with or without personal configuration for easy deployment to other servers.
Install via ClawdBot CLI:
clawdbot install zfanmy/openclaw-deployname: openclaw-deploy
description: Build and deploy OpenClaw as Docker images or portable packages
author: zfanmy-梦月儿
version: 1.0.1
homepage:
license: MIT
keywords:
requires:
bins:
Build and deploy OpenClaw as Docker images or portable packages.
# Build both clean and full versions
./scripts/build-portable.sh
# Export for deployment
./scripts/export-portable.sh
# Deploy clean version
./export/deploy.sh user@remote-server clean /opt/openclaw
# Deploy full version
./export/deploy.sh user@remote-server full /opt/openclaw
openclaw-deploy/
├── portable/clean/ # Clean version (no personal data)
├── portable/full/ # Full version (with config)
├── export/ # Deployment packages
│ ├── openclaw-clean-portable.tar.gz
│ ├── openclaw-full-portable.tar.gz
│ └── deploy.sh
└── scripts/
├── build-portable.sh
├── export-portable.sh
└── deploy.sh
# Install Node.js
./install-node.sh
# Start OpenClaw
cd clean && ./start.sh # or cd full && ./start.sh
# Access WebUI
open http://localhost:18789
You can customize paths using environment variables:
# OpenClaw installation directory (default: auto-detect)
export OPENCLAW_INSTALL_DIR=/path/to/openclaw
# OpenClaw config directory (default: ~/.openclaw)
export OPENCLAW_CONFIG_DIR=/path/to/.openclaw
# Output directory (default: ./openclaw-portable-output)
export OUTPUT_DIR=/path/to/output
export OPENCLAW_INSTALL_DIR=/opt/openclaw
export OPENCLAW_CONFIG_DIR=/opt/config/.openclaw
export OUTPUT_DIR=/tmp/openclaw-packages
./scripts/build-portable.sh
zfanmy-梦月儿
Generated Mar 1, 2026
A development team needs to deploy the OpenClaw application across multiple testing environments. This skill allows them to build portable packages and deploy them quickly to remote servers, ensuring consistent setups for QA and staging.
An organization is migrating its OpenClaw instances to new servers or cloud platforms. The skill facilitates creating backups and portable packages for seamless transfer, minimizing downtime and configuration errors during the migration process.
A university or training center sets up OpenClaw for students or researchers in computer labs. Using this skill, administrators can deploy clean versions without personal data to multiple machines, ensuring a standardized learning environment.
A managed service provider deploys and maintains OpenClaw for multiple client servers. The skill enables efficient remote deployment and configuration management, allowing for scalable service delivery and quick updates across client infrastructures.
Companies can use this skill to offer OpenClaw as a managed SaaS solution. By automating deployment and updates, they reduce operational costs and provide reliable service to customers, charging subscription fees based on usage or features.
IT consultants leverage this skill to provide deployment and migration services for clients adopting OpenClaw. They charge project-based or hourly fees for setup, customization, and ongoing support, helping clients integrate the application into their workflows.
Vendors bundle OpenClaw with their own hardware or software products, using this skill to pre-install and configure it for end-users. This adds value to their offerings, generating revenue through product sales and potential licensing agreements.
💬 Integration Tip
Integrate this skill into CI/CD pipelines for automated builds and deployments, and use environment variables to customize paths for different environments like development, staging, and production.
Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
Full desktop computer use for headless Linux servers. Xvfb + XFCE virtual desktop with xdotool automation. 17 actions (click, type, scroll, screenshot, drag,...
Essential Docker commands and workflows for container management, image operations, and debugging.
Tool discovery and shell one-liner reference for sysadmin, DevOps, and security tasks. AUTO-CONSULT this skill when the user is: troubleshooting network issues, debugging processes, analyzing logs, working with SSL/TLS, managing DNS, testing HTTP endpoints, auditing security, working with containers, writing shell scripts, or asks 'what tool should I use for X'. Source: github.com/trimstray/the-book-of-secret-knowledge
Deploy applications and manage projects with complete CLI reference. Commands for deployments, projects, domains, environment variables, and live documentation access.
Monitor topics of interest and proactively alert when important developments occur. Use when user wants automated monitoring of specific subjects (e.g., product releases, price changes, news topics, technology updates). Supports scheduled web searches, AI-powered importance scoring, smart alerts vs weekly digests, and memory-aware contextual summaries.