Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Read-only market data assistant for Hyperliquid, covering perpetuals and spot markets. Accepts natural language, terminal-style (`hl ...`), and slash-style (`/hl ...`) commands. Fetches quotes, order books, candles, funding rates, top movers, and account data via the Hyperliquid Info API.
Supports both freeform natural language and deterministic command parsing in one interface, so users can query market data without switching between tools or writing API calls manually.
When to use it
- Check BTC mark price and funding rate before opening a position
- Scan top movers by 24h percent change across all perps
- View L2 order book depth for a specific coin
- Pull 1h candle snapshots for a recent price range
- Monitor open positions and fills for a saved wallet address
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: hl overview
- 1Parse `hl overview` as a deterministic command
- 2POST to https://api.hyperliquid.xyz/info with metaAndAssetCtxs payload
- 3Rank assets by 24h change, funding rate, OI, and volume
- 4Format results into compact bullet sections for each category
Compact dashboard showing top movers, highest/lowest funding rates, top open interest, and top volume assets