โ† All skills
Tencent SkillHub ยท Developer Tools

Openclaw Deploy

Build and deploy OpenClaw as Docker images or portable packages. Package OpenClaw with or without personal configuration for easy deployment to other servers.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Build and deploy OpenClaw as Docker images or portable packages. Package OpenClaw with or without personal configuration for easy deployment to other servers.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, docker-compose.yml, scripts/build-portable.sh, scripts/export-portable.sh, scripts/import.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.4

Documentation

ClawHub primary doc Primary doc: SKILL.md 13 sections Open source page

SKILL.md ๅ…ƒๆ•ฐๆฎๆ ผๅผ็คบไพ‹

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

OpenClaw Deploy

Build and deploy OpenClaw as Docker images or portable packages.

Features

๐Ÿณ Build Docker images (clean/full versions) ๐Ÿ“ฆ Create portable packages for deployment ๐Ÿš€ Deploy to remote servers with one command ๐Ÿ’พ Backup and restore configurations

Build Portable Packages

# Build both clean and full versions ./scripts/build-portable.sh # Export for deployment ./scripts/export-portable.sh

Deploy to Remote Server

# Deploy clean version ./export/deploy.sh user@remote-server clean /opt/openclaw # Deploy full version ./export/deploy.sh user@remote-server full /opt/openclaw

Directory Structure

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

Usage on Target Server

# Install Node.js ./install-node.sh # Start OpenClaw cd clean && ./start.sh # or cd full && ./start.sh # Access WebUI open http://localhost:18789

Requirements

Node.js 22.x Docker (optional, for Docker builds) curl, rsync (for deployment)

Environment Variables

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

Example with Custom Paths

export OPENCLAW_INSTALL_DIR=/opt/openclaw export OPENCLAW_CONFIG_DIR=/opt/config/.openclaw export OUTPUT_DIR=/tmp/openclaw-packages ./scripts/build-portable.sh

v1.0.1

Fixed hardcoded paths Added environment variable support Improved error handling and dependency checks Added path validation

v1.0.0

Initial release

Author

zfanmy-ๆขฆๆœˆๅ„ฟ

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Scripts2 Docs1 Config
  • SKILL.md Primary doc
  • README.md Docs
  • scripts/build-portable.sh Scripts
  • scripts/export-portable.sh Scripts
  • scripts/import.sh Scripts
  • docker-compose.yml Config