auto-updater

Automate daily Clawdbot and installed skill updates via cron.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/okbest2024/openclaw-backup --skill auto-updater-okbest2024
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-updater
Source: https://github.com/okbest2024/openclaw-backup/tree/main/workspace/skills/auto-updater
Command: npx skills add https://github.com/okbest2024/openclaw-backup --skill auto-updater-okbest2024

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Reduces manual maintenance by automatically updating Clawdbot and all installed skills on a daily cadence, ensuring you have the latest features and security patches without manual intervention.

Core Features & Use Cases

  • Daily Cron Updates: schedules and executes updates for Clawdbot and all skills every day.
  • Unified Update Flow: supports npm/pnpm/bun global installs or source installs, runs migrations via doctor, and aggregates a concise change summary.
  • Reliable Reporting: delivers a structured notification detailing what changed and what needs attention.

Quick Start

Ask Clawdbot to configure a daily auto-update that pulls Clawdbot and all skills to the latest versions and reports what changed.

Frequently Asked Questions about auto-updater

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

FAQPage Schema
How do I automate daily updates for Clawdbot and installed skills?

To automate daily updates, you can schedule a cron-based job that pulls the latest versions of Clawdbot and all installed skills, runs migrations via clawdbot doctor, and delivers a structured change summary.

Can I run automated maintenance on a source installation of Clawdbot?

Yes, automated maintenance supports both global package installs via npm/pnpm/bun and source installations, allowing the daily update workflow to run migrations and apply version checks across diverse environments.

What is the best way to schedule recurring skill maintenance tasks?

The best way to schedule recurring maintenance is using a daily cron deployment that automatically checks versions, executes updates for Clawdbot and skills, and aggregates a concise report of what changed.

Do I need to manually run migrations after updating Clawdbot?

No, you do not need to manually run migrations because the automated update workflow explicitly runs migrations via clawdbot doctor and then delivers a user-facing summary detailing what needs attention.

Why does my automated devops update workflow need a change summary?

An automated devops update workflow needs a change summary to provide reliable reporting that details exactly what changed during the update and highlights what needs manual attention, ensuring system stability.