Keep My Claw: Backup Service for OpenClaw Workspaces

Keep My Claw is a backup service specifically designed for OpenClaw workspaces that addresses the problem of losing agent state during reinstalls, disk issues, or machine migrations. The service encrypts all data locally before upload using your passphrase, ensuring the server never sees plaintext data.
What it backs up
- Workspace data
- Memory files
- Cron jobs
- Skills
- Credentials
- Config snapshots
How it works
The service stores encrypted snapshots in Cloudflare R2 and allows restoration to any machine with one command. It runs on a schedule via cron for automatic backups.
Setup
clawhub install keepmyclaw
After installation, tell your agent to configure backups. The skill handles scheduling, encryption, and uploads, with the first backup typically completing within minutes.
Pricing
$5/month or $19/year, covering up to 100 agents. Backups remain available for 30 days after cancellation.
Why not use existing tools?
The creator notes limitations with common alternatives:
- Git doesn't handle credentials/config well (and you probably don't want API keys in a repo)
- rsync needs a destination server and doesn't encrypt at rest
- Time Machine is local only — doesn't help with machine migrations
- None have a restore drill to verify recovery works before you need it
Keep My Claw encrypts client-side, stores remotely, and allows safe restore drills into temporary directories to verify functionality without affecting live workspaces.
Documentation and resources
- Docs: https://keepmyclaw.com/docs
- Backup checklist: https://keepmyclaw.com/blog/openclaw-backup-checklist.html
- How to verify your first backup: https://keepmyclaw.com/blog/openclaw-first-backup-proof.html
- Restoring onto a different machine: https://keepmyclaw.com/blog/openclaw-new-machine-restore.html
📖 Read the full source: r/clawdbot
👀 See Also

Layerkit: AI Image Editor with Editable Layers Built with Claude Code
A developer built Layerkit, a browser-based AI image editor that generates scenes with editable layers to avoid constant re-prompting. The tool uses a multi-stage AI pipeline where one LLM plans composition, an image model generates the scene, and another LLM analyzes the actual image to place readable text.

OpenYak: Open-Source Desktop AI Agent for Local File Management and Automation
OpenYak is an open-source desktop AI assistant that runs entirely on your machine, offering file management, data analysis, and office automation with 100+ AI models through OpenRouter and 20+ BYOK providers.

Microsoft BitNet: 1-bit LLM inference framework for CPU and GPU
Microsoft released BitNet, an inference framework for 1-bit LLMs that achieves 1.37x to 6.17x speedups on CPUs and reduces energy consumption by 55.4% to 82.2%. It can run a 100B parameter model on a single CPU at 5-7 tokens per second.

Lore: MCP Server That Shares AI Agent Session History Across Tools
Lore is an MCP server that indexes AI agent sessions into a local SQLite store, letting any agent—regardless of tool—access another's session history. Fresh client sessions, no shared context, yet agents can pull up past conversations on demand.