ClawClone: Cloud Backup Tool for OpenClaw Workspaces

ClawClone is a backup tool for OpenClaw that saves your workspace configuration and training data to the cloud. It was created after a developer watched a coworker accidentally delete a month's worth of OpenClaw training and configuration work.
How It Works
The tool consists of a skill you install into OpenClaw. Once installed:
- You paste one prompt to your agent to back up your entire workspace to the cloud
- To restore, you use one prompt to get back up and running
Problem It Solves
OpenClaw setups store configuration and training data in .md files that represent weeks of work including:
- Tuning prompts
- Building custom workflows
- Trial and error adjustments
- Agent training data
Without backup, these files remain only on local laptops, vulnerable to accidental deletion or system failures. The developer who created ClawClone built it over a weekend after seeing a coworker lose a month of training work and having to reinstall everything from scratch.
Availability
ClawClone is available at https://clawclone.cc. The tool was created specifically for OpenClaw users who want to protect their training investments and configuration work.
📖 Read the full source: r/clawdbot
👀 See Also

Claude Code Plugin 'nice-figures' Creates Research-Blog Style Matplotlib Plots
nice-figures is a Claude Code plugin that generates matplotlib figures matching Anthropic's soft-pastel research blog style. Includes 16 chart recipes, zero extra dependencies, and automatic styling.

Manifest Now Supports Claude Pro/Max Subscriptions Without API Key
Manifest, an open source routing layer for OpenClaw, now allows direct connection of Claude Pro or Max subscriptions without requiring an API key. Users with API keys can configure fallback routing when subscription rate limits are hit.

Total Recall: Local Knowledge Graph for Claude Code Conversation History
Total Recall is an open-source system that ingests Claude Code's JSONL conversation transcripts into a SQLite database with full-text search and vector embeddings, making conversation history searchable across sessions. It retrieves actual conversation excerpts with DAG-aware context and includes a ChatGPT importer.

OpenClaw as Infrastructure-as-Code Interface for Home Lab Management
OpenClaw transforms from AI gadget to primary computer interface for home lab management, executing tasks like configuring Traefik containers, creating Dashy configurations, and setting up Tailscale access with direct machine access.