Documentation
README
Auto-Updater Skill
Keep OpenClaw and skills up to date automatically with daily update checks.
What It Does
This skill sets up a daily cron job that:
- Updates OpenClaw itself (via package manager)
- Updates installed ClawHub skills (via
clawhub update --all) - Sends a summary of what changed
Setup
Quick Start
Ask OpenClaw to set up the auto-updater:
Set up daily auto-updates for OpenClaw and installed skills.
Or manually add the cron job:
openclaw cron add \
--name "Daily Auto-Update" \
--cron "0 4 * * *" \
--tz "America/Los_Angeles" \
--session isolated \
--wake now \
--deliver \
--message "Run daily auto-updates: check for OpenClaw updates and update installed skills. Report what changed."
How Updates Work
This is the opening of the README. Read the full README on GitHub.