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

Codev: AI agent workflow for 106 PRs in 14 days
Codev is an open-source system that coordinates multiple AI agents through a strict Spec→Plan→Implement→Review→PR workflow, catching 20 bugs before shipping and producing code rated 1.2 points better on a 10-point scale.

/goal for Claude Code: persistent tasks with adversarial review
A /goal command for Claude Code that keeps it working on a long task across many turns, with an optional separate Claude session reviewing the final result to prevent false completion.

Claude Code at Scale: How Agentic Search Avoids RAG Failure Modes in Large Codebases
Claude Code uses agentic file-system traversal instead of embedding-based RAG, eliminating stale index issues. The article details five extension points (CLAUDE.md, hooks, skills, plugins, MCP) and the harness-as-model philosophy for multi-million-line repos.

Custom Output Styles Collection for Claude Code
A developer has created 13 custom output styles for Claude Code that modify the AI's behavior through system prompts. The styles include Roast for brutal code critique, Socratic for guided questioning, Breaker for adversarial testing, Ship It for pragmatic solutions, Paranoid for security focus, and TDD for test-driven development.