{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openclaw-deploy",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-deploy",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "docker-compose.yml",
      "scripts/build-portable.sh",
      "scripts/export-portable.sh",
      "scripts/import.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/openclaw-deploy",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "SKILL.md 元数据格式示例",
        "body": "name: openclaw-deploy\ndescription: Build and deploy OpenClaw as Docker images or portable packages\nauthor: zfanmy-梦月儿\nversion: 1.0.1\nhomepage:\nlicense: MIT\nkeywords:\n\nopenclaw\ndeploy\ndocker\nportable\nbackup\nmigration\nrequires:\nbins:\n\nnode\nnpm\ntar"
      },
      {
        "title": "OpenClaw Deploy",
        "body": "Build and deploy OpenClaw as Docker images or portable packages."
      },
      {
        "title": "Features",
        "body": "🐳 Build Docker images (clean/full versions)\n📦 Create portable packages for deployment\n🚀 Deploy to remote servers with one command\n💾 Backup and restore configurations"
      },
      {
        "title": "Build Portable Packages",
        "body": "# Build both clean and full versions\n./scripts/build-portable.sh\n\n# Export for deployment\n./scripts/export-portable.sh"
      },
      {
        "title": "Deploy to Remote Server",
        "body": "# Deploy clean version\n./export/deploy.sh user@remote-server clean /opt/openclaw\n\n# Deploy full version\n./export/deploy.sh user@remote-server full /opt/openclaw"
      },
      {
        "title": "Directory Structure",
        "body": "openclaw-deploy/\n├── portable/clean/          # Clean version (no personal data)\n├── portable/full/           # Full version (with config)\n├── export/                  # Deployment packages\n│   ├── openclaw-clean-portable.tar.gz\n│   ├── openclaw-full-portable.tar.gz\n│   └── deploy.sh\n└── scripts/\n    ├── build-portable.sh\n    ├── export-portable.sh\n    └── deploy.sh"
      },
      {
        "title": "Usage on Target Server",
        "body": "# Install Node.js\n./install-node.sh\n\n# Start OpenClaw\ncd clean && ./start.sh   # or cd full && ./start.sh\n\n# Access WebUI\nopen http://localhost:18789"
      },
      {
        "title": "Requirements",
        "body": "Node.js 22.x\nDocker (optional, for Docker builds)\ncurl, rsync (for deployment)"
      },
      {
        "title": "Environment Variables",
        "body": "You can customize paths using environment variables:\n\n# OpenClaw installation directory (default: auto-detect)\nexport OPENCLAW_INSTALL_DIR=/path/to/openclaw\n\n# OpenClaw config directory (default: ~/.openclaw)\nexport OPENCLAW_CONFIG_DIR=/path/to/.openclaw\n\n# Output directory (default: ./openclaw-portable-output)\nexport OUTPUT_DIR=/path/to/output"
      },
      {
        "title": "Example with Custom Paths",
        "body": "export OPENCLAW_INSTALL_DIR=/opt/openclaw\nexport OPENCLAW_CONFIG_DIR=/opt/config/.openclaw\nexport OUTPUT_DIR=/tmp/openclaw-packages\n\n./scripts/build-portable.sh"
      },
      {
        "title": "v1.0.1",
        "body": "Fixed hardcoded paths\nAdded environment variable support\nImproved error handling and dependency checks\nAdded path validation"
      },
      {
        "title": "v1.0.0",
        "body": "Initial release"
      },
      {
        "title": "Author",
        "body": "zfanmy-梦月儿"
      }
    ],
    "body": "SKILL.md 元数据格式示例\n\nname: openclaw-deploy description: Build and deploy OpenClaw as Docker images or portable packages author: zfanmy-梦月儿 version: 1.0.1 homepage: license: MIT keywords:\n\nopenclaw\ndeploy\ndocker\nportable\nbackup\nmigration requires: bins:\nnode\nnpm\ntar\nOpenClaw Deploy\n\nBuild and deploy OpenClaw as Docker images or portable packages.\n\nFeatures\n🐳 Build Docker images (clean/full versions)\n📦 Create portable packages for deployment\n🚀 Deploy to remote servers with one command\n💾 Backup and restore configurations\nQuick Start\nBuild Portable Packages\n# Build both clean and full versions\n./scripts/build-portable.sh\n\n# Export for deployment\n./scripts/export-portable.sh\n\nDeploy to Remote Server\n# Deploy clean version\n./export/deploy.sh user@remote-server clean /opt/openclaw\n\n# Deploy full version\n./export/deploy.sh user@remote-server full /opt/openclaw\n\nDirectory Structure\nopenclaw-deploy/\n├── portable/clean/          # Clean version (no personal data)\n├── portable/full/           # Full version (with config)\n├── export/                  # Deployment packages\n│   ├── openclaw-clean-portable.tar.gz\n│   ├── openclaw-full-portable.tar.gz\n│   └── deploy.sh\n└── scripts/\n    ├── build-portable.sh\n    ├── export-portable.sh\n    └── deploy.sh\n\nUsage on Target Server\n# Install Node.js\n./install-node.sh\n\n# Start OpenClaw\ncd clean && ./start.sh   # or cd full && ./start.sh\n\n# Access WebUI\nopen http://localhost:18789\n\nRequirements\nNode.js 22.x\nDocker (optional, for Docker builds)\ncurl, rsync (for deployment)\nConfiguration\nEnvironment Variables\n\nYou can customize paths using environment variables:\n\n# OpenClaw installation directory (default: auto-detect)\nexport OPENCLAW_INSTALL_DIR=/path/to/openclaw\n\n# OpenClaw config directory (default: ~/.openclaw)\nexport OPENCLAW_CONFIG_DIR=/path/to/.openclaw\n\n# Output directory (default: ./openclaw-portable-output)\nexport OUTPUT_DIR=/path/to/output\n\nExample with Custom Paths\nexport OPENCLAW_INSTALL_DIR=/opt/openclaw\nexport OPENCLAW_CONFIG_DIR=/opt/config/.openclaw\nexport OUTPUT_DIR=/tmp/openclaw-packages\n\n./scripts/build-portable.sh\n\nChangelog\nv1.0.1\nFixed hardcoded paths\nAdded environment variable support\nImproved error handling and dependency checks\nAdded path validation\nv1.0.0\nInitial release\nAuthor\n\nzfanmy-梦月儿"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/zfanmy/openclaw-deploy",
    "publisherUrl": "https://clawhub.ai/zfanmy/openclaw-deploy",
    "owner": "zfanmy",
    "version": "1.0.4",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}