clawdbot-skill-update

Automate backup, update, and restore workflows for Clawdbot deployments.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/vuxsoul-ui/catclash --skill clawdbot-skill-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawdbot-skill-update
Source: https://github.com/vuxsoul-ui/catclash/tree/main/skills/clawdbot-skill-update
Command: npx skills add https://github.com/vuxsoul-ui/catclash --skill clawdbot-skill-update

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, jq, tar, git, bc.

## What problem does it solve? This Skill enables safe, repeatable backup, update, and restore workflows for Clawdbot deployments, reducing downtime and risk during maintenance.

## Core Features & Use Cases

  • Dynamic workspace discovery reads agent workspaces from clawdbot.json and backs up each workspace
  • Multi-agent support handles multiple agents in a single operation with consistent state preservation
  • Validation, dry-run previews, and safe rollback options help ensure reliability in production environments

### Quick Start Run the dry-run to preview backups, then execute the full backup, and finally perform the update with a rollback option if needed.

Frequently Asked Questions about clawdbot-skill-update

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

FAQPage Schema
How do I automate backups for multi-agent Clawdbot deployments?

Automating multi-agent Clawdbot backups involves reading agent workspaces from clawdbot.json and preserving each workspace state. This Skill discovers dynamic workspaces and backs up each agent configuration in a single consistent operation.

Can I run a dry-run preview before updating my Clawdbot production environment?

Yes, you can run a dry-run preview before updating your Clawdbot production environment. The dry-run validates the backup state and previews changes, allowing you to execute the full backup and update safely with rollback support.

Does this backup and update workflow capture git state for Clawdbot workspaces?

Yes, this backup and update workflow captures git state for Clawdbot workspaces. It records the git state alongside dynamic workspace configurations to ensure comprehensive validation and safe rollback options during production updates.

What dependencies do I need to perform Clawdbot restore and rollback operations?

You need bash, jq, tar, git, and bc installed to perform Clawdbot restore and rollback operations. These dependencies handle workspace discovery, state capture, archiving, and validation logic required for the automated restore workflows.

What is the best way to restore a multi-agent Clawdbot setup after a failed update?

The best way to restore a multi-agent Clawdbot setup after a failed update is using the built-in rollback option. It leverages the captured git state and workspace backups to safely revert all agents to their previous consistent state.

When should I not use automated updates for multi-agent Clawdbot deployments?

You should avoid automated updates for multi-agent Clawdbot deployments when dynamic workspace discovery cannot read your clawdbot.json, or when the required dependencies like bash, jq, tar, git, and bc are unavailable in your target environment.