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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install auto-updater-windows - After installation, invoke the skill by name or use
/auto-updater-windows - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 352 downloads so far.
How do I install Auto-Updater (Windows Compatible)?
Run "/install auto-updater-windows" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Auto-Updater (Windows Compatible) free?
Yes, Auto-Updater (Windows Compatible) is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Auto-Updater (Windows Compatible) support?
Auto-Updater (Windows Compatible) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Auto-Updater (Windows Compatible)?
It is built and maintained by Yaodong Yu (@leo220yuyaodog); the current version is v1.0.3.