Best-Backup: A Free Tool for OpenClaw Server and Docker Container Backups

Tool Overview
The tool best-backup is a free backup solution designed specifically for OpenClaw and similar agentic platforms. According to the source, it addresses a common problem where OpenClaw agents can make configuration changes that lead to system instability, making it easier to wipe and reinstall rather than fix issues.
Key Features from Source
- Backs up entire servers or specific folders
- Backs up Docker containers
- Built-in agent skills that allow OpenClaw to handle everything
- Compresses backups
- Encrypts backups using the same SSH key already on the OpenClaw server
- Can ship daily backups to Google Drive
Practical Use Case
The source author uses it to ship daily backups to Google Drive. The tool appears particularly useful when moving from experimental OpenClaw usage to actually building on top of it, where robust backup capabilities become essential.
📖 Read the full source: r/openclaw
👀 See Also

Ssemble MCP Server Enables Claude to Generate Short-Form Videos from YouTube
A new MCP server for Ssemble AI Clipping allows Claude to create TikTok/Reels/Shorts-style videos from YouTube URLs with AI-generated clips, caption templates, music tracks, and overlays. Setup involves adding configuration to Claude Desktop or using a hosted endpoint.

Open Source Chrome Extension Development Skills Package Released
Developer quangpl has packaged four years of Chrome extension development experience into eight AI agent skills covering scaffolding with WXT, manifest generation, security auditing, testing, asset generation, publishing, and MV2 to MV3 migration.

Codesight CLI reduces AI coding agent token usage by scanning codebases
Codesight is a zero-dependency CLI tool that scans TypeScript, Python, and Go projects to generate compact context files, reducing Claude Code exploration tokens by 12.3× on average according to benchmarks from real production codebases.

ClaudeMeter: Open-Source macOS Menu Bar App for Real-Time Claude Usage Tracking
ClaudeMeter is a free, open-source macOS menu bar app for Claude Max subscribers that displays session and weekly usage percentages, reset timers, and pace indicators without interrupting workflow. The entire app was built using Claude (Claude Code/Opus) for Swift code, Supabase backend, and Edge Functions.