auto-updater

Automate daily updates for Clawdbot and ClawdHub skills via package managers.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/dsactivi-2/Mujo-Team --skill auto-updater-dsactivi-2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-updater
Source: https://github.com/dsactivi-2/Mujo-Team/tree/main/skills/auto-updater
Command: npx skills add https://github.com/dsactivi-2/Mujo-Team --skill auto-updater-dsactivi-2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of keeping your Clawdbot installation and all installed skills up-to-date, ensuring you always have the latest features and security patches without manual intervention.

Core Features & Use Cases

  • Daily Updates: Automatically checks for and applies updates to Clawdbot and all ClawdHub skills once a day.
  • Summary Reporting: Notifies the user with a clear summary of what was updated, including version changes and any encountered issues.
  • Use Case: Ensure your AI assistant is always running the latest stable version, preventing potential security vulnerabilities and benefiting from new functionalities as soon as they are released.

Quick Start

Ask Clawdbot to set up daily auto-updates for itself and all your 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 and installed skills, this Skill checks for new versions, applies them using npm, pnpm, bun, or source update commands, runs migrations via `clawdbot doctor`, and reports a summary of changes.

What is the best way to keep ClawdHub skills updated automatically?

The best way to keep ClawdHub skills updated is by scheduling daily automated checks that apply version updates and run necessary migrations, ensuring you have the latest security patches and functionalities without manual intervention.

Does the automated update process work with pnpm and bun package managers?

Yes, the automated update process works with pnpm and bun package managers, alongside npm and source update commands, to check and apply new versions for Clawdbot and all installed ClawdHub skills.

How do I get a summary report of Clawdbot version changes and migration issues?

You get a summary report of Clawdbot version changes and migration issues by running the automated daily update process, which notifies you with a clear summary of applied updates and any encountered problems.

Why does my ClawdHub maintenance routine need to run the clawdbot doctor command?

Your ClawdHub maintenance routine needs to run the `clawdbot doctor` command to execute necessary migrations after applying version updates, ensuring the Clawdbot installation remains stable and compatible with new features.

Can I set up a cron job to handle Clawdbot skill maintenance and security patches?

Yes, you can set up a cron job to handle Clawdbot skill maintenance, as this automation checks for updates once a day, applies them using available package managers, and ensures you always have the latest security patches.