{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-updater",
    "name": "OpenClaw Updater",
    "source": "tencent",
    "type": "skill",
    "category": "其他",
    "sourceUrl": "https://clawhub.ai/bigsan/openclaw-updater",
    "canonicalUrl": "https://clawhub.ai/bigsan/openclaw-updater",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openclaw-updater",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-updater",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/find-workspaces.sh",
      "scripts/pre-update.sh",
      "scripts/rollback.sh",
      "scripts/update.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. 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. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "openclaw-updater",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T07:43:27.238Z",
      "expiresAt": "2026-05-06T07:43:27.238Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-updater",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-updater",
        "contentDisposition": "attachment; filename=\"openclaw-updater-1.6.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "openclaw-updater"
      },
      "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-updater"
    },
    "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-updater",
    "agentPageUrl": "https://openagent3.xyz/skills/openclaw-updater/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-updater/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-updater/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "OpenClaw Updater",
        "body": "Safely update OpenClaw with automatic pre-flight safety checks and rollback capability."
      },
      {
        "title": "Pre-Update Checklist",
        "body": "Before running openclaw update, always run the pre-update script:\n\nbash scripts/pre-update.sh\n\nOptional: specify a backup script to run during pre-flight:\n\nBACKUP_SCRIPT=~/repo/scripts/backup-openclaw.sh bash scripts/pre-update.sh\n\nThe script will:\n\nFind all workspace* directories under ~/.openclaw/\nGit commit any uncommitted changes (init git if missing)\nBack up openclaw.json to /tmp/openclaw.json.bak\nRun the backup script if provided\nSave the current version to /tmp/openclaw-prev-version.txt"
      },
      {
        "title": "Telegram Notification Setup",
        "body": "The update script sends success/failure notifications via Telegram Bot API (bypasses OpenClaw gateway, so it works even if the update breaks the gateway).\n\nCreate ~/.openclaw/.telegram-notify.env:\n\nTELEGRAM_BOT_TOKEN=<your-bot-token>\nTELEGRAM_CHAT_ID=<your-chat-id>\n\nchmod 600 ~/.openclaw/.telegram-notify.env\n\nThe bot token is the same one used by your OpenClaw Telegram channel. Chat ID can be found via openclaw directory."
      },
      {
        "title": "Update (with notification)",
        "body": "Run the full update with automatic pre-flight + notification:\n\nbash scripts/update.sh\n\nThis will: pre-flight → update → wait for gateway → notify via Telegram."
      },
      {
        "title": "Update (manual)",
        "body": "After pre-flight passes:\n\nopenclaw update"
      },
      {
        "title": "Post-Update Verification",
        "body": "After updating, verify:\n\nopenclaw status\nopenclaw gateway status\n\nCheck that:\n\nVersion shows the new release\nGateway is running\nAll agents are responsive"
      },
      {
        "title": "Rollback",
        "body": "If the update breaks something:\n\nbash scripts/rollback.sh\n\nThe script will:\n\nRead the saved previous version from /tmp/openclaw-prev-version.txt\nInstall that version via npm install -g openclaw@<version>\nOptionally restore openclaw.json from backup\nRestart the gateway"
      },
      {
        "title": "Manual Rollback",
        "body": "If the rollback script isn't available:\n\n# Install specific version\nnpm install -g openclaw@<version>\n\n# Restore config\ncp /tmp/openclaw.json.bak ~/.openclaw/openclaw.json\n\n# Restart\nopenclaw gateway restart"
      },
      {
        "title": "Restore from Full Backup",
        "body": "If config and workspaces are both corrupted:\n\n# Find latest backup\nls -t ~/repo/backups/openclaw-*.tar.gz | head -1\n\n# Restore (overwrites ~/.openclaw/)\ntar xzf ~/repo/backups/openclaw-<timestamp>.tar.gz -C ~/"
      }
    ],
    "body": "OpenClaw Updater\n\nSafely update OpenClaw with automatic pre-flight safety checks and rollback capability.\n\nPre-Update Checklist\n\nBefore running openclaw update, always run the pre-update script:\n\nbash scripts/pre-update.sh\n\n\nOptional: specify a backup script to run during pre-flight:\n\nBACKUP_SCRIPT=~/repo/scripts/backup-openclaw.sh bash scripts/pre-update.sh\n\n\nThe script will:\n\nFind all workspace* directories under ~/.openclaw/\nGit commit any uncommitted changes (init git if missing)\nBack up openclaw.json to /tmp/openclaw.json.bak\nRun the backup script if provided\nSave the current version to /tmp/openclaw-prev-version.txt\nTelegram Notification Setup\n\nThe update script sends success/failure notifications via Telegram Bot API (bypasses OpenClaw gateway, so it works even if the update breaks the gateway).\n\nCreate ~/.openclaw/.telegram-notify.env:\n\nTELEGRAM_BOT_TOKEN=<your-bot-token>\nTELEGRAM_CHAT_ID=<your-chat-id>\n\nchmod 600 ~/.openclaw/.telegram-notify.env\n\n\nThe bot token is the same one used by your OpenClaw Telegram channel. Chat ID can be found via openclaw directory.\n\nUpdate (with notification)\n\nRun the full update with automatic pre-flight + notification:\n\nbash scripts/update.sh\n\n\nThis will: pre-flight → update → wait for gateway → notify via Telegram.\n\nUpdate (manual)\n\nAfter pre-flight passes:\n\nopenclaw update\n\nPost-Update Verification\n\nAfter updating, verify:\n\nopenclaw status\nopenclaw gateway status\n\n\nCheck that:\n\nVersion shows the new release\nGateway is running\nAll agents are responsive\nRollback\n\nIf the update breaks something:\n\nbash scripts/rollback.sh\n\n\nThe script will:\n\nRead the saved previous version from /tmp/openclaw-prev-version.txt\nInstall that version via npm install -g openclaw@<version>\nOptionally restore openclaw.json from backup\nRestart the gateway\nManual Rollback\n\nIf the rollback script isn't available:\n\n# Install specific version\nnpm install -g openclaw@<version>\n\n# Restore config\ncp /tmp/openclaw.json.bak ~/.openclaw/openclaw.json\n\n# Restart\nopenclaw gateway restart\n\nRestore from Full Backup\n\nIf config and workspaces are both corrupted:\n\n# Find latest backup\nls -t ~/repo/backups/openclaw-*.tar.gz | head -1\n\n# Restore (overwrites ~/.openclaw/)\ntar xzf ~/repo/backups/openclaw-<timestamp>.tar.gz -C ~/"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/bigsan/openclaw-updater",
    "publisherUrl": "https://clawhub.ai/bigsan/openclaw-updater",
    "owner": "bigsan",
    "version": "1.6.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-updater",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-updater",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-updater/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-updater/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-updater/agent.md"
  }
}