auto-updater

Automate daily Clawdbot and skill updates via cron with summary reports.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Muchunpeng/openclaw-config --skill auto-updater-muchunpeng
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: auto-updater
Source: https://github.com/Muchunpeng/openclaw-config/tree/main/workspace/skills/auto-updater
Command: npx skills add https://github.com/Muchunpeng/openclaw-config --skill auto-updater-muchunpeng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This automation solves the tedious task of keeping Clawdbot and its installed skills up to date by scheduling and applying updates automatically.

Core Features & Use Cases

  • Scheduled updates: Daily checks for Clawdbot and skill updates via cron.
  • Unified maintenance: Updates both the Clawdbot binary and all installed skills in one workflow.
  • Status reporting: Generates a concise summary of what was updated and any issues.

Quick Start

Set up a daily cron job to automatically update Clawdbot and all installed skills.

Frequently Asked Questions about auto-updater

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I schedule automatic updates for Clawdbot and installed skills?▼

You can schedule automatic updates for Clawdbot and installed skills by setting up a daily cron job that triggers the updater, applying both binary and source installation flows automatically.

Does the daily Clawdbot updater work on both Linux and macOS?▼

Yes, the daily Clawdbot updater supports both Linux and macOS environments, utilizing cron-based scheduling to apply updates to the binary and all installed skills.

What is the best way to automate devops updates for Clawdbot skills?▼

Automating devops updates for Clawdbot skills is best handled by a cron-driven updater that uses clawdhub to update all installed skills and generates a concise summary of changes.

Can I get a status report after updating Clawdbot and my skills?▼

Yes, the updater generates a concise status report summarizing what was updated and highlighting any issues encountered during the Clawdbot and skill update process.

How to update all installed Clawdbot skills via clawdhub automatically?▼

To update all installed Clawdbot skills automatically via clawdhub, configure a daily cron job to run the updater, which handles both skill management and binary updates.

Do I need cron to run daily Clawdbot updates?▼

Yes, you need cron for scheduling daily Clawdbot updates, as the automation relies on cron-driven scheduling to check and apply updates for both the binary and installed skills.