RescueBot: Telegram-based backup and restore for OpenClaw bots

RescueBot is a tool designed to address OpenClaw bot failures by providing automated backup and remote restore functionality through Telegram. It was created by a product manager who experienced repeated bot breakdowns requiring SSH intervention.
Key Details
The tool specifically solves problems like:
- Config edits gone wrong
- Personality resets
- Bots getting into bad states that require fixing
RescueBot provides these concrete features:
- Auto-snapshots of your config on a schedule
- One-tap restore from Telegram when things break
- No SSH, no laptop required — just send a command from your phone
The tool is built on Rust-based Zeroclaw and is published on ClawHub at: https://clawhub.ai/harman314/rescueclaw
This type of tool is particularly useful for developers who manage OpenClaw bots in production environments where unexpected failures can occur outside normal working hours. The Telegram integration provides mobile access without requiring technical setup on the phone itself.
📖 Read the full source: r/openclaw
👀 See Also

singularity-claude: A Self-Evolving Skill Engine for Claude Code
singularity-claude is an open-source Claude Code plugin that adds a recursive evolution loop to prevent skill rot. It scores skill executions, auto-repairs low-scoring skills, crystallizes high-performing versions, and detects capability gaps.

Tokven MCP generates complete design token systems from a single hex color
Tokven MCP is a Model Context Protocol tool that creates a full design token system from a single brand hex color, including surfaces, borders, text hierarchy, shadows, and light/dark modes with automatic WCAG contrast validation.

DeepSeek Reasonix: Native Coding Agent with High Caching and Low Cost
Reasonix is a DeepSeek-native AI coding agent for the terminal, focusing on high caching efficiency and low inference cost.

Logira: eBPF Runtime Auditing for AI Agent Runs
Logira is an observe-only Linux CLI tool that records exec, file, and network events via eBPF during AI agent runs, with per-run local storage in JSONL and SQLite and built-in detection rules for credential access, persistence changes, and suspicious patterns.