3.2k★by local
gohome – OpenClaw Skill
gohome is an OpenClaw Skills integration for coding workflows. Use when Moltbot needs to test or operate GoHome via gRPC discovery, metrics, and Grafana.
3.2k stars4.1k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding
Skill Snapshot
| name | gohome |
| description | Use when Moltbot needs to test or operate GoHome via gRPC discovery, metrics, and Grafana. OpenClaw Skills integration. |
| owner | local |
| repository | local/gohome |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @local/gohome |
| last updated | Feb 7, 2026 |
Maintainer

File Explorer
2 files
.
_meta.json
263 BSKILL.md
1.2 KBSKILL.md
name: gohome description: Use when Moltbot needs to test or operate GoHome via gRPC discovery, metrics, and Grafana. metadata: {"moltbot":{"nix":{"plugin":"github:joshp123/gohome","systems":["x86_64-linux","aarch64-linux"]},"config":{"requiredEnv":["GOHOME_GRPC_ADDR","GOHOME_HTTP_BASE"],"example":"config = { env = { GOHOME_GRPC_ADDR = "gohome:9000"; GOHOME_HTTP_BASE = "http://gohome:8080\"; }; };"},"cliHelp":"GoHome CLI\n\nUsage:\n gohome-cli [command]\n\nAvailable Commands:\n services List registered services\n plugins Inspect loaded plugins\n methods List RPC methods\n call Call an RPC method\n roborock Manage roborock devices\n tado Manage tado zones\n\nFlags:\n --grpc-addr string gRPC endpoint (host:port)\n -h, --help help for gohome-cli\n"}}
GoHome Skill
Quick start
export GOHOME_HTTP_BASE="http://gohome:8080"
export GOHOME_GRPC_ADDR="gohome:9000"
CLI
gohome-cli services
Discovery flow (read-only)
- List plugins.
- Describe a plugin.
- List RPC methods.
- Call a read-only RPC.
Metrics validation
curl -s "${GOHOME_HTTP_BASE}/gohome/metrics" | rg -n "gohome_"
Stateful actions
Only call write RPCs after explicit user approval.
README.md
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install gohome?
Run openclaw add @local/gohome in your terminal. This installs gohome into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/local/gohome. Review commits and README documentation before installing.
