Automatically manages versioning and updates for all your installed ClawHub skills to ensure your AI agents stay up to date.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install clawhub-auto-update
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install clawhub-auto-update using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
ClawHub Auto Update is an essential maintenance utility designed to keep your local skill repository synchronized with the latest official releases. By bridging the gap between local installations and the ClawHub registry, it ensures that your Openclaw Skills always leverage the newest features, bug fixes, and security patches without manual intervention.
This skill is particularly useful for developers who maintain a large library of tools and want to avoid the friction of manual version checking. It provides a robust framework for both on-demand updates and scheduled background maintenance, ensuring your automation stack remains reliable and feature-complete.
First, ensure you are authenticated with the registry:
npx clawhub login
To perform an immediate check and update, run the provided script:
bash ~/.openclaw/workspace/skills/clawhub-auto-update/scripts/check-update.sh
For continuous maintenance, add a cron job to automate the update process for your Openclaw Skills every Sunday at 3 AM:
0 3 * * 0 bash ~/.openclaw/workspace/skills/clawhub-auto-update/scripts/check-update.sh >> ~/.openclaw/logs/skill-update.log 2>&1
The skill manages its operations through the following data structures and log files:
| Data Component | Description | File Path |
|---|---|---|
| Activity Logs | Records execution history and specific version changes | ~/.openclaw/logs/skill-update.log |
| Update Scripts | Contains the logic for version comparison and fetching | .../skills/clawhub-auto-update/scripts/ |
| Registry Config | Stores the necessary tokens for ClawHub interaction | Managed via npx clawhub |
Loading
A professional-grade integration for fetching granular weather data and extended forecasts directly from Apple's WeatherKit API.

A powerful skill for managing Bitwarden passwords, secrets, and TOTP codes directly through the command line with secure session handling.

Integrate permanent decentralized storage and linked-list memory chains for agent resurrection using the Autonomys Network.

An advanced Slack integration for AI agents to handle file uploads, collaborative canvases, and channel bookmarks.

A lightweight skill for capturing AI agent conversations into structured daily Markdown files.

A comprehensive development standard and best practices guide for building scalable Node.js and TypeScript applications.








































