gohome

Verified·Scanned 2/18/2026

Use when Moltbot needs to test or operate GoHome via gRPC discovery, metrics, and Grafana.

from clawhub.ai·v7d0219e·1.2 KB·0 installs
Scanned from 0.1.0 at 7d0219e · Transparency log ↗
$ vett add clawhub.ai/local/gohome

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)

  1. List plugins.
  2. Describe a plugin.
  3. List RPC methods.
  4. 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.