# Send Openclaw Deploy to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-deploy",
    "name": "Openclaw Deploy",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/zfanmy/openclaw-deploy",
    "canonicalUrl": "https://clawhub.ai/zfanmy/openclaw-deploy",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/openclaw-deploy",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-deploy",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "docker-compose.yml",
      "scripts/build-portable.sh",
      "scripts/export-portable.sh",
      "scripts/import.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "openclaw-deploy",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-06T15:15:19.057Z",
      "expiresAt": "2026-05-13T15:15:19.057Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-deploy",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-deploy",
        "contentDisposition": "attachment; filename=\"openclaw-deploy-1.0.4.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "openclaw-deploy"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/openclaw-deploy"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-deploy",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-deploy",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-deploy/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-deploy/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-deploy/agent.md"
  }
}
```
## Documentation

### 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-梦月儿
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: zfanmy
- Version: 1.0.4
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-06T15:15:19.057Z
- Expires at: 2026-05-13T15:15:19.057Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/openclaw-deploy)
- [Send to Agent page](https://openagent3.xyz/skills/openclaw-deploy/agent)
- [JSON manifest](https://openagent3.xyz/skills/openclaw-deploy/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/openclaw-deploy/agent.md)
- [Download page](https://openagent3.xyz/downloads/openclaw-deploy)