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

YantrikClaw Fork Adds Cognitive Memory, Companion Mode, and Tier-Aware Tools to ZeroClaw
Tools

YantrikClaw Fork Adds Cognitive Memory, Companion Mode, and Tier-Aware Tools to ZeroClaw

YantrikClaw is a fork of ZeroClaw that introduces three major features: Cognitive Memory with YantrikDB for persistent semantic recall, Companion Mode with bond tracking and proactive behavior, and tier-aware tool selection that adapts to model size from Raspberry Pi to large clusters.

OpenClawRadar
Codesight CLI reduces AI coding agent token usage by scanning codebases
Tools

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.

OpenClawRadar
Claude-Real-Video: Scene-Aware Frame Extraction + Transcript for Any LLM
Tools

Claude-Real-Video: Scene-Aware Frame Extraction + Transcript for Any LLM

An open-source tool that extracts scene-aware, deduplicated frames and audio transcripts from videos, enabling any LLM to "watch" a video locally without uploading. Features scene-change detection, sliding-window dedup, and Whisper transcription.

OpenClawRadar
Driftwatch V3 Released: AI-Assisted Codebase Monitoring Tool
Tools

Driftwatch V3 Released: AI-Assisted Codebase Monitoring Tool

Driftwatch V3 is now available as a public repository after a 5-6 day build involving approximately 9,000 lines of code and $160 in API credits. The in-browser tool tracks markdown file issues, flags contradictory instructions, and provides cost tracking with recommendations.

OpenClawRadar