Simple Backup
Backup agent brain (workspace) and body (state) to local folder and optionally sync to cloud via rclone.
New
Join 0+ developers using this skill
skill
DevOps & Deployment
intermediate
Backup agent brain (workspace) and body (state) to local folder and optionally sync to cloud via rclone.
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
A robust backup script that:
rclone (optional)Dependencies:
brew install rclone gnupg jq
Password: Set encryption password (choose one):
~/.openclaw/credentials/backup.key (recommended)export BACKUP_PASSWORD="secret""password": "secret" to skill configCloud (Optional):
rclone config
simple-backup
By default, paths are auto-detected from
~/.openclaw/openclaw.json:
agents.defaults.workspace~/.openclaw (where config lives)<workspace>/BACKUPSFor non-standard setups, override any path in
~/.openclaw/openclaw.json:
{ "skills": { "entries": { "simple-backup": { "config": { "workspaceDir": "/custom/path/workspace", "stateDir": "/custom/path/state", "skillsDir": "/custom/path/skills", "backupRoot": "/custom/path/backups", "remoteDest": "gdrive:backups" } } } } }
| Config Key | Env Var | Auto-Detected | Description |
|---|---|---|---|
| | | Agent workspace |
| | | OpenClaw state dir |
| | | Skills directory |
| | | Local backup storage |
| | (none) | Rclone remote path |
| | 7 | Days to keep daily backups |
| | 24 | Hours to keep hourly |
| | (none) | Encryption password |
Priority: Config file → Env var → Auto-detect
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.