A robust automated backup and disaster recovery system designed to preserve OpenClaw agents, skills, configurations, and long-term memory.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclaw-backup-automation
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install openclaw-backup-automation using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Openclaw Backup Automation is a specialized utility within the Openclaw Skills ecosystem designed to ensure the persistence and recoverability of your AI workspace. It creates compressed tar archives of your entire environment, including isolated agents, installed skills, cron job configurations, and the vital MEMORY.md files that store your agent's learned context.
By default, the skill prioritizes security by keeping backups local and excluding sensitive credentials unless specifically configured otherwise. This makes it an ideal solution for developers using Openclaw Skills who need a reliable way to migrate instances, recover from system failures, or maintain a versioned history of their AI development progress through optional Git synchronization.
To integrate this utility from the Openclaw Skills library into your workflow, use the following commands:
# Perform an immediate manual backup
node skills/backup-automation/scripts/backup.js
# List all existing backup archives
node skills/backup-automation/scripts/backup.js list
# (Optional) Enable credentials backup for full environment portability
node skills/backup-automation/scripts/backup.js credentials-enable
# (Optional) Schedule a daily backup at 2 AM using crontab
(crontab -l ; echo "0 2 * * * cd ~/.openclaw/workspace && node skills/backup-automation/scripts/backup.js >> ~/.logs/openclaw-backup.log 2>&1") | crontab -
The skill manages data with a focus on organization and retention as shown below:
| Attribute | Specification |
|---|---|
| Archive Format | Gzip compressed Tar (.tar.gz) |
| Default Path | ~/backups |
| Included Assets | Agents, Skills, Cron Jobs, Memory (MEMORY.md), Core Configs |
| Retention | 7 days (configurable via keepDays) |
| Security | Credentials and Git Sync are disabled by default (Opt-in only) |
Loading
An MPC-based wallet infrastructure for AI agents to securely sign blockchain transactions without exposing private keys.

An intelligent browser automation skill that streamlines the Upwork lead generation process by finding matches and drafting proposals.

Automate Slack interactions including messaging, screen sharing, and status updates directly through browser or desktop app automation.

A sophisticated AI-driven tool for generating professional illustrations, storyboards, and editorial art through structured command-line workflows.

A daily optimization engine that delivers actionable strategies to improve AI agent performance and reduce operational costs.

A comprehensive tool for generating high-fidelity images and cinematic videos using xAI's Grok Imagine Extended models.








































