Install
openclaw skills install crazyozzy-auto-updaterAutomatically update OpenClaw and installed skills on a schedule. Use when setting up or maintaining daily/weekly update automation, checking for OpenClaw updates, updating all skills, and sending a summary of what changed.
openclaw skills install crazyozzy-auto-updaterKeep OpenClaw and installed skills up to date with a scheduled update routine.
This skill helps set up an automated job that:
For current OpenClaw versions, prefer the cron tool / scheduler over legacy clawbot / clawdbot CLI examples.
Use an isolated scheduled agent turn that:
openclaw update (or openclaw update --dry-run for preview-only flows)clawhub update --allopenclaw doctor if the update flow reports config/service issuesPreferred command:
openclaw update
Useful variants:
openclaw update status
openclaw update --dry-run
openclaw update --json
openclaw doctor
Notes:
openclaw update is the current first-class update path.openclaw doctor is the follow-up health/fix command, not the main updater.clawhub update --all
clawhub list
When asked to configure automatic updates in OpenClaw:
openclaw cron add / clawdbot cron add examples.Use a prompt along these lines for the scheduled run:
Run the scheduled OpenClaw maintenance routine:
1. Check/update OpenClaw with `openclaw update`
2. Update installed skills with `clawhub update --all`
3. If update output suggests config or service problems, run `openclaw doctor`
4. Summarize:
- whether OpenClaw changed
- which skills updated
- any failures or manual follow-up needed
Keep the final report concise and user-facing.
Preferred shape:
🔄 Auto-update complete
OpenClaw: updated / already current / failed
Skills updated: ...
Issues: none / short list
Keep it scan-friendly:
openclaw update status
openclaw status
clawhub list
Check:
openclaw update statusopenclaw doctoropenclaw gateway statusclawhub listCommon causes:
Try targeted repair:
clawhub update --all --force
Or update one skill explicitly.
If older instructions mention these commands, translate them as follows:
clawdbot / clawbot → openclawclawdhub → clawhubclawdbot doctor as updater → usually openclaw update, with openclaw doctor as follow-up diagnosticsdocs/cli/update.md in the local OpenClaw install