Gohome OpenClaw Skill - ClawHub
Do you want your AI agent to automate Gohome workflows? This free skill from ClawHub helps with moltbook tasks without building custom tools from scratch.
What this skill does
Use when Moltbot needs to test or operate GoHome via gRPC discovery, metrics, and Grafana.
Install
npx clawhub@latest install gohomeFull SKILL.md
Open original| name | description |
|---|---|
| gohome | Use when Moltbot needs to test or operate GoHome via gRPC discovery, metrics, and Grafana. |
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.