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

Visdiff: Visual Feedback Loop for Claude's Frontend Code Generation
Visdiff addresses the visual accuracy gap in Claude's frontend code generation by comparing rendered output pixel-by-pixel with Figma designs and feeding differences back into the loop until they match.

Developer Builds Power Automate MCP Server with 108 Tools, Cross-Platform Support
A developer built a Power Automate MCP server that expanded from 12 to 108 tools, covering Dataverse CRUD via OData, SharePoint management via Graph, Power Apps versioning, environment administration, and cross-platform support for Windows, macOS, and Linux.

Multi-Model Council Workflow for AI Coding Agents
A developer built a web tool that runs coding tasks through three AI models—GPT-4o as architect, Claude as skeptic, and Gemini as synthesizer—before passing them to coding agents. The tool generates a PLAN.md with explicit constraints and requires users to bring their own API keys.

Quell Proxy Fixes Claude Code Scroll-Jumping on Windows
Quell is a Rust proxy that sits between your terminal and Claude Code, stripping clear-screen sequences that cause scroll position resets during long responses. It also adds Shift+Enter for newlines, security filtering, and full Unicode support.