claw-backupBack up OpenClaw customizations (memory, config, skills, workspace) to cloud storage via rclone, with scheduling + retention. Works on macOS, Linux, and Windows (Git Bash/WSL).
Install via ClawdBot CLI:
clawdbot install vidarbrekke/claw-backupVersion: 1.0.15
OpenClaw backup skill β schedules backups of your OpenClaw data (memory, config, skills, workspace) to an rclone destination (e.g. Google Drive). Works on macOS, Linux, and Windows (via Git Bash or WSL).
node_modules)rclone (cloud) or local-only upload modecurl ... | node (or any one-liner) without first inspecting the script. Prefer git clone and open setup.js and install-launchagent.sh (or the cron/Task Scheduler scripts) to review what they will do.setup.js and the scheduler installer: confirm only the expected paths are archived and that there is no unexpected network use or commands. If you are uncomfortable reviewing the scripts, do not install.rclone crypt) or encrypt archives yourself before offsite storage.Each archive includes RESTORE_NOTES.txt with the correct restore targets based
on the configured paths. In general:
openclaw_config/skills β ~/.openclaw/skillscursorapps_clawd/skills β ~/Dev/CursorApps/clawd/skills (or your chosen path)rclone is only required when upload mode is rclone.
git clone https://github.com/vidarbrekke/ClawBackup.git
cd ClawBackup
node setup.js
curl -fsSL https://raw.githubusercontent.com/vidarbrekke/ClawBackup/main/setup.js | node
node setup.js --defaults for default paths). Then run the printed test command and install the scheduler as shown.rclone config; no extra env vars are required by this repo.rclone crypt) or encrypt archives before offsite storage..sha256) for integrity checks.MIT
Generated Mar 1, 2026
A solo developer uses Claw Backup to automatically schedule daily backups of their OpenClaw customizations, including memory and workspace, to Google Drive via rclone. This ensures recovery from accidental deletions or system failures, with retention policies keeping storage manageable.
A small development team implements Claw Backup across macOS and Linux systems to standardize backup of shared OpenClaw configurations and skills to a cloud storage destination. This facilitates consistency and quick restoration when onboarding new members or recovering from workspace corruption.
A researcher in an academic setting uses Claw Backup to schedule weekly backups of OpenClaw memory and config files related to AI experiments, storing them locally with encryption for data security. This supports compliance with institutional data retention policies and safeguards against hardware loss.
A freelance AI consultant employs Claw Backup to back up OpenClaw workspace and skills for each client project to an encrypted rclone remote, enabling easy restoration between different machines and ensuring project continuity in case of device issues.
Offer premium support, customization, or consulting services for Claw Backup implementation, such as helping users set up encrypted rclone remotes or troubleshoot scheduler issues. Revenue is generated through hourly rates or fixed project fees.
Develop a managed backup service that wraps Claw Backup with a web dashboard for monitoring, alerting, and enhanced retention policies, targeting teams needing centralized control. Revenue comes from subscription plans based on storage or user count.
Create and sell detailed guides, video tutorials, or workshops on using Claw Backup effectively with OpenClaw, focusing on security best practices and restore procedures. Revenue is earned through course sales or one-time purchases.
π¬ Integration Tip
Before installing, review the setup scripts to ensure they align with your system paths and security requirements, and test backups locally first to avoid data loss.
Advanced filesystem operations - listing, searching, batch processing, and directory analysis for Clawdbot
Perform advanced filesystem tasks including listing, recursive searching by name or content, batch copying/moving/deleting files, and analyzing directory siz...
Essential SSH commands for secure remote access, key management, tunneling, and file transfers.
Extract text from PDF files for LLM processing
The directory for AI agent services. Discover tools, platforms, and infrastructure built for agents.
Advanced filesystem operations - listing, searching, batch processing, and directory analysis for Clawdbot