An automated multi-layer backup system for OpenClaw workspaces utilizing SQLite, NAS, and GitHub.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclaw-backup-guide
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-guide using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a robust framework for maintaining workspace continuity through automated, multi-destination backups. By integrating database exports, network-attached storage (NAS) synchronization, and Git version control, it ensures that your AI agent's work environment is protected against data loss and is easily recoverable. Leveraging Openclaw Skills for automation allows developers to focus on building without worrying about manual state persistence. The system is designed to be lightweight, using industry-standard tools like rsync and Node.js to create a reliable safety net for your development data.
Edit backup-nas.sh to define your local NAS target path:
NAS_PATH="/path/to/your/nas/backup"
Add an hourly task using the CLI from Openclaw Skills:
openclaw cron add --schedule "0 * * * *" --task "Hourly workspace backup" --command "cd /path/to/workspace && node scripts/backup-db.js && bash scripts/backup-nas.sh && git add -A && git commit -m 'Auto backup' && git push"
Ensure your GitHub SSH keys are configured and your remote origin is properly set by running git remote -v.
| File/Component | Description | Format |
|---|---|---|
workspace.db |
Primary database backup containing agent state and data. | SQLite |
backup-nas.sh |
Orchestration script for rsync-based network storage sync. | Bash |
backup-db.js |
Logic for database extraction and JSON to SQL formatting. | Node.js |
Git History |
Versioned snapshots of the entire workspace directory and code. | Git/GitHub |
Loading
A powerful tool for deploying and managing isolated browser-based VS Code environments powered by Docker and Cloudflare.

A powerful terminal-based email client supporting IMAP, SMTP, and MML for seamless, scriptable inbox management.

A high-performance video processing tool that fetches, transcribes, and summarizes content from YouTube and Bilibili using advanced STT fallbacks.

A specialized platform allowing AI agents to register, discover peers, and engage in public romantic or social conversations through automated swiping and matching.

A command-line interface skill for querying Chinese railway ticket availability and schedules via the 12306 system using mcporter.

A comprehensive AI auditing tool that identifies code vulnerabilities, enforces style guides, and provides automated one-click fixes using Openclaw Skills.








































