ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 5/5

hyperliquid

Read-only Hyperliquid market data assistant (perps + spot optional) with support for natural-language requests and deterministic command parsing (terminal-style `hl ...` and slash-style `/hl ...`). Use to fetch quotes (mark/mid/oracle/funding/OI/volume), top movers, funding rankings, L2 order book, and candle snapshots via https://api.hyperliquid.xyz/info, and to format results for chat.

Why use this skill?

Fetch Hyperliquid perp and spot market data, funding rates, order books, and account positions directly in OpenClaw with natural language commands.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/k0nkupa/hyperliquid
Or

What This Skill Does

The Hyperliquid skill provides OpenClaw users with a robust, read-only interface for interacting with Hyperliquid market data and account information. It bridges the gap between complex blockchain HTTP endpoints and natural language, allowing users to query perp and spot market data, view L2 order books, analyze funding rates, and check account-specific metrics such as positions, balances, and recent fills without needing to manually parse raw JSON API responses. By supporting terminal-style commands (hl), slash commands (/hl), and natural language intent extraction, the skill integrates seamlessly into the OpenClaw workflow.

Installation

To integrate this skill into your OpenClaw environment, use the OpenClaw CLI tool from your terminal. Ensure your environment meets the dependency requirements, primarily having Node.js configured, as the skill leverages bundled scripts for API communication and response formatting. Run the following command:

clawhub install openclaw/skills/skills/k0nkupa/hyperliquid

Once installed, the skill will be automatically loaded, and the parser will begin recognizing the hl and /hl prefixes in your chats.

Use Cases

This skill is designed for traders, analysts, and developers looking for real-time market snapshots and account audits.

  • Market Analysis: Quickly compare funding rates across different assets to identify arbitrage or sentiment trends. Fetching candle snapshots allows for rapid technical checks without leaving the agent chat.
  • Portfolio Monitoring: Manage multiple account aliases using the local configuration file. You can easily switch between sub-accounts to view collateral balances or track the status of open positions.
  • Order Book Depth: Get immediate L2 order book snapshots to gauge liquidity and market depth for specific trading pairs before executing or analyzing strategies.

Example Prompts

  1. "hl quote SOL"
  2. "/hl movers --top 5 --window 24h"
  3. "show me positions for my main trading wallet"

Tips & Limitations

  • Read-Only: This skill is strictly for data retrieval. It cannot execute trades, cancel orders, or transfer funds, ensuring your private keys remain safe from automated execution errors.
  • Aliases: Leverage the account add command to save your Hyperliquid addresses as readable aliases. This prevents the need to type long hex strings repeatedly.
  • Performance: As the skill relies on HTTP snapshots, it is ideal for manual checks rather than high-frequency automated strategies. Use the --window or --n flags to keep responses concise and readable on smaller screens or mobile interfaces. If data for specific fields like midPx returns null, the skill is designed to handle it gracefully without crashing.

Metadata

Author@k0nkupa
Stars1776
Views0
Updated2026-03-02
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-k0nkupa-hyperliquid": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#hyperliquid#defi#crypto#trading#market-data
Safety Score: 5/5

Flags: network-access, file-read, file-write, external-api