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

Slack Plugin for Claude Code: Connect to Slack for Context and Updates
Slack has released a new plugin for Claude Code that enables connection to Slack for search, messaging, and document creation. The plugin allows Claude Code to access Slack context to unblock technical problems and post updates.

MCP Slim: Local Embedding Search for MCP Tools Reduces Context Bloat
MCP Slim is a proxy that replaces full MCP tool catalogs with three meta-tools (search, describe, call), using local MiniLM embeddings for semantic search. It achieves 96% context window reduction and works offline without API keys.

Analysis of Ollama's Reusable Go Components for Local LLM Development
A developer examined Ollama's source code and found several standalone Go components including a pure Go token sampler, GGUF reader/writer, model conversion tools, chat template rendering, and OpenAI compatibility transforms that aren't available as separate libraries.

Sociality.io Releases MCP Server for Claude: Live Social Media Intelligence via OAuth
Sociality.io launched a remote HTTP MCP server that lets Claude access live reporting and competitor data across Instagram, TikTok, Facebook, YouTube, X, and LinkedIn. Free to try.