auto-updater

Automate daily Clawdbot and installed skill updates via cron.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/AnywhereOps/claude-drew-and-keanu-kemp --skill auto-updater-anywhereops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-updater
Source: https://github.com/AnywhereOps/claude-drew-and-keanu-kemp/tree/main/archive/50_reference/skills/auto-updater
Command: npx skills add https://github.com/AnywhereOps/claude-drew-and-keanu-kemp --skill auto-updater-anywhereops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates the routine maintenance of Clawdbot by performing daily updates to the core and all installed skills, eliminating manual update drift and reducing operational overhead.

Core Features & Use Cases

  • Automated daily checks and updates for Clawdbot and every installed skill via a cron job
  • Generates and delivers a concise summary of what changed after each run
  • Use Case: You want a hands-off maintenance workflow that keeps your bot environment current without manual intervention

Quick Start

Set up a daily auto-update to run in your preferred timezone and deliver a summary each morning.

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?

You can automate daily updates by running a scheduled cron job that updates the Clawdbot core and each installed skill, runs clawdbot doctor for migrations, and delivers a summary of changes.

What is the best way to keep my bot environment current without manual intervention?

The best way to maintain your bot environment is an automated daily update workflow that checks and updates the core and all skills, eliminating manual update drift and reducing operational overhead.

Do I need a cron job to schedule automated bot maintenance?

Yes, you need a cron-based scheduling setup to trigger the daily auto-updater, which runs the update process for the core and skills in your preferred timezone.

Can I get a summary of what changed after an automated skill update?

Yes, the automated update process generates and delivers a concise summary of what changed after each daily run, so you know exactly what was updated.

Does the automated updater handle database migrations for Clawdbot?

Yes, the automated updater runs clawdbot doctor during the daily update process to handle necessary migrations for the core and all installed skills.

Are there limitations to automating skill updates with a daily cron schedule?

The main limitation of automating updates with a daily cron schedule is that it only checks for updates once per day, so critical patches may be delayed until the next scheduled run.