Keep My Claw: Backup Service for OpenClaw Workspaces

✍️ OpenClawRadar📅 Published: March 13, 2026🔗 Source
Keep My Claw: Backup Service for OpenClaw Workspaces
Ad

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.

Ad

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

📖 Read the full source: r/clawdbot

Ad

👀 See Also

Developer Creates Practical Claude Skills for Kotlin Multiplatform Projects
Tools

Developer Creates Practical Claude Skills for Kotlin Multiplatform Projects

A developer built a public repository of Claude skills specifically for Kotlin Multiplatform work after finding existing skills too generic, opinionated, or thin. The skills cover architecture reviews, feature implementation, modularization, Compose Multiplatform UI, navigation, platform bridges, deep links, adaptive UI, testing, and build governance.

OpenClawRadar
Fixing OpenClaw Browser CAPTCHAs with Camoufox and CLI Wrapper
Tools

Fixing OpenClaw Browser CAPTCHAs with Camoufox and CLI Wrapper

OpenClaw's built-in Chromium browser triggers bot detection through Chrome DevTools Protocol, JavaScript injection artifacts, and hardware fingerprinting inconsistencies. The solution uses Camoufox (a Firefox fork) modified at the C++ level and wrapped in a CLI that returns accessibility-tree snapshots to reduce token usage.

OpenClawRadar
Garry Tan's gstack: An Open Source AI Agent Framework for Claude Code
Tools

Garry Tan's gstack: An Open Source AI Agent Framework for Claude Code

Garry Tan's gstack is an open source software factory that turns Claude Code into a virtual engineering team with 13 specialist slash commands for planning, design, engineering, review, QA, and release management.

OpenClawRadar
Reframe slash command for Claude Code applies cognitive science technique to problem-solving
Tools

Reframe slash command for Claude Code applies cognitive science technique to problem-solving

A developer created a /reframe slash command for Claude Code that implements a cognitive science technique called distance-engagement oscillation. The approach was tested across three open-weight LLMs with 50 problems and consistently outperformed other methods.

OpenClawRadar