auto-updater

Automate daily Clawdbot and skill updates with cron and post-update reporting.

1|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/joneqian/EvoClaw --skill auto-updater-joneqian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-updater
Source: https://github.com/joneqian/EvoClaw/tree/main/packages/core/src/skill/bundled/auto-updater
Command: npx skills add https://github.com/joneqian/EvoClaw --skill auto-updater-joneqian

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically ensure Clawdbot and all installed skills stay up-to-date by running daily update checks via cron, applying updates, and delivering a summary to you.

Core Features & Use Cases

  • Schedules daily update checks for Clawdbot and all skills.
  • Updates Clawdbot itself and all installed skills, then reports changes.
  • Use case: Keep your automation ecosystem current with minimal manual intervention.

Quick Start

Ask Clawdbot to enable daily auto-updates for you and all skills.

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 all installed skills?

Automating daily updates for Clawdbot and installed skills requires a scheduled cron job that executes package manager updates and delivers a summary report of applied changes to keep your ecosystem current.

What is the best way to keep my Clawdbot skills up-to-date automatically?

Keeping Clawdbot skills up-to-date automatically involves scheduling daily cron checks that execute clawdhub update --all, apply available patches, and send a post-change report summarizing all modifications.

Do I need cron scheduling to run auto-updates for Clawdbot?

Yes, cron scheduling is required to run auto-updates for Clawdbot. It triggers daily checks, applies updates via doctor or package manager, and handles message delivery for post-update reporting.

How do I get a summary report after updating Clawdbot and my skills?

To get a summary report after updating Clawdbot and your skills, enable an auto-update process that delivers post-update notifications directly to you, detailing all applied changes from the daily scheduled execution.

Can I update Clawdbot itself along with all my installed skills at the same time?

Yes, you can update Clawdbot itself and all installed skills simultaneously by running a daily scheduled task that uses the doctor or package manager for the core system and clawdhub update --all for skills.