auto-updater

Automate daily update checks and installation for Clawdbot and installed skills.

Updated May 17, 2026
One-click install
npx skills add https://github.com/tiankong0101-byte/skills-registry --skill auto-updater-tiankong0101-byte
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-updater
Source: https://github.com/tiankong0101-byte/skills-registry/tree/main/skills/auto-updater
Command: npx skills add https://github.com/tiankong0101-byte/skills-registry --skill auto-updater-tiankong0101-byte

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the burden of manually checking for and applying updates to Clawdbot and installed skills, helping ensure your environment stays current with minimal effort.

Core Features & Use Cases

  • Daily Update Automation: Schedules a recurring cron job to check for and apply updates automatically.
  • Clawdbot Maintenance: Updates the core Clawdbot installation and runs doctor checks to support migrations and stability.
  • Skill Fleet Updates: Refreshes all installed skills and reports what changed, what stayed current, and any failures.
  • Use Case: A user wants their agent workspace to stay up to date every morning and receive a concise summary of version changes and issues.

Quick Start

Ask the agent to set up daily automatic updates for Clawdbot and all installed skills at 4:00 AM in your preferred timezone.

Frequently Asked Questions about auto-updater

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

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

You can schedule daily automatic updates for Clawdbot and installed skills by configuring a recurring cron job. This automates version comparison, update execution, doctor validation, and summary reporting across your npm, pnpm, bun, or source installations.

What does automated maintenance do when a Clawdbot skill update fails?

Automated maintenance reports failed updates alongside successful and skipped versions in a concise summary. It continues applying other pending updates and runs doctor validation checks to support overall environment stability despite individual skill failures.

Can I use cron scheduling to maintain skills installed via npm, pnpm, or bun?

Yes, cron scheduling supports maintaining skills installed via npm, pnpm, or bun. The automated update process performs version comparisons and applies installations across these package managers, followed by doctor validation and clear status reporting.

What is the best way to keep my agent workspace current with minimal effort?

The best way to keep your agent workspace current is automating daily update checks for Clawdbot and all installed skills. This recurring maintenance workflow schedules cron jobs, executes updates, validates with doctor checks, and reports version changes.

How do update validation checks support Clawdbot migrations and stability?

Update validation checks support Clawdbot migrations and stability by running doctor validations after applying updates. This ensures the core installation functions correctly, identifying potential issues early and maintaining a stable skill fleet environment.