HomeButler: Zero-token homelab management for OpenClaw agents

What HomeButler does
HomeButler is a skill for OpenClaw agents that enables homelab management through natural language commands. The tool requires no API keys or tokens and runs entirely locally, keeping all operations within your network.
Installation and technical details
Install the skill with one command:
clawhub install Higangssh/homebutlerThe tool is distributed as a single Go binary.
Available commands
Once installed, your OpenClaw agent can execute these homelab management tasks:
"Install uptime-kuma"→ deploys via docker compose"Status of all servers"→ performs multi-node check over SSH"Restart nginx"→ executes the restart command"Uninstall vaultwarden"→ stops the service while preserving data
Use case
This tool is for developers who maintain homelabs and want to manage infrastructure through their OpenClaw agent without exposing services to external APIs.
📖 Read the full source: r/openclaw
👀 See Also

Agent Factory: Autonomous System Builds AI Agents from Online Problem Discussions
Agent Factory is an autonomous system that scrapes Reddit, HN, GitHub, and Twitter for real problems, scores them on demand, market gap, and feasibility, then builds standalone AI agents for promising ideas. The system uses a minimal Next.js template with 7 tools and runs Claude Code headless via a shell script.

Humanizer Pipeline Open-Sourced: Six-Step Markdown File for AI Text Post-Processing
A single Markdown file implements a six-step pipeline to detect and rewrite AI-generated text, with channel awareness, voice calibration, severity gates, and self-audit passing.

Homebutler: OpenClaw Skill for Homelab Management via Telegram
Homebutler is a single Go binary (~13MB, zero dependencies) that works as an OpenClaw skill to manage homelabs from Telegram chat. It monitors servers, restarts Docker containers, wakes machines, scans networks, and alerts on resource spikes without SSH sessions or dashboard logins.

Open-source solo RPG engine uses three Claude instances for parsing, narration, and direction
EdgeTales is an open-source text-based solo RPG engine where dice mechanics determine outcomes and Claude AI generates atmospheric prose. The system uses three Claude instances in a pipeline: Brain (Haiku) for parsing input to JSON, Narrator (Sonnet) for writing prose, and Director (Haiku) for async scene analysis.