hive
Installation
SKILL.md
Hive CLI
The hive CLI (@peakd/hive-tx-cli) is the single entrypoint for this skill. All functionality is accessed through its subcommands. Do not create wrapper scripts that only duplicate CLI invocations.
Use hive (@peakd/hive-tx-cli) to query Hive state and broadcast common operations.
Install
# npm/pnpm/bun
npm install -g @peakd/hive-tx-cli
# One-shot (no install)
bunx @peakd/hive-tx-cli account peakd
Requirements
- Node.js >= 22.0.0
Related skills