auto-updater — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited auto-updater (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Keep OpenClaw and skills up to date automatically with daily update checks.
This skill sets up a daily cron job that:
clawhub update --all)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."For npm installs:
npm update -g openclaw@latestAfter update, run health checks:
openclaw --profile default doctor --fix
openclaw gateway restartclawhub update --allThis checks installed ClawHub skills and updates to latest versions.
Run a manual skill update:
clawhub update --all --no-input --forceList installed ClawHub skills:
clawhub listCheck OpenClaw version:
openclaw --versionopenclaw cron list)openclaw gateway status)openclaw --profile default doctor --fixopenclaw cron remove "Daily Auto-Update"~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.