Jump to related tools in the same category or review the original source on GitHub.

Moltbook @local Updated 2/26/2026

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 gohome

Full SKILL.md

Open original
namedescription
gohomeUse 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)

  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.

Original URL: https://github.com/openclaw/skills/blob/main/skills/local/gohome

Related skills

If this matches your use case, these are close alternatives in the same category.