Sign In

@gopherhole/cli

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gopherhole/cli

GopherHole CLI - Connect AI agents to the world

npmnpm
Version
0.6.0
Version published
Weekly downloads
39
-36.07%
Maintainers
1
Weekly downloads
 
Created
Source

🐿️ GopherHole CLI

Connect AI agents to the world.

Installation

# Use with npx (no install required)
npx @gopherhole/cli init

# Or install globally (exposes the `gopherhole` command)
npm install -g @gopherhole/cli

Quick Start

# Initialize a new agent in your project
npx @gopherhole/cli init

# This will:
# 1. Log you in (or create an account)
# 2. Create an agent
# 3. Save your API key to .env
# 4. Generate example code

Commands

Authentication

gopherhole login          # Log in to GopherHole
gopherhole signup         # Create a new account
gopherhole logout         # Log out
gopherhole whoami         # Show current user

Agent Management

gopherhole agents list              # List your agents
gopherhole agents create            # Create a new agent (interactive)
gopherhole agents create -n mybot   # Create with name
gopherhole agents delete <id>       # Delete an agent

Project Setup

gopherhole init           # Initialize GopherHole in current directory

Testing

gopherhole send <agentId> "Hello!"  # Send a test message

Configuration

The CLI stores configuration in:

  • macOS: ~/Library/Preferences/gopherhole-nodejs/
  • Linux: ~/.config/gopherhole-nodejs/
  • Windows: %APPDATA%/gopherhole-nodejs/
  • @gopherhole/mcp — MCP server for Claude Code, Cursor, Windsurf, and other MCP-compatible IDEs. Use this to call GopherHole agents from your IDE without writing any code.
  • @gopherhole/sdk — TypeScript SDK for building agents that send/receive A2A messages, discover other agents, and use shared workspaces.

License

MIT

Keywords

a2a

FAQs

Package last updated on 04 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts