{
  "schemaVersion": "1.0",
  "item": {
    "slug": "update-plus",
    "name": "Update Plus",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/hopyky/update-plus",
    "canonicalUrl": "https://clawhub.ai/hopyky/update-plus",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/update-plus",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=update-plus",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "bin/lib/backup.sh",
      "bin/lib/config.sh",
      "bin/lib/cron.sh",
      "bin/lib/notify.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",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/update-plus"
    },
    "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/update-plus",
    "agentPageUrl": "https://openagent3.xyz/skills/update-plus/agent",
    "manifestUrl": "https://openagent3.xyz/skills/update-plus/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/update-plus/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": "🔄 Update Plus",
        "body": "A comprehensive backup, update, and restore tool for your OpenClaw environment. Protect your config, workspace, and skills with automatic rollback, encrypted backups, and cloud sync."
      },
      {
        "title": "Quick Start",
        "body": "# Check for available updates\nupdate-plus check\n\n# Create a full backup\nupdate-plus backup\n\n# Update everything (creates backup first)\nupdate-plus update\n\n# Preview changes (no modifications)\nupdate-plus update --dry-run\n\n# Restore from backup\nupdate-plus restore openclaw-backup-2026-01-25-12:00:00.tar.gz"
      },
      {
        "title": "Features",
        "body": "FeatureDescriptionFull BackupBackup entire environment (config, workspace, skills)Auto BackupCreates backup before every updateAuto RollbackReverts to previous commit if update failsSmart RestoreRestore everything or specific parts (config, workspace)Multi-DirectorySeparate prod/dev skills with independent update settingsEncrypted BackupsOptional GPG encryptionCloud SyncUpload backups to Google Drive, S3, Dropbox via rcloneNotificationsGet notified via WhatsApp, Telegram, or DiscordConnection RetryAuto-retry on network failure (configurable)"
      },
      {
        "title": "Installation",
        "body": "git clone https://github.com/hopyky/update-plus.git ~/.openclaw/skills/update-plus"
      },
      {
        "title": "Add to PATH",
        "body": "mkdir -p ~/bin\necho 'export PATH=\"$HOME/bin:$PATH\"' >> ~/.zshrc\nsource ~/.zshrc\nln -sf ~/.openclaw/skills/update-plus/bin/update-plus ~/bin/update-plus"
      },
      {
        "title": "Configuration",
        "body": "Create ~/.openclaw/update-plus.json:\n\n{\n  \"backup_dir\": \"~/.openclaw/backups\",\n  \"backup_before_update\": true,\n  \"backup_count\": 5,\n  \"backup_paths\": [\n    {\"path\": \"~/.openclaw\", \"label\": \"config\", \"exclude\": [\"backups\", \"logs\"]},\n    {\"path\": \"~/.openclaw/workspace\", \"label\": \"workspace\", \"exclude\": [\"node_modules\"]}\n  ],\n  \"skills_dirs\": [\n    {\"path\": \"~/.openclaw/skills\", \"label\": \"prod\", \"update\": true}\n  ],\n  \"notifications\": {\n    \"enabled\": false,\n    \"target\": \"+1234567890\"\n  },\n  \"connection_retries\": 3,\n  \"connection_retry_delay\": 60\n}"
      },
      {
        "title": "Commands",
        "body": "CommandDescriptionupdate-plus checkCheck for available updatesupdate-plus backupCreate a full backupupdate-plus updateUpdate OpenClaw and all skillsupdate-plus update --dry-runPreview changesupdate-plus restore <file>Restore from backupupdate-plus install-cronInstall automatic updates (daily 2 AM)update-plus uninstall-cronRemove cron job"
      },
      {
        "title": "v4.0.3",
        "body": "Check for updates BEFORE backup (skip backup if already up to date)\nNo more wasted bandwidth/storage when nothing to update"
      },
      {
        "title": "v4.0.2",
        "body": "Use curl instead of ping for connection check (more reliable)\nWorks through firewalls and when Mac wakes from sleep"
      },
      {
        "title": "v4.0.1",
        "body": "Added Homebrew path detection (/opt/homebrew/bin) for cron jobs\nAdded ~/bin to cron PATH for local symlinks\nUpdated example config with clearer workspace structure"
      },
      {
        "title": "v4.0.0",
        "body": "OpenClaw only (removed moltbot/clawdbot legacy support)\nSimplified configuration and paths\nConfig: ~/.openclaw/update-plus.json"
      },
      {
        "title": "v3.x",
        "body": "Multi-bot support (openclaw, moltbot, clawdbot)\nConnection retry for cron jobs"
      },
      {
        "title": "Author",
        "body": "Created by hopyky"
      },
      {
        "title": "License",
        "body": "MIT"
      }
    ],
    "body": "🔄 Update Plus\n\nA comprehensive backup, update, and restore tool for your OpenClaw environment. Protect your config, workspace, and skills with automatic rollback, encrypted backups, and cloud sync.\n\nQuick Start\n# Check for available updates\nupdate-plus check\n\n# Create a full backup\nupdate-plus backup\n\n# Update everything (creates backup first)\nupdate-plus update\n\n# Preview changes (no modifications)\nupdate-plus update --dry-run\n\n# Restore from backup\nupdate-plus restore openclaw-backup-2026-01-25-12:00:00.tar.gz\n\nFeatures\nFeature\tDescription\nFull Backup\tBackup entire environment (config, workspace, skills)\nAuto Backup\tCreates backup before every update\nAuto Rollback\tReverts to previous commit if update fails\nSmart Restore\tRestore everything or specific parts (config, workspace)\nMulti-Directory\tSeparate prod/dev skills with independent update settings\nEncrypted Backups\tOptional GPG encryption\nCloud Sync\tUpload backups to Google Drive, S3, Dropbox via rclone\nNotifications\tGet notified via WhatsApp, Telegram, or Discord\nConnection Retry\tAuto-retry on network failure (configurable)\nInstallation\ngit clone https://github.com/hopyky/update-plus.git ~/.openclaw/skills/update-plus\n\nAdd to PATH\nmkdir -p ~/bin\necho 'export PATH=\"$HOME/bin:$PATH\"' >> ~/.zshrc\nsource ~/.zshrc\nln -sf ~/.openclaw/skills/update-plus/bin/update-plus ~/bin/update-plus\n\nConfiguration\n\nCreate ~/.openclaw/update-plus.json:\n\n{\n  \"backup_dir\": \"~/.openclaw/backups\",\n  \"backup_before_update\": true,\n  \"backup_count\": 5,\n  \"backup_paths\": [\n    {\"path\": \"~/.openclaw\", \"label\": \"config\", \"exclude\": [\"backups\", \"logs\"]},\n    {\"path\": \"~/.openclaw/workspace\", \"label\": \"workspace\", \"exclude\": [\"node_modules\"]}\n  ],\n  \"skills_dirs\": [\n    {\"path\": \"~/.openclaw/skills\", \"label\": \"prod\", \"update\": true}\n  ],\n  \"notifications\": {\n    \"enabled\": false,\n    \"target\": \"+1234567890\"\n  },\n  \"connection_retries\": 3,\n  \"connection_retry_delay\": 60\n}\n\nCommands\nCommand\tDescription\nupdate-plus check\tCheck for available updates\nupdate-plus backup\tCreate a full backup\nupdate-plus update\tUpdate OpenClaw and all skills\nupdate-plus update --dry-run\tPreview changes\nupdate-plus restore <file>\tRestore from backup\nupdate-plus install-cron\tInstall automatic updates (daily 2 AM)\nupdate-plus uninstall-cron\tRemove cron job\nChangelog\nv4.0.3\nCheck for updates BEFORE backup (skip backup if already up to date)\nNo more wasted bandwidth/storage when nothing to update\nv4.0.2\nUse curl instead of ping for connection check (more reliable)\nWorks through firewalls and when Mac wakes from sleep\nv4.0.1\nAdded Homebrew path detection (/opt/homebrew/bin) for cron jobs\nAdded ~/bin to cron PATH for local symlinks\nUpdated example config with clearer workspace structure\nv4.0.0\nOpenClaw only (removed moltbot/clawdbot legacy support)\nSimplified configuration and paths\nConfig: ~/.openclaw/update-plus.json\nv3.x\nMulti-bot support (openclaw, moltbot, clawdbot)\nConnection retry for cron jobs\nAuthor\n\nCreated by hopyky\n\nLicense\n\nMIT"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/hopyky/update-plus",
    "publisherUrl": "https://clawhub.ai/hopyky/update-plus",
    "owner": "hopyky",
    "version": "4.0.3",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/update-plus",
    "downloadUrl": "https://openagent3.xyz/downloads/update-plus",
    "agentUrl": "https://openagent3.xyz/skills/update-plus/agent",
    "manifestUrl": "https://openagent3.xyz/skills/update-plus/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/update-plus/agent.md"
  }
}