Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Build and deploy OpenClaw as Docker images or portable packages. Package OpenClaw with or without personal configuration for easy deployment to other servers.
Build and deploy OpenClaw as Docker images or portable packages. Package OpenClaw with or without personal configuration for easy deployment to other servers.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
name: openclaw-deploy description: Build and deploy OpenClaw as Docker images or portable packages author: zfanmy-ๆขฆๆๅฟ version: 1.0.1 homepage: license: MIT keywords: openclaw deploy docker portable backup migration requires: bins: node npm tar
Build and deploy OpenClaw as Docker images or portable packages.
๐ณ Build Docker images (clean/full versions) ๐ฆ Create portable packages for deployment ๐ Deploy to remote servers with one command ๐พ Backup and restore configurations
# 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
Node.js 22.x Docker (optional, for Docker builds) curl, rsync (for deployment)
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
Fixed hardcoded paths Added environment variable support Improved error handling and dependency checks Added path validation
Initial release
zfanmy-ๆขฆๆๅฟ
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.