auto-updater

Automate daily Clawdbot and skill updates with cron jobs and summaries.

2|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/papachong/RHClaw --skill auto-updater-papachong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-updater
Source: https://github.com/papachong/RHClaw/tree/main/RHClaw-Desktop/src-tauri/skills/auto-updater
Command: npx skills add https://github.com/papachong/RHClaw --skill auto-updater-papachong

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Many Clawdbot deployments fall out of date or miss important skill updates because manual maintenance is time-consuming and error-prone; this Skill automates update checks, applies updates, and reports results so users stay current and secure with minimal effort.

Core Features & Use Cases

  • Scheduled Updates: Runs a daily cron job to check for and apply updates to Clawdbot and all installed skills.
  • Installation Detection & Execution: Detects npm/pnpm/bun or source installs and runs the appropriate update commands followed by migrations/doctor checks.
  • Clear Reporting: Produces a concise before/after summary listing updated skills, unchanged skills, and any errors encountered for easy review.
  • Use Case: Ideal for single-operator gateways or small fleets that require unattended maintenance and a daily notification of changes.

Quick Start

Ask Clawdbot to set up daily auto-updates for 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 automate daily updates for Clawdbot and installed skills?

To automate daily updates for Clawdbot, you can use a scheduled maintenance skill that runs a daily cron job to check for and apply updates to Clawdbot and all installed skills automatically.

Does the auto-updater work with npm, pnpm, bun, and source installs?

The auto-updater works with npm, pnpm, bun, and source installs by detecting the installation type and executing the appropriate package manager or source update commands followed by migrations.

How do I schedule unattended maintenance for a small fleet of Clawdbot gateways?

You can schedule unattended maintenance for small fleets by setting up a daily cron job that detects your installation type, applies package manager updates, and synchronizes the skill registry automatically.

Can I get a report of updated and unchanged skills after running auto-update?

You can get a report of updated and unchanged skills because the auto-update process produces a concise before/after summary listing all updated skills, unchanged skills, and any errors encountered.

Do I need macOS or Linux to run scheduled auto-updates for Clawdbot?

You need macOS or Linux to run scheduled auto-updates for Clawdbot, as the automated maintenance process requires these platforms to schedule cron jobs and execute package manager updates.

Why do my manual Clawdbot package manager updates fail or miss important skills?

Manual Clawdbot updates fail or miss skills because manual maintenance is time-consuming and error-prone, whereas automating update checks applies updates consistently and reports any errors encountered.