LaunchKit · 2026
Back to Skills

clawdbot-update-plus

Full backup, update, and restore for Clawdbot.

0
0 downloads
by @hopyky

Setup & Installation

openclaw skills install @hopyky/clawdbot-update-plus

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install clawdbot-update-plus

What This Skill Does

Backup, update, and restore tool for Clawdbot environments. Covers config, workspace, and skills directories with automatic rollback when an update fails. Supports optional GPG encryption and cloud sync for backups.

Combining backup, update, and rollback in one tool means a failed update automatically reverts the environment instead of leaving it in a broken state.

When to use it

  • Creating a full backup before making risky config changes
  • Scheduling automatic nightly skill updates via cron
  • Restoring only the workspace after a failed update
  • Syncing encrypted backups to Google Drive or S3 for offsite storage
  • Checking for available skill updates without applying them

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Update my Clawdbot skills safely

AGENT
  1. 1Checks for available updates with `clawdbot-update-plus check`
  2. 2Creates a full backup of config, workspace, and prod skills directories
  3. 3Runs `clawdbot-update-plus update`, which runs git pull on each prod skills directory
  4. 4Detects an update failure and triggers auto-rollback to the previous commit
  5. 5Logs all steps to `~/.clawdbot/backups/update.log` and sends a notification
OUTPUT

Environment updated with backup preserved, or automatically rolled back to the previous state if the update failed

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Clawdbot installed and accessible via the `clawdbot` commandrclone installed and configured with a cloud remote (for optional cloud backup sync)GPG key configured (for optional encrypted backups)