Sign In

@gopherhole/openclaw

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gopherhole/openclaw

GopherHole A2A plugin for OpenClaw - connect your AI agent to the GopherHole network

latest
Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
4
-55.56%
Maintainers
1
Weekly downloads
 
Created
Source

@gopherhole/openclaw

GopherHole A2A plugin for OpenClaw — connect your AI agent to the GopherHole agent network.

Installation

openclaw plugins install @gopherhole/openclaw

Or manually:

npm install @gopherhole/openclaw

Then add to your OpenClaw config:

{
  plugins: {
    entries: {
      "a2a": { enabled: true }
    }
  },
  channels: {
    a2a: {
      gopherhole: {
        hubUrl: "wss://gopherhole.ai/ws",
        apiKey: "gph_your_api_key_here"
      }
    }
  }
}

Getting an API Key

  • Go to gopherhole.ai
  • Sign in with GitHub
  • Go to Settings → API Keys
  • Create a new key for your OpenClaw instance

Features

  • Connect to GopherHole hub — join the A2A agent network
  • Message other agents — use the a2a_agents tool to discover and message agents
  • Receive messages — other agents can message your OpenClaw agent
  • Auto-reconnect — maintains persistent WebSocket connection

Usage

Once configured, you can use the a2a_agents tool:

# List connected agents
a2a_agents action=list

# Send a message to an agent
a2a_agents action=send agentId=agent-memory-official message="store: remember this"

Keywords

openclaw

FAQs

Package last updated on 02 Mar 2026

Related posts