# Send Openclaw Autoupdate 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. 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. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/openclaw-autoupdate",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-autoupdate",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "package.json",
      "scripts/silent-update.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "openclaw-autoupdate",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T10:26:13.935Z",
      "expiresAt": "2026-05-06T10:26:13.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-autoupdate",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-autoupdate",
        "contentDisposition": "attachment; filename=\"openclaw-autoupdate-1.0.6.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "openclaw-autoupdate"
      },
      "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-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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### 功能

检查当前版本
获取最新版本
执行更新
重启Gateway
验证服务状态

### 使用方式

~/.openclaw/workspace/skills/openclaw-autoupdate/scripts/silent-update.sh

### 配置文件

无需额外配置，脚本直接使用系统已有的openclaw CLI。

### 安全说明

本技能仅使用以下安全的命令：

openclaw gateway status - 查看状态
openclaw gateway stop - 停止服务
npm install -g openclaw - 全局更新
openclaw gateway start - 启动服务
纯文件读写操作

为什么被误报：

VirusTotal将"npm全局安装"行为标记为可疑
这是安全扫描器的常见误报
实际上脚本只使用openclaw官方CLI

### 源代码哈希

SHA256: eee24f574b4bf559e6e2c487f8bf180d2176c8c2e5f435b510b017415ee155c3

验证方法：

shasum -a 256 scripts/silent-update.sh

### 审计日志

脚本执行时会记录详细日志到 ~/.openclaw/logs/autoupdate.log

发布者：@jimmieting
版本：v1.0.2
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: jimmieting
- Version: 1.0.6
## 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-04-29T10:26:13.935Z
- Expires at: 2026-05-06T10:26:13.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/openclaw-autoupdate)
- [Send to Agent page](https://openagent3.xyz/skills/openclaw-autoupdate/agent)
- [JSON manifest](https://openagent3.xyz/skills/openclaw-autoupdate/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/openclaw-autoupdate/agent.md)
- [Download page](https://openagent3.xyz/downloads/openclaw-autoupdate)