openclaw-backup-automation

Automate OpenClaw instance backups into local tar.gz archives.

2|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/adelpro/openclaw-arsenals --skill openclaw-backup-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-backup-automation
Source: https://github.com/adelpro/openclaw-arsenals/tree/main/02-skills/openclaw-backup
Command: npx skills add https://github.com/adelpro/openclaw-arsenals --skill openclaw-backup-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

OpenClaw deployments require reliable preservation of configuration and state. This Skill provides automated backups of core components to support disaster recovery, migration, and audits.

Core Features & Use Cases

  • Backs up agents, installed skills, cron configurations, memory, and core configs.
  • OPT-IN options for credentials, periodic backups, and Git synchronization.
  • Restore and audit workflows, with a local tar.gz archive as the preservation artifact.

Quick Start

Run the backup script to create your first local backup.

Frequently Asked Questions about openclaw-backup-automation

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

FAQPage Schema
How do I automate OpenClaw backups for agents and skills?

Automate OpenClaw backups by running a script that captures agents, installed skills, cron configurations, memory files, and core configuration into a local tar.gz archive for disaster recovery, migration, and auditing.

What is included in an OpenClaw disaster recovery backup?

An OpenClaw disaster recovery backup includes agents, installed skills, cron configurations, memory files, and core configuration, with optional opt-in features for credentials, periodic backups, and Git synchronization.

Do I need Node.js and tar to create local OpenClaw backups?

Yes, you need Node.js and tar to create local OpenClaw backups. These dependencies are required to execute the automation script that generates the tar.gz archive containing your agents, skills, and core configurations.

Can I back up multiple OpenClaw deployments for migration?

Yes, you can back up multiple OpenClaw deployments for migration. The automation script supports capturing agents, skills, and configurations across single or multiple instances, storing each as a local tar.gz archive.

Does OpenClaw backup support Git synchronization for configuration files?

Yes, OpenClaw backup supports Git synchronization as an optional opt-in feature. When enabled, it synchronizes your captured agents, skills, memory files, and core configuration alongside the local tar.gz archive.

What are the limitations of local tar.gz archives for OpenClaw backups?

Local tar.gz archives for OpenClaw backups are limited to local storage unless you opt-in to Git synchronization. Credential backups are also optional, requiring explicit opt-in to ensure sensitive data is captured in the archive.