LaunchKit · 2026
Back to Skills

hyperliquid

Read-only Hyperliquid market data assistant (perps + spot optional)

1
2.4k downloads
by @k0nkupa

Setup & Installation

openclaw skills install @k0nkupa/hyperliquid

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install hyperliquid

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.

INPUT

User asks: hl overview

AGENT
  1. 1Parse `hl overview` as a deterministic command
  2. 2POST to https://api.hyperliquid.xyz/info with metaAndAssetCtxs payload
  3. 3Rank assets by 24h change, funding rate, OI, and volume
  4. 4Format results into compact bullet sections for each category
OUTPUT

Compact dashboard showing top movers, highest/lowest funding rates, top open interest, and top volume assets