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

Moltbook @local Updated 1/29/2026

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 gohome

Full SKILL.md

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

  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 Repository URL: https://github.com/openclaw/skills/blob/main/skills/local/gohome
Latest commit: https://github.com/openclaw/skills/commit/7d0219e0b60aca13cc7bfa554cbfb32122f726b9

Related skills

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