MyClaw
HomeProductsUse CasesPricingSkillsResourcesCompany
HomeUse CasesPricingSkills
Sign In
Home
ProductsOpenClaw HostingHermes Agent Hosting
Use CasesPricingSkills
ResourcesCompareTutorialLearnBlogUpdatesResourcesCommunity
CompanyAboutSupport
Sign In
MyClaw.ai

Your AI agent, already running.

Product

OpenClaw HostingHermes Agent HostingUse CasesPricingCompareAlibaba Cloud

Resources

BlogUpdatesSkillsModelsSupportCommunityCapybara

Legal

TermsPrivacyCookieGDPRContact

© 2023 Cubo World Inc. All rights reserved.

← Back to Skills
Browser & Automation
🕸️

Auto-Updater Skill

Automatically update Clawdbot and all installed skills once daily via cron, then message you with a summary of what changed.

maximepradesv1.0.0
ProductivityAutomationCLISelf-HostedDeveloper Tool
Connecting to VM...
Connecting to VM...
npx clawhub@latest install auto-updater
193Stars
27.1kDownloads
376Current Installs
379All-time Installs
📦
v1.0.0Version
📅
Feb 26, 2026Updated

Platforms

darwinlinux
View Source(ClawHub)

Auto-Updater Skill Skill Overview

The Auto-Updater Skill keeps your Clawdbot installation and every installed skill current without any manual intervention. It schedules a daily cron job that updates Clawdbot itself, runs clawdhub update --all across your skill library, and delivers a clear summary message listing exactly what was upgraded or already up to date. Install it once and stop worrying about stale versions.

How to Use It

Step 1: Run in your terminal or install this skill on MyClaw

npx clawhub@latest install auto-updater
or

Click the Install button at the top of this page for one-click setup

When to Use Auto-Updater Skill

Best Fit

  • You run Clawdbot continuously (e.g. via Gateway) and want updates applied hands-free each night.
  • You have multiple skills installed and don't want to manually track version releases for each one.
  • You need a record of what changed — the delivered summary gives you a daily changelog without digging through logs.
  • You're on macOS or Linux and want a set-and-forget maintenance routine.

When Not to Use

  • You're on Windows — the skill's metadata declares support for darwin and linux only.
  • You prefer to review and approve updates before they're applied; use clawdhub update --all --dry-run manually instead.

Key Features

Daily Scheduled Updates via Cron

Registers a cron job (default: 4:00 AM in your configured timezone) that runs automatically each day. The schedule and timezone are fully configurable when adding the job.

Clawdbot Self-Update

Handles updating Clawdbot itself regardless of how it was installed — npm, pnpm, bun, or a source/git checkout. Automatically runs clawdbot doctor post-update to apply any pending migrations.

Bulk Skill Updates

Runs clawdhub update --all to check every installed skill against the registry and upgrade any that have newer versions available in a single pass.

Human-Readable Update Summary

After each run, delivers a formatted message listing which version Clawdbot moved to, which skills were upgraded (with old → new version numbers), which were already current, and any errors encountered.

Easy Enable / Disable

Remove the cron job with a single command (clawdbot cron remove "Daily Auto-Update") or pause it temporarily via a config flag without losing your setup.

Use Cases

Overnight maintenance window

Schedule updates for 4:00 AM so patches are applied while you're asleep. Wake up to a summary in your Clawdbot session showing exactly what changed overnight.

Multi-skill power user keeping everything current

If you have a dozen or more skills installed, manually tracking each one's release cadence is tedious. Auto-Updater handles the whole library in one job and flags anything that failed.

Auditing what changed before a work session

Review the delivered update summary at the start of your day to understand which tools got new capabilities or bug fixes before you rely on them for important tasks.

Connecting to VM...
npx clawhub@latest install auto-updater
193Stars
27.1kDownloads
376Current Installs
379All-time Installs
📦
v1.0.0Version
📅
Feb 26, 2026Updated

Platforms

darwinlinux
View Source(ClawHub)

FAQ

Reviews

0 reviews

Log in to write a review

No reviews yet. Be the first to share your experience!