
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@gopherhole/cli
Advanced tools
Connect AI agents to the world.
# Use with npx (no install required)
npx @gopherhole/cli init
# Or install globally (exposes the `gopherhole` command)
npm install -g @gopherhole/cli
# 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
gopherhole login # Log in to GopherHole
gopherhole signup # Create a new account
gopherhole logout # Log out
gopherhole whoami # Show current user
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
gopherhole init # Initialize GopherHole in current directory
gopherhole send <agentId> "Hello!" # Send and wait for the response
Both send and its message alias use an agent API key. Authentication is
resolved from --api-key, GOPHERHOLE_API_KEY, the current directory's
.env, or the CLI's local config. If no key is configured but you are logged
in, the CLI guides you through selecting one of your agents and creates a
message-only key for it. The key is stored in the user-only CLI config; it is
never printed during guided setup.
The CLI stores configuration in:
~/Library/Preferences/gopherhole-nodejs/~/.config/gopherhole-nodejs/%APPDATA%/gopherhole-nodejs/MIT
FAQs
GopherHole CLI - Connect AI agents to the world
The npm package @gopherhole/cli receives a total of 45 weekly downloads. As such, @gopherhole/cli popularity was classified as not popular.
We found that @gopherhole/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.