A comprehensive read-only market data assistant for the Hyperliquid exchange that supports natural language and terminal-style command parsing.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install hyperliquid
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install hyperliquid using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a robust interface for interacting with the Hyperliquid decentralized exchange using the Openclaw Skills framework. It leverages the Hyperliquid Info HTTP endpoint to fetch real-time data for both perpetuals and spot markets, ensuring users have access to critical information like mark prices, mid prices, and funding rates. By integrating this into Openclaw Skills, developers and traders can utilize a deterministic command structure or natural language to extract market insights without manual API configuration.
The tool is designed for high-performance market monitoring, offering detailed snapshots of L2 order books, candle data, and account-specific information like positions and fills. Whether you are building a trading dashboard or a research bot, this addition to the Openclaw Skills ecosystem streamlines the process of data retrieval from one of the most liquid on-chain perpetual platforms.
To get started with this skill in the Openclaw Skills environment, ensure your local environment is configured to run the provided scripts.
# Test the quote functionality for BTC
node skills/hyperliquid/scripts/hyperliquid_chat.mjs "hl quote BTC"
# Rank top 5 market movers by 24h change
node skills/hyperliquid/scripts/hyperliquid_chat.mjs "/hl movers --top 5"
You can also add account aliases by editing the local configuration file located at ~/.clawdbot/hyperliquid/config.json.
The skill organizes its operations through a mix of local configuration and remote API responses.
| Data Type | Source / Location | Description |
|---|---|---|
| Account Aliases | ~/.clawdbot/hyperliquid/config.json |
Stores mappings of 0x addresses to human-readable labels. |
| Market Metadata | metaAndAssetCtxs |
Contains the universe of tradable assets and their current contexts. |
| Order Book | l2Book |
Provides 20 levels of depth per side for accurate spread analysis. |
| Historical Data | candleSnapshot |
Supplies OHLC data based on user-defined intervals and timeframes. |
hl and /hl prefixes for precision.Loading
A framework to stabilize AI Agent execution by replacing soft prompts with hard-coded gate scripts and persistent style contexts.

A sophisticated prompting framework that simulates a multi-expert panel to provide diverse viewpoints and consensus for complex decision-making.

A writing editor skill designed to identify and eliminate the telltale signs of machine-generated text to restore natural human rhythm and voice.

A mechanical enforcement suite that replaces soft markdown suggestions with hard git hooks and automated validation scripts for AI agents.

A professional accounting automation tool to manage clients, items, and financial documents through the Morning (GreenInvoice) API.

A dual-language tax assistant designed to provide precise answers based on the official Tax Code of the Republic of Kazakhstan.








































