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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/k0nkupa/hyperliquidWhat 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
- "hl quote SOL"
- "/hl movers --top 5 --window 24h"
- "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 addcommand 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
--windowor--nflags 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-k0nkupa-hyperliquid": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, file-write, external-api