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.3.1
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 init

# Or install globally
npm install -g gopherhole

Quick Start

# Initialize a new agent in your project
npx gopherhole 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/
  • Website: https://gopherhole.ai
  • Dashboard: https://gopherhole.ai/dashboard
  • Docs: https://docs.gopherhole.ai
  • GitHub: https://github.com/gopherhole

License

MIT

Keywords

a2a

FAQs

Package last updated on 17 Apr 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