Skill Update Helper
Keep OpenClaw and installed skills current with predictable update checks and concise reporting.
What It Does
Use this skill to:
- check whether OpenClaw has updates available
- update installed skills with
clawhub update - set up scheduled update checks with OpenClaw cron
- report what changed, what failed, and what needs manual follow-up
Quick Start
When the user wants automatic update help, propose or execute a workflow like:
clawhub install skill-update-helper
For a scheduled daily check, create an isolated cron run that asks the agent to:
- check OpenClaw version/update status
- run
clawhub update --all - summarize updated skills, unchanged skills, and any failures
Manual Commands
Check installed skill versions:
clawhub list
Check for skill updates:
clawhub update --all --dry-run
Apply skill updates:
clawhub update --all
Check OpenClaw status before or after updates:
openclaw status
Reporting Expectations
Always report:
- OpenClaw status before/after if checked
- which skills updated, with versions when available
- which skills were already current
- any failures and the next recommended step
References
- Read
references/agent-guide.mdfor the step-by-step agent workflow. - Read
references/summary-examples.mdfor compact result formats.