grimoire-hyperliquid
Query Hyperliquid market data, order books, metadata, and execute withdrawals via Grimoire CLI.
- Supports six command categories: mid prices, L2 order books, open orders, perpetual metadata, spot metadata, and USDC withdrawals
- Output formats include JSON, table, and spell (for snapshot-based agent inputs); withdrawals require explicit user confirmation and keystore credentials
- Read-only commands (mids, l2-book, open-orders, meta, spot-meta) return market snapshots; stateful withdraw action needs
HYPERLIQUID_PRIVATE_KEYenvironment variable - Invocable via
grimoire venue hyperliquid, npm/bun, or direct binary from@grimoirelabs/venues
Grimoire Hyperliquid Skill
Use this skill for Hyperliquid metadata snapshots and, when explicitly requested, withdrawals.
Preferred invocations:
grimoire venue hyperliquid ...npx -y @grimoirelabs/cli venue hyperliquid ...(no-install)bun run packages/cli/src/index.ts venue hyperliquid ...(repo-local)grimoire-hyperliquid ...(direct binary from@grimoirelabs/venues)
Recommended preflight:
grimoire venue doctor --adapter hyperliquid --json- Ensure
HYPERLIQUID_PRIVATE_KEYis set before stateful actions (withdraw).
Use --format spell for snapshot params: blocks.
Commands
More from franalgaba/grimoire
grimoire-polymarket
Queries Polymarket market data and CLOB state, and manages CLOB orders via the Grimoire venue CLI wrapper backed by the official Polymarket CLI.
11.6Kgrimoire-morpho-blue
Fetches Morpho Blue public deployment metadata using the Grimoire venue CLI. Use when you need contract addresses or adapter info.
1.0Kgrimoire-aave
Fetches Aave V3 public market data using the Grimoire venue CLI. Use when you need Aave health checks, chain listings, market metadata, or reserve info.
1.0Kgrimoire
Install and operate Grimoire, author .spell files with full syntax coverage (including advisory decision logic), and run compile/validate/simulate/cast safely. Use when users ask to create, edit, debug, validate, simulate, execute, or explain Grimoire strategies.
1.0Kgrimoire-uniswap
Retrieves Uniswap router metadata using the Grimoire venue CLI. Use when you need router addresses, adapter information, or Uniswap V3/V4 details.
1.0Kgrimoire-pendle
Fetches Pendle Hosted SDK metadata using the Grimoire venue CLI. Use when you need supported chains, aggregators, markets, assets, or market token details.
999