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

Multi-Agent Career Mentor Built with Ollama and MCP for Local AI
A developer built a 5-agent AI system that analyzes resumes and generates career intelligence reports using Ollama with llama3 locally. The system chains agent outputs so each builds on previous context, with MCP handling tool integration.

Local AI Agent Workflow Using OpenCode, FastMCP, and DeepSeek-r1
A developer shares their local AI agent setup using OpenCode with AGENTS.md files for deterministic system prompts, FastMCP for exposing local functions, and DeepSeek-r1 via Ollama for specific subagents like testing.

Prism MCP v5.1 adds 10x memory compression and agent learning from corrections
Prism MCP v5.1 introduces 10x memory compression via TurboQuant ported to TypeScript, enabling millions of memories on a laptop without vector databases. The update adds agent learning from user corrections and a visual knowledge graph interface.

Nelson: A Claude Code Plugin for Coordinating AI Agents Like a Naval Fleet
Nelson is a Claude Code plugin that structures AI agent coordination using naval fleet principles, featuring three execution modes, a risk classification system, hull integrity monitoring, and standing order gates to prevent common anti-patterns.