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
OpenClaw AI Agent with 6 Roles, Memory, and ADHD-Aware Design: Daily Ops Breakdown
A solo founder with ADHD built an open-source AI agent with 6 roles (action planner, debriefer, writer, legal, investigator, CRM) sharing memory, auto-generating follow-ups and drafts from transcripts.

Shipwright: An Open-Source Project Management Tool Built on Claude Code
Shipwright is an open-source project management tool that runs on Claude Code with 44 skills, 7 specialized agents, and 16 workflows. It includes binary quality gates and recovery playbooks, and was used to audit credential registries and evaluate automation platforms before engineering work began.

Two Patterns for Preventing AI Agent Memory Rot: AutoDream and Skeptical Retrieval
OpenClaw introduces two MIT-licensed patterns to address file-based AI memory rot: AutoDream for nightly memory consolidation and Skeptical Retrieval for decay-weighted memory scoring. Both work together in a self-improving loop to keep agent context current.

Lobster Cage: Dockerized Security Environment for Self-Hosting OpenClaw on Raspberry Pi
A developer built Lobster Cage, a Docker Compose environment with restricted outbound access and proxy-based routing to run OpenClaw securely on a Raspberry Pi for experimentation.