{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-autoupdate",
    "name": "Openclaw Autoupdate",
    "source": "tencent",
    "type": "skill",
    "category": "安全合规",
    "sourceUrl": "https://clawhub.ai/jimmieting/openclaw-autoupdate",
    "canonicalUrl": "https://clawhub.ai/jimmieting/openclaw-autoupdate",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openclaw-autoupdate",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-autoupdate",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "package.json",
      "scripts/silent-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",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/openclaw-autoupdate"
    },
    "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-autoupdate",
    "agentPageUrl": "https://openagent3.xyz/skills/openclaw-autoupdate/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-autoupdate/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-autoupdate/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": "功能",
        "body": "检查当前版本\n获取最新版本\n执行更新\n重启Gateway\n验证服务状态"
      },
      {
        "title": "使用方式",
        "body": "~/.openclaw/workspace/skills/openclaw-autoupdate/scripts/silent-update.sh"
      },
      {
        "title": "配置文件",
        "body": "无需额外配置，脚本直接使用系统已有的openclaw CLI。"
      },
      {
        "title": "安全说明",
        "body": "本技能仅使用以下安全的命令：\n\nopenclaw gateway status - 查看状态\nopenclaw gateway stop - 停止服务\nnpm install -g openclaw - 全局更新\nopenclaw gateway start - 启动服务\n纯文件读写操作\n\n为什么被误报：\n\nVirusTotal将\"npm全局安装\"行为标记为可疑\n这是安全扫描器的常见误报\n实际上脚本只使用openclaw官方CLI"
      },
      {
        "title": "源代码哈希",
        "body": "SHA256: eee24f574b4bf559e6e2c487f8bf180d2176c8c2e5f435b510b017415ee155c3\n\n验证方法：\n\nshasum -a 256 scripts/silent-update.sh"
      },
      {
        "title": "审计日志",
        "body": "脚本执行时会记录详细日志到 ~/.openclaw/logs/autoupdate.log\n\n发布者：@jimmieting\n版本：v1.0.2"
      }
    ],
    "body": "OpenClaw 静默更新\n功能\n检查当前版本\n获取最新版本\n执行更新\n重启Gateway\n验证服务状态\n使用方式\n~/.openclaw/workspace/skills/openclaw-autoupdate/scripts/silent-update.sh\n\n配置文件\n\n无需额外配置，脚本直接使用系统已有的openclaw CLI。\n\n安全说明\n\n本技能仅使用以下安全的命令：\n\nopenclaw gateway status - 查看状态\nopenclaw gateway stop - 停止服务\nnpm install -g openclaw - 全局更新\nopenclaw gateway start - 启动服务\n纯文件读写操作\n\n为什么被误报：\n\nVirusTotal将\"npm全局安装\"行为标记为可疑\n这是安全扫描器的常见误报\n实际上脚本只使用openclaw官方CLI\n源代码哈希\nSHA256: eee24f574b4bf559e6e2c487f8bf180d2176c8c2e5f435b510b017415ee155c3\n\n\n验证方法：\n\nshasum -a 256 scripts/silent-update.sh\n\n审计日志\n\n脚本执行时会记录详细日志到 ~/.openclaw/logs/autoupdate.log\n\n发布者：@jimmieting 版本：v1.0.2"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jimmieting/openclaw-autoupdate",
    "publisherUrl": "https://clawhub.ai/jimmieting/openclaw-autoupdate",
    "owner": "jimmieting",
    "version": "1.0.6",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-autoupdate",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-autoupdate",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-autoupdate/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-autoupdate/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-autoupdate/agent.md"
  }
}