simple-backupBackup agent brain (workspace) and body (state) to local folder and optionally sync to cloud via rclone.
Install via ClawdBot CLI:
clawdbot install VACInc/simple-backupA robust backup script that:
rclone (optional)
brew install rclone gnupg jq
~/.openclaw/credentials/backup.key (recommended)export BACKUP_PASSWORD="secret""password": "secret" to skill config
rclone config
simple-backup
By default, paths are auto-detected from ~/.openclaw/openclaw.json:
agents.defaults.workspace~/.openclaw (where config lives)/BACKUPS For 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 |
|------------|---------|---------------|-------------|
| workspaceDir | BRAIN_DIR | agents.defaults.workspace | Agent workspace |
| stateDir | BODY_DIR | ~/.openclaw | OpenClaw state dir |
| skillsDir | SKILLS_DIR | ~/openclaw/skills | Skills directory |
| backupRoot | BACKUP_ROOT | | Local backup storage |
| remoteDest | REMOTE_DEST | (none) | Rclone remote path |
| maxDays | MAX_DAYS | 7 | Days to keep daily backups |
| hourlyRetentionHours | HOURLY_RETENTION_HOURS | 24 | Hours to keep hourly |
| password | BACKUP_PASSWORD | (none) | Encryption password |
Priority: Config file → Env var → Auto-detect
Generated Mar 1, 2026
A freelance developer uses this skill to regularly backup their AI agent's workspace and state, ensuring project continuity and data safety. By encrypting backups and optionally syncing to cloud storage like Google Drive, they protect intellectual property and recover quickly from hardware failures.
A small e-commerce business employs an AI agent for customer support, using this skill to backup conversation logs and agent configurations. This ensures compliance with data retention policies and allows seamless restoration during system updates or migrations.
A university research team utilizes the skill to backup experimental AI models and training data from their agent's workspace. The encryption and cloud sync features help secure sensitive research data while enabling collaboration across distributed teams.
A tech startup relies on this skill to backup their AI agent's state and workspace during rapid prototyping phases. The auto-detection and custom configuration options streamline backup processes, reducing downtime and safeguarding against data loss during iterative development.
An enterprise IT department integrates this skill into their disaster recovery plan for AI-powered internal tools. By setting up automated backups with retention policies and cloud sync, they ensure business continuity and meet regulatory backup requirements.
Offer a managed backup service where users pay a monthly fee for automated cloud storage, enhanced encryption, and priority support. This model generates recurring revenue by providing value-added features beyond the basic skill, such as advanced analytics and compliance reporting.
Provide the core backup functionality for free, while charging for premium features like increased cloud storage limits, faster sync speeds, and dedicated customer support. This attracts a broad user base and converts a portion to paying customers for advanced needs.
Generate revenue by offering consulting services to help businesses customize and integrate the backup skill into their existing workflows. This includes setting up complex configurations, training staff, and providing ongoing maintenance for enterprise clients.
💬 Integration Tip
Ensure all dependencies like rclone and GPG are installed and configured before use, and set up password management via the recommended key file for secure automation.
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