grimoire-hyperliquid

Query Hyperliquid market data via the Grimoire venue CLI.

6|2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/franalgaba/grimoire --skill grimoire-hyperliquid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grimoire-hyperliquid
Source: https://github.com/franalgaba/grimoire/tree/main/skills/grimoire-hyperliquid
Command: npx skills add https://github.com/franalgaba/grimoire --skill grimoire-hyperliquid

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides fast access to Hyperliquid market data through the Grimoire venue CLI, enabling teams to snapshot metadata, mid prices, order books, and withdrawal workflows from a single interface.

Core Features & Use Cases

  • Read-only data: mids, l2-book, open-orders, meta, and spot-meta for Hyperliquid markets.
  • Snapshots for automation: generate params: blocks for spell inputs with --format spell where supported.
  • Stateful actions: perform withdrawals with proper preflight, key management, and safety checks when explicitly requested.

Quick Start

Run grimoire venue hyperliquid mids to fetch mid prices.

Frequently Asked Questions about grimoire-hyperliquid

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch Hyperliquid mid prices and L2 order book data?

You can retrieve Hyperliquid mid prices and L2 order book data by running read-only `mids` and `l2-book` commands through the Grimoire venue CLI adapter interface.

What is the best way to snapshot Hyperliquid market metadata for automation?

The best way to snapshot Hyperliquid market metadata for automation is using the `--format spell` parameter to generate `params:` blocks for spell inputs directly from the Grimoire CLI.

Can I check open orders and spot metadata on Hyperliquid?

Yes, you can check open orders and spot metadata on Hyperliquid by executing the `open-orders` and `spot-meta` read-only data retrieval commands via the Grimoire venue CLI.

Does the Grimoire CLI support withdrawals on Hyperliquid?

Yes, the Grimoire CLI supports Hyperliquid withdrawals as a stateful action, requiring explicit invocation, proper preflight checks, and configured credentials for key management.

Do I need configured credentials to retrieve Hyperliquid market data?

No, you do not need configured credentials for standard read-only market data retrieval like `mids` and `meta`, but credentials are strictly required for stateful actions like withdrawals.