Back to Registry View Author Profile
Official Verified
gohome
Use when Moltbot needs to test or operate GoHome via gRPC discovery, metrics, and Grafana.
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/local/gohomeOr
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.
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-local-gohome": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.