
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@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 477 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
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.