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

ZSE: Open-source LLM inference engine with 3.9-second cold starts
ZSE is an open-source LLM inference engine that reduces 32B model memory requirements from 64GB to 19.3GB VRAM and achieves 3.9-second cold starts for 7B models using a pre-quantized .zse format with memory-mapped weights.

Local AI Development with Qwen3.6-27B and Opencode on a 5090
A Reddit user shares their experience switching from cloud AI coding tools (Claude Code, Cursor) to a local setup using Opencode + llama-server + Qwen3.6-27B at 128K context on a single RTX 5090, citing freedom from usage limits and account risks.

Exploring API-to-API Interactions: A Closer Look at Automation
A recent discussion on Reddit delves into the intricacies of API-to-API phone calls, focusing on practical implementation and potential challenges using tools such as Postman and Twilio.

MultiModel Code Review Workflow Packaged as Reusable Skill
A reusable skill that orchestrates multiple AI models for PR and non-PR code reviews, tested with OpenClaw and models like GPT-5.5, DeepSeek V4 Pro, Kimi K2.6, Qwen 3.6 Plus, and GLM-5.1.