hive-cli

Installation
SKILL.md

hive-cli — Hive From the Terminal

Run Hive from a shell: one-off queries, jq pipelines, cron briefings, and diagnostics.

The Hive CLI lives in the hive-intelligence npm package; the executable name is hive. Package and binary names differ on purpose — the npm package also ships the stdio MCP server and bundled skills installer. One install, multiple agent entrypoints.

Bootstrap

If the user doesn't have the CLI installed:

# One-time install + auth
npx -y -p hive-intelligence@latest hive init --browser
Installs
4
First Seen
May 31, 2026
hive-cli — hive-intel/hive-skills