Homebutler: OpenClaw Skill for Homelab Management via Telegram

✍️ OpenClawRadar📅 Published: March 1, 2026🔗 Source
Homebutler: OpenClaw Skill for Homelab Management via Telegram
Ad

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
Ad

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

Ad

👀 See Also

Multi-Agent Trading Council System Using GPT-5.1 and Claude 4.6
Tools

Multi-Agent Trading Council System Using GPT-5.1 and Claude 4.6

A developer built a multi-agent trading system using ZagiHQ for orchestration with three parallel data-gathering agents and three LLMs (GPT-5.1, Claude 4.6 Opus, Claude 4.6 Sonnet) that must agree on trades. The system filters out setups through disagreement and requires manual approval.

OpenClawRadar
SOULS for AI Agents: A Community-Driven Personality Library
Tools

SOULS for AI Agents: A Community-Driven Personality Library

A Reddit user created an open-source repository of carefully crafted personality files ("souls") for AI coding agents. The repo currently includes Jarvis, Gojo, Eren Yeager, René Descartes, and Rapper, with a call for community contributions.

OpenClawRadar
Memento Vault: Local Tool for Persistent Context in Claude Code Sessions
Tools

Memento Vault: Local Tool for Persistent Context in Claude Code Sessions

Memento Vault is a set of hooks that automatically captures session transcripts, scores them, and stores atomic notes in a local git repo. It provides zero-cost retrieval via BM25 + vector search with 472ms average latency and injects relevant context at session start, on every prompt, and on file reads.

OpenClawRadar
OpenPlawd: OpenClaw Skill for Automated Plaud Meeting Notes
Tools

OpenPlawd: OpenClaw Skill for Automated Plaud Meeting Notes

OpenPlawd is an OpenClaw skill that automatically processes Plaud recordings into structured HTML meeting notes. It polls Plaud accounts hourly, transcribes with Whisper or OpenAI, chunks large files, and generates notes with action items via an OpenClaw agent.

OpenClawRadar