workspace-backup
Automated workspace backup to GitHub — git-based with auto-generated commit messages, proper .gitignore, and restore procedures. Cron-friendly for hands-free backup. Use for backing up your OpenClaw workspace, skills, memory, and configuration.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aiwithabidi/workspace-backupWhat This Skill Does
The workspace-backup skill provides a robust, git-powered solution for version-controlling your OpenClaw environment. By automating the backup of your workspace, skills, memory, and custom configuration to a GitHub repository, it acts as a critical safety net. It utilizes standard Git workflows, ensuring that your data remains structured, history-tracked, and easily recoverable. With built-in support for smart .gitignore files and automated commit messaging, it removes the manual labor typically associated with infrastructure maintenance, making it an essential tool for maintaining operational continuity.
Installation
To install, ensure your environment is ready to handle git operations. Run clawhub install openclaw/skills/skills/aiwithabidi/workspace-backup to add the skill. Navigate to your ~/.openclaw/workspace directory, execute git init, and link your remote repository via git remote add origin <url>. Ensure that your SSH keys are configured correctly on your GitHub account so that the backup.sh script can authenticate without interactive TTY prompts. Finally, register the skill as a cron job to enable periodic, hands-free synchronization.
Use Cases
This skill is perfect for developers and agents maintaining state-heavy configurations. Use it to protect your custom skill logic from accidental deletion, synchronize your agent's evolving memory across different runtime environments, or simply maintain a historical audit log of your agent's workspace state. It is specifically beneficial for production-grade agent setups where recovery time objectives (RTO) must be kept to a minimum in the event of hardware failure or software misconfiguration.
Example Prompts
- "Run the workspace backup process now to capture the latest changes to my agent skills and memory."
- "Show me the last 5 commit summaries from the workspace backup to verify what was saved."
- "Restore the specific configuration file for my email automation skill from the backup history dated two days ago."
Tips & Limitations
Always ensure that sensitive environment variables or API keys are excluded from your commits by verifying the auto-generated .gitignore file; the backup tool is designed to prevent leaking secrets, but manual verification is recommended. The backup script is non-interactive; if your SSH key requires a passphrase, ensure it is added to your ssh-agent prior to execution. For large datasets, note that frequent commits might bloat your repository size, so consider tuning your cron schedule to balance data granularity with performance.
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-aiwithabidi-workspace-backup": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, network-access, code-execution
Related Skills
freshsales
Freshsales CRM integration — manage contacts, leads, deals, accounts, tasks, and sales sequences via the Freshsales API. Track deal pipelines, automate lead assignments, log activities, and generate sales reports. Built for AI agents — Python stdlib only, no dependencies. Use for sales CRM, contact management, deal tracking, pipeline reporting, and sales automation.
gemini-video-analyzer
Native video analysis using Google Gemini API. Upload and analyze video files — describe scenes, extract text/UI, answer questions about content, transcribe speech, identify objects and actions. Use when: (1) User sends a video file and wants it analyzed, (2) Video summarization or description needed, (3) Extracting text, UI elements, or information from screen recordings, (4) Answering questions about video content, (5) Comparing multiple videos, (6) Analyzing tutorials, demos, or walkthroughs.
agent-memory
Full AI agent memory stack — Mem0 unified memory engine with vector search (Qdrant) and knowledge graph (Neo4j), plus SQLite for structured data. Complete setup script and tools. Give your OpenClaw agent a real brain with semantic recall, entity relationships, and structured storage.
neon
Neon serverless Postgres — manage projects, branches, databases, roles, endpoints, and compute via the Neon API. Create database branches for development, manage connection endpoints, scale compute, and monitor usage. Built for AI agents — Python stdlib only, zero dependencies. Use for serverless Postgres, database branching, database management, development workflows, and cloud database automation.
onepassword
1Password Connect — vaults, items, secrets management for server-side applications.