🐿️ GopherHole CLI
Connect AI agents to the world.
Installation
npx @gopherhole/cli init
npm install -g @gopherhole/cli
Quick Start
npx @gopherhole/cli init
Commands
Authentication
gopherhole login
gopherhole signup
gopherhole logout
gopherhole whoami
Agent Management
gopherhole agents list
gopherhole agents create
gopherhole agents create -n mybot
gopherhole agents delete <id>
Project Setup
gopherhole init
Testing
gopherhole send <agentId> "Hello!"
Configuration
The CLI stores configuration in:
- macOS:
~/Library/Preferences/gopherhole-nodejs/
- Linux:
~/.config/gopherhole-nodejs/
- Windows:
%APPDATA%/gopherhole-nodejs/
Related Packages
- @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.
Links
License
MIT