只读 Hyperliquid 市场数据助手(perps + Spot 可选),支持自然语言请求和确定性命令解析(终端样式“hl ...”和斜杠样式“/hl ...”)。用于获取报价(mark/mid/oracle/funding/OI/volume)、热门动向、融资排名、L2 订单簿、
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install hyperliquid或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install hyperliquid⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/hyperliquid/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: hyperliquid description: 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. ---
Implement read-only market-data queries for Hyperliquid using the Info HTTP endpoint:
POST https://api.hyperliquid.xyz/infoContent-Type: application/jsonPrefer HTTP snapshot flows for v1. WebSocket streaming can be added later.
Treat these as equivalent:
hl quote BTC, hl movers --top 10 --window 24h/hl quote BTC, /hl overviewParse /hl and hl first (deterministic). If no prefix, fall back to intent extraction from natural language.
Market data:
quote : show mark/mid/oracle, 24h change (prevDayPx), 24h notional volume, open interest (perps), funding (perps), premium, impact pricesmovers [--window 24h] [--top N]: rank by 24h % change (markPx vs prevDayPx)funding-top|funding-bottom [--n N]: rank by funding (perps only)book : show top 20 levels per side (and spread)candles --interval <1m|...|1M> (--last N | --start --end ) overview: concise dashboard: top movers, top funding, top OI, top volumeAccount (read-only):
positions : show perp positions + margin summarybalances : show spot balancesorders : show open ordersfills [--n N] : show recent fillsSaved account aliases (stored locally in ~/.clawdbot/hyperliquid/config.json):
account listaccount add "sub account 1" HL:0x... [--default]account remove "sub account 1"account default "sub account 1"Natural language equivalents should work too:
Perpetuals:
metaAndAssetCtxs (preferred): universe + asset contexts for all perpsl2BookcandleSnapshotSpot (optional later):
spotMetaAndAssetCtxs, spotMetaSee references/hyperliquid-api.md for request bodies and field meanings.
Use the bundled scripts:
scripts/hyperliquid_api.mjs: thin HTTP client + helpers (safe defaults, timeouts)scripts/hyperliquid_chat.mjs: parses user text into an intent + args, calls API helpers, and prints a compact chat-friendly responseWhen responding:
Run locally:
node skills/hyperliquid/scripts/hyperliquid_chat.mjs "hl quote BTC"
node skills/hyperliquid/scripts/hyperliquid_chat.mjs "/hl movers --top 5"安装 超流动性 后,可以对 AI 说这些话来触发它
Help me get started with Hyperliquid
Explains what Hyperliquid does, walks through the setup, and runs a quick demo based on your current project
Use Hyperliquid to read-only Hyperliquid market data assistant (perps + spot optional)...
Invokes Hyperliquid with the right parameters and returns the result directly in the conversation
What can I do with Hyperliquid in my finance & investment workflow?
Lists the top use cases for Hyperliquid, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/hyperliquid/ 目录(个人级,所有项目可用),或 .claude/skills/hyperliquid/(项目级)。重启 AI 客户端后,用 /hyperliquid 主动调用,或让 AI 根据上下文自动发现并使用。
超流动性 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
超流动性 可免费安装使用。请查阅仓库了解许可证信息。
只读 Hyperliquid 市场数据助手(perps + Spot 可选),支持自然语言请求和确定性命令解析(终端样式“hl ...”和斜杠样式“/hl ...”)。用于获取报价(mark/mid/oracle/funding/OI/volume)、热门动向、融资排名、L2 订单簿、
超流动性 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Hyperliquid
Identifies repetitive steps in your workflow and sets up Hyperliquid to handle them automatically