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

Pu.sh: 400-Line Shell Script Coding-Agent Harness from HN
Pu.sh is a portable coding-agent harness in 400 lines of shell (sh, curl, awk), supporting Anthropic + OpenAI, 7 tools, REPL, checkpoint/resume, and pipe mode — with 90 no-API tests.

cldctrl: Terminal Dashboard for Managing Claude Code Sessions
cldctrl is an npm package that provides a terminal dashboard for launching and managing Claude Code sessions across projects. It reads existing ~/.claude data, auto-discovers projects, and shows token usage with rate limit bars.

Upfront: A Claude Code Plugin That Forces Thinking Before Coding
Upfront is a Claude Code plugin with 20 skills that challenges developers before generating code. It uses three commands: /upfront:feature to push back on vague requirements, /upfront:plan to break work into ~400 LOC phases, and /upfront:build to execute with TDD and review per phase.

Claude Code Hooks Implementation Project Covers All 23 Hooks
A developer has built a project entirely with Claude code that implements all 23 Claude code hooks, with a video explaining each hook's use case and a GitHub repository available.