/install crazyozzy-auto-updater
Auto-Updater Skill
Keep OpenClaw and installed skills up to date with a scheduled update routine.
What It Does
This skill helps set up an automated job that:
- Updates OpenClaw itself
- Updates installed skills via ClawHub
- Sends a concise summary of what changed
Preferred OpenClaw Approach
For current OpenClaw versions, prefer the cron tool / scheduler over legacy clawbot / clawdbot CLI examples.
Use an isolated scheduled agent turn that:
- Runs
openclaw update(oropenclaw update --dry-runfor preview-only flows) - Runs
clawhub update --all - Optionally runs
openclaw doctorif the update flow reports config/service issues - Sends a short summary back to the user
Core Commands
OpenClaw updates
Preferred command:
openclaw update
Useful variants:
openclaw update status
openclaw update --dry-run
openclaw update --json
openclaw doctor
Notes:
openclaw updateis the current first-class update path.- On source installs it handles the safe update flow.
- On package-manager installs it uses the package-manager-aware update path.
openclaw doctoris the follow-up health/fix command, not the main updater.
Skills
clawhub update --all
clawhub list
Scheduling Guidance
When asked to configure automatic updates in OpenClaw:
- Prefer the cron tool instead of legacy CLI
openclaw cron add/clawdbot cron addexamples. - Create an isolated scheduled run.
- Deliver a concise summary to the user.
- If the user does not specify a time, ask once and pick a quiet hour in the user’s timezone.
Suggested Scheduled Task Prompt
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.
Summary Format
Preferred shape:
🔄 Auto-update complete
OpenClaw: updated / already current / failed
Skills updated: ...
Issues: none / short list
Keep it scan-friendly:
- version changes if known
- updated skills grouped together
- errors surfaced clearly
- avoid long raw logs
Manual Checks
openclaw update status
openclaw status
clawhub list
Troubleshooting
Update failed
Check:
openclaw update statusopenclaw doctoropenclaw gateway statusclawhub list
Skills failed to update
Common causes:
- network failure
- registry/package resolution issue
- local file modifications in installed skill
- permission issues on the workspace
Try targeted repair:
clawhub update --all --force
Or update one skill explicitly.
Legacy Translation Notes
If older instructions mention these commands, translate them as follows:
clawdbot/clawbot→openclawclawdhub→clawhubclawdbot doctoras updater → usuallyopenclaw update, withopenclaw doctoras follow-up diagnostics- legacy CLI cron examples → OpenClaw cron tool / scheduler jobs
Resources
- OpenClaw update docs:
docs/cli/update.mdin the local OpenClaw install - OpenClaw doctor / status / gateway docs in local OpenClaw docs
- ClawHub CLI skill for installing/updating skills
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install crazyozzy-auto-updater - 安装完成后,直接呼叫该 Skill 的名称或使用
/crazyozzy-auto-updater触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
CrazyOzzy Auto Updater 是什么?
Automatically update OpenClaw and installed skills on a schedule. Use when setting up or maintaining daily/weekly update automation, checking for OpenClaw up... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 217 次。
如何安装 CrazyOzzy Auto Updater?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install crazyozzy-auto-updater」即可一键安装,无需额外配置。
CrazyOzzy Auto Updater 是免费的吗?
是的,CrazyOzzy Auto Updater 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
CrazyOzzy Auto Updater 支持哪些平台?
CrazyOzzy Auto Updater 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。
谁开发了 CrazyOzzy Auto Updater?
由 crazyozzy(@crazyozzy)开发并维护,当前版本 v1.0.1。