Auto-Updater (Windows Compatible)
/install auto-updater-windows
Auto-Updater Skill (Windows-first, cross-platform)
Configure safe recurring updates for OpenClaw and installed skills.
Core Rules
- Prefer OpenClaw-native actions and
npx clawhub. - On Windows, run updates in native Windows shell.
- On Windows, ensure
bashresolves to Git Bash / MSYS, notC:\Windows\System32\bash.exe(WSL launcher). - Never include user-specific local paths/usernames in public docs or published skill content.
- Always output a concise summary: updated, unchanged, failed.
Windows-Only Guardrails (Important)
- Do NOT use WSL for update execution.
- If build steps require
bash, prepend Git Bash path in PATH for the current shell session. - Verify active bash:
where.exe bash
bash --version
Expected on Windows: GNU bash from MSYS/Git, not WSL launcher path first.
Path Placeholders (Use These)
\x3Copenclaw-repo>: source repo root (example:%USERPROFILE%\\dev\\openclaw)\x3Copenclaw-home>: runtime home (example:%USERPROFILE%\\.openclaw)
Manual Update Flow
1) Update OpenClaw (source install)
git -C \x3Copenclaw-repo> pull --ff-only
pnpm -C \x3Copenclaw-repo> install
pnpm -C \x3Copenclaw-repo> build
2) Restart gateway
Use OpenClaw gateway restart tool/action after successful build.
3) Update skills
npx clawhub update --all --workdir \x3Copenclaw-home> --no-input
If local edits exist and user confirms overwrite:
npx clawhub update \x3Cslug> --force --workdir \x3Copenclaw-home> --no-input
Successful Windows Command Template (Sanitized)
git -C \x3Copenclaw-repo> pull --ff-only
pnpm -C \x3Copenclaw-repo> install
pnpm -C \x3Copenclaw-repo> build
openclaw gateway restart
openclaw --version
Scheduling (Optional)
When user asks for automation, create cron jobs with isolated agentTurn runs and summary delivery. Keep schedule conservative (e.g., daily 04:00 local) unless user asks otherwise.
References
references/agent-guide.mdreferences/summary-examples.md
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install auto-updater-windows - 安装完成后,直接呼叫该 Skill 的名称或使用
/auto-updater-windows触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Auto-Updater (Windows Compatible) 是什么?
Set up and maintain automatic OpenClaw + skill updates on Windows/macOS/Linux. Use when a user asks for scheduled updates, manual update runs, update health... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 352 次。
如何安装 Auto-Updater (Windows Compatible)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install auto-updater-windows」即可一键安装,无需额外配置。
Auto-Updater (Windows Compatible) 是免费的吗?
是的,Auto-Updater (Windows Compatible) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Auto-Updater (Windows Compatible) 支持哪些平台?
Auto-Updater (Windows Compatible) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Auto-Updater (Windows Compatible)?
由 Yaodong Yu(@leo220yuyaodog)开发并维护,当前版本 v1.0.3。