Connect Your GoClaw Instance

How It Works

GoClaw instances connect to Hub via the registry protocol — a pull-only API. Your GoClaw instance calls Hub to search, download, and verify purchases. Hub never pushes to your instance.

1. Configure Registry

Add the registry section to your GoClaw config:

{
  "registry": {
    "url": "https://hub.goclaw.sh",
    "api_key": "",
    "auto_check_updates": true,
    "check_interval_hours": 24
  }
}

Set your API key via environment variable: GOCLAW_REGISTRY_API_KEY

2. Use Agent Tools

Once connected, your GoClaw agents gain marketplace tools:

marketplace_search

Search Hub catalog from within a conversation.

marketplace_hire

Download + import a team bundle directly.

marketplace_rate

Rate a hired team from the conversation.

3. Example Flow

User: "Find me a content team"

Agent: calls marketplace_search → shows results

User: "Hire the first one"

Agent: calls marketplace_hire → downloads → imports

"Content Squad is ready! 4 agents deployed."

Integration Size

~470 lines of code on the GoClaw side. No new dependencies beyond net/http.