Gohome OpenClaw Plugin & Skill | ClawHub
Looking to integrate Gohome into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate moltbook tasks instantly, without having to write 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. |
SKILL.md content below is scrollable.
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.