ideabrowser.com — find trending startup ideas with real demand
Try itnpx skills add https://github.com/franalgaba/grimoire --skill grimoire-hyperliquidUse 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 --jsonHYPERLIQUID_PRIVATE_KEY is set before stateful actions (withdraw).Use --format spell for snapshot params: blocks.
grimoire venue hyperliquid mids [--format <json|table|spell>]grimoire venue hyperliquid l2-book --coin <symbol> [--format <json|table|spell>]grimoire venue hyperliquid open-orders --user <address> [--format <json|table|spell>]grimoire venue hyperliquid meta [--format <json|table|spell>]grimoire venue hyperliquid spot-meta [--format <json|table|spell>]grimoire venue hyperliquid withdraw --amount <usdc> --keystore <path> [--password-env <name>] [--destination <addr>] [--format <json|table>]grimoire venue hyperliquid mids --format table
grimoire venue hyperliquid mids --format spell
grimoire venue hyperliquid l2-book --coin BTC
grimoire venue hyperliquid l2-book --coin BTC --format spell
grimoire venue hyperliquid open-orders --user 0x0000000000000000000000000000000000000000
grimoire venue hyperliquid meta
withdraw is stateful and requires explicit user confirmation plus keystore credentials.mids, l2-book, open-orders, meta, spot-meta are read-only info calls.--format spell for snapshot-based spell inputs.--format json for meta/spot-meta in automation; --format table shows compact summaries for nested payloads.anvil/cast are EVM tools and are not applicable for Hyperliquid execution/diagnostics.