the signals and their derived score are provisional and subject to change.
validate manually before sharing.
0210fbddf169580f51efe62860a9f6698cbe9fc69f083133cfaa256526f7e036ac2ac3bb16d739d3Authored: 3 weeks ago (Fri, 21 Aug 2026 03:49:56 +0000)Match: Claude-Session: https://claude.ai/code/session_01BhyLdukG2JD5eZdxiuJAER9f083133cfaa256526f7e036ac2ac3bb16d739d3Authored: 3 weeks ago (Fri, 21 Aug 2026 03:49:56 +0000)Match: Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>a54fb9400ed891f935ba4fb57b4dfc12d573ff89Authored: 3 weeks ago (Fri, 21 Aug 2026 03:44:06 +0000)Match: Claude-Session: https://claude.ai/code/session_01BhyLdukG2JD5eZdxiuJAERa54fb9400ed891f935ba4fb57b4dfc12d573ff89Authored: 3 weeks ago (Fri, 21 Aug 2026 03:44:06 +0000)Match: Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>9cae9ea7b4c03ce9fd0a4973ebacaff032766187Authored: 1 month ago (Sat, 25 Jul 2026 15:41:51 +0000)Match: Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>9601044dced54d31123bd358c3097ddf0267245cAuthored: 1 month ago (Sat, 25 Jul 2026 15:41:40 +0000)Match: Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>215d84a0c0a7f2245c094e89979791b5b5bc6ba4Authored: 5 months ago (Sat, 4 Apr 2026 13:18:12 +0000)Match: Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>3ee02263db9ea50ff3e8fa2885f2ee6e3c784927Authored: 5 months ago (Sat, 4 Apr 2026 12:18:55 +0000)Match: Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>skills/SKILL.mdTool: unspecified---
name: homebutler
description: Homelab server operations via homebutler CLI/MCP. Check system status, generate butler reports, scan inventory/topology, manage Docker containers, install self-hosted apps, verify backup drills, Wake-on-LAN, port scanning, alerts, backup/restore, and multi-server SSH.
metadata:
{
"openclaw": {
"emoji": "🏠",
"requires": { "anyBins": ["homebutler"] },
"configPaths": ["homebutler.yaml", "~/.config/homebutler/config.yaml"]
}
}
---
# Homebutler
llms.txtTool: unspecified# homebutler
> Single-binary homelab management CLI for servers, Docker, app installs, backup/restore, Wake-on-LAN, SSH multi-server workflows, and AI/MCP tooling.
## What it does
- `watch`: restart detection, crash analysis, flapping detection, incident history
- `watch tui`: terminal dashboard for all configured servers
- `serve`: embedded web dashboard with no separate frontend runtime
- Docker management: list, restart, stop, logs, stats
- App install: one-command self-hosted app deployment
- Backup/rCLAUDE.mdTool: claude-code# homebutler
A single Go binary for running a small home server: CLI, TUI, web dashboard, and
an MCP server, with no daemon and no database.
## Verify before claiming anything works
```bash
gofmt -w .
go vet ./...
golangci-lint run
go test ./...
go build ./...
```
All five must pass. `go test ./...` takes several minutes — `internal/network`
and `internal/remote` wait on real timeouts — so start it early rather than
running it last.
## Writing commits, PRs, and comments
Everything written here is .claude/File: .gitignoreTool: claude-code.mcp.jsonFile: .gitignoreTool: unspecified