openclaw-backup-automation
Automated backup for OpenClaw instances. Backs up agents, skills, cron jobs, and memory. Supports local tar archives. Credentials, periodic scheduling, and git sync are OPT-IN only.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adelpro/openclaw-backup-automationWhat This Skill Does
The openclaw-backup-automation skill provides a robust, command-line integrated solution for safeguarding your OpenClaw ecosystem. By default, the tool performs a comprehensive snapshot of your entire instance, ensuring that your agents, installed skills, cron configurations, memory files, and core settings are preserved in a secure local tar archive. This tool is designed with a 'privacy-first' philosophy, meaning that sensitive information like API tokens, environment credentials, and external repository syncs are strictly opt-in, ensuring you have total control over your data footprint.
Installation
To integrate this utility into your environment, use the OpenClaw hub command:
clawhub install openclaw/skills/skills/adelpro/openclaw-backup-automation
Once installed, the utility is accessible via the node runtime in your workspace, allowing for manual backups, automated cron integration, or manual restorations.
Use Cases
- Disaster Recovery: Protect your custom agent personalities and memory files against accidental deletion or system corruption.
- Version Control: Create snapshots before performing major system upgrades or experimenting with new skill configurations.
- Instance Migration: Easily package your entire OpenClaw environment to move between local machines or servers.
- Scheduled Maintenance: Automate your backup cadence to ensure a recent recovery point is always available without manual intervention.
Example Prompts
- "I'm about to test a new complex agent workflow, can you run a full backup of my current setup first?"
- "I want to ensure my credentials are being saved too, how do I enable the secure backup for my API keys?"
- "Restore my system from the backup named 'backup-2023-10-27' because I accidentally deleted a critical skill."
Tips & Limitations
Always ensure that you have sufficient disk space allocated for your backups, as memory files and agent logs can grow significantly over time. While the local tar archive is the default, we highly recommend utilizing the Git Sync feature if you work across multiple machines to keep your backups synchronized. Please note that credentials are excluded from default backups to ensure your secrets remain secure; you must explicitly run the credentials-enable command if you require this feature. Always verify your restoration path, and remember that any restore will overwrite existing files—proceed with caution when performing partial agent restores.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-adelpro-openclaw-backup-automation": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution
Related Skills
private-web-search-searchxng
Self-hosted private web search using SearXNG. Use when privacy is important, external APIs are blocked, you need search without tracking, or want to avoid paid search APIs.
openclaw-continuous-learning
Instinct-based learning system for OpenClaw. Analyzes sessions, detects patterns, creates atomic learnings with confidence scoring, and suggests optimizations for self-evolution. Works alongside agent-self-improvement for complete learning: internal session analysis + external user feedback. Use when: you want your AI agent to learn from its own behavior, improve over time, discover optimization opportunities, or build a self-improving automation system. Don't use when: static agent behavior is preferred.
council-of-wisdom
A multi-agent deliberation hub with 3 core agents and extensible extended agents. Can call user workspace skills when needed.
openclaw-daily-tips
Daily AI agent optimization tips, tricks and self-improvement strategies. Learn cost-saving, speed, memory and automation best practices from the OpenClaw community. Use when: you want daily tips to optimize your AI agent, reduce costs, improve performance, or learn automation workflows. Don't use when: you need immediate config changes - use openclaw-agent-optimize for deep audits.
socraticode-mcp
Install and configure SocratiCode MCP server for semantic code search and codebase indexing