Install
openclaw skills install auto-updater-windowsSet up and maintain automatic OpenClaw + skill updates on Windows/macOS/Linux. Use when a user asks for scheduled updates, manual update runs, update health checks, or update summaries. On Windows, enforce native Windows/Git Bash flow and avoid WSL bash paths.
openclaw skills install auto-updater-windowsConfigure safe recurring updates for OpenClaw and installed skills.
npx clawhub.bash resolves to Git Bash / MSYS, not C:\Windows\System32\bash.exe (WSL launcher).bash, prepend Git Bash path in PATH for the current shell session.where.exe bash
bash --version
Expected on Windows: GNU bash from MSYS/Git, not WSL launcher path first.
<openclaw-repo>: source repo root (example: %USERPROFILE%\\dev\\openclaw)<openclaw-home>: runtime home (example: %USERPROFILE%\\.openclaw)git -C <openclaw-repo> pull --ff-only
pnpm -C <openclaw-repo> install
pnpm -C <openclaw-repo> build
Use OpenClaw gateway restart tool/action after successful build.
npx clawhub update --all --workdir <openclaw-home> --no-input
If local edits exist and user confirms overwrite:
npx clawhub update <slug> --force --workdir <openclaw-home> --no-input
git -C <openclaw-repo> pull --ff-only
pnpm -C <openclaw-repo> install
pnpm -C <openclaw-repo> build
openclaw gateway restart
openclaw --version
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/agent-guide.mdreferences/summary-examples.md