Homebutler: OpenClaw Skill for Homelab Management via Telegram

Homebutler is a Go binary that functions as an OpenClaw skill, allowing developers to manage homelab infrastructure directly from Telegram chat. The tool addresses the pain point of needing multiple SSH sessions for maintenance, particularly during off-hours.
Key Features
- System monitoring: CPU, memory, disk usage, and uptime tracking
- Docker management: List containers, restart, stop, and view logs
- Multi-server SSH with parallel execution capability
- Wake-on-LAN functionality
- Port scanner and network scanning
- Threshold-based alerts for resource spikes
- Web dashboard accessible via
homebutler serve - MCP server compatibility for Claude, ChatGPT, and Cursor
Setup and Usage
Installation requires a single command: clawhub install homeserver. Once installed, the claw can execute commands through natural language in Telegram.
Example interaction from the source:
🚨 Alert: CPU at 92% on nas-box Me: "What's eating CPU?" Claw: postgres — 85.2% Me: "Restart postgres" Claw: ✅ Done. CPU 92% → 12%
The tool is designed for developers running homelabs with multiple devices (Mac Mini, Raspberry Pi, NAS) who want to reduce operational overhead.
📖 Read the full source: r/openclaw
👀 See Also

Three MCP servers for e-commerce research with Claude: Shopify, Amazon, and Google Maps tools
A developer built three MCP servers for Claude to analyze Shopify stores without API keys, score Amazon product opportunities, and find/scored local business leads from Google Maps. All are available on Apify.

quorum: AI Code Governance Tool Enforces Independent Model Review
quorum is a governance layer for AI-assisted development that enforces a consensus protocol requiring code to be independently reviewed by a different model before committing. It includes three structural gates that block progress: audit, retro, and quality gates.

Open-Source Claude IDE Bridge Connects Dispatch, Desktop App, and Claude Code
The claude-ide-bridge is an MIT-licensed open-source tool that connects Claude Code to your IDE, providing access to LSP, debugger, terminals, git, and GitHub through 124 tools. It enables a workflow where tasks sent via Dispatch from a phone are handled by the Claude desktop app, which uses Claude Code to write code and run tests while interacting with the IDE.

Crit: Local-first, single-binary CLI for reviewing agent plans and diffs
Crit is a single-binary CLI that opens files or diffs in a browser with a GitHub-inspired UI, allowing multi-round feedback loops with AI coding agents — no account needed.