🦀 ClawHub
Keep My Claw — OpenClaw Backup
by @ryce
Backup, restore, and manage encrypted OpenClaw agent snapshots using the Keep My Claw API for configuration, workspace files, and credentials.
💡 Examples
Backup
bash scripts/backup.sh
Restore
bash scripts/restore.sh # restore latest backup
bash scripts/restore.sh # restore specific backup
List Backups
bash scripts/list.sh
Prune Old Backups
bash scripts/prune.sh # keep latest 30
bash scripts/prune.sh 10 # keep latest 10
⚙️ Configuration
Config file: ~/.keepmyclaw/config
| Variable | Description |
|----------|-------------|
| CLAWKEEPER_API_KEY | API key (auto-generated during setup) |
| CLAWKEEPER_AGENT_NAME | Agent identifier for backups |
| CLAWKEEPER_API_URL | API base URL (default: https://api.keepmyclaw.com) |
TERMINAL
clawhub install keepmyclaw