Auto-Updater Skill
Keep Clawdbot and all installed skills up to date automatically with a daily cron job that checks for updates, applies them, and sends you a summary.
npx clawhub@latest install auto-updaterPlatforms
The Auto-Updater skill sets up a daily cron job that automatically updates Clawdbot itself and all installed skills. After each run, it sends you a summary of what was updated, what was already current, and whether any issues occurred.
How It Works
The skill creates a cron job (defaulting to 4:00 AM daily) that runs in an isolated session. It first updates Clawdbot via the appropriate package manager or clawdbot update for source installs, then runs clawdhub update --all to check all installed skills against the registry. After completion, it delivers a summary message listing version changes, already-current skills, and any errors.
Key Features
--dry-runRequirements
cron.enabled config setting must be trueUse Cases
How to Install
npx clawhub@latest install auto-updaternpx clawhub@latest install auto-updaterPlatforms
FAQ
Reviews
0 reviewsLog in to write a review
No reviews yet. Be the first to share your experience!