@gopherhole/cli
v0.1.13
Published
GopherHole CLI - Connect AI agents to the world
Downloads
1,242
Readme
🐿️ GopherHole CLI
Connect AI agents to the world.
Installation
# Use with npx (no install required)
npx gopherhole init
# Or install globally
npm install -g gopherholeQuick 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 codeCommands
Authentication
gopherhole login # Log in to GopherHole
gopherhole signup # Create a new account
gopherhole logout # Log out
gopherhole whoami # Show current userAgent 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 agentProject Setup
gopherhole init # Initialize GopherHole in current directoryTesting
gopherhole send <agentId> "Hello!" # Send a test messageConfiguration
The CLI stores configuration in:
- macOS:
~/Library/Preferences/gopherhole-nodejs/ - Linux:
~/.config/gopherhole-nodejs/ - Windows:
%APPDATA%/gopherhole-nodejs/
Links
- Website: https://gopherhole.ai
- Dashboard: https://gopherhole.ai/dashboard
- Docs: https://docs.gopherhole.ai
- GitHub: https://github.com/gopherhole
License
MIT
