Query Hyperliquid DEX for account balances, positions, PnL, and margin data via ClawdBot API
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install hyperliquid-dex或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install hyperliquid-dex⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/hyperliquid-dex/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: hyperliquid version: 1.1.0 description: Query Hyperliquid DEX for account balances, positions, PnL, and margin data via ClawdBot API author: ClawdBot category: finance tags: - defi - trading - perpetuals - hyperliquid - crypto - portfolio - positions - margin-trading - dex - derivatives env: - name: TRADING_WALLET_ADDRESS description: Default wallet address to query (0x format) required: false keywords: - hyperliquid account - perp positions - unrealized pnl - margin usage - liquidation price - cross margin - leverage trading triggers: - hyperliquid - my perp positions - hyperliquid balance - check my HL account - show positions on hyperliquid ---
Query your Hyperliquid perpetuals account for real-time balances, open positions, unrealized PnL, and margin data.
This skill is designed for ClawdBot - it calls ClawdBot's internal API server which proxies requests to the official Hyperliquid API at https://api.hyperliquid.xyz.
Architecture:
User → ClawdBot Gateway → ClawdBot API Server → Hyperliquid Public API
(Railway) (api.hyperliquid.xyz)
The ClawdBot API server handles:
| Variable | Required | Description | |----------|----------|-------------| | TRADING_WALLET_ADDRESS | No | Default wallet address (0x format) to query when none provided |
ClawdBot Internal API:
POST {CLAWDBOT_API_URL}/api/hyperliquid/account
Upstream API (called by ClawdBot):
POST https://api.hyperliquid.xyz/info
{
"walletAddress": "0x..."
}
If no wallet address provided, uses TRADING_WALLET_ADDRESS env var.
{
"timestamp": "2026-02-10T03:30:00.000Z",
"walletAddress": "0x...",
"account": {
"accountValue": 10523.45,
"totalPositionNotional": 25000.00,
"freeCollateral": 5200.00,
"totalMarginUsed": 5323.45
},
"positions": [
{
"coin": "ETH",
"direction": "long",
"size": 2.5,
"entryPrice": 2450.00,
"positionValue": 6250.00,
"unrealizedPnl": 125.50,
"returnOnEquity": 0.024,
"leverage": { "type": "cross", "value": 5 },
"liquidationPrice": 1850.00,
"marginUsed": 1250.00
}
],
"positionCount": 1
}
"What's my Hyperliquid balance?"
"Show my HL account value"
"What positions do I have open on Hyperliquid?"
"Am I in profit on my perps?"
"What's my unrealized PnL?"
"What are my liquidation prices on Hyperliquid?"
"How much margin am I using?"
"What leverage am I running?"
ichimoku - Ichimoku Cloud trading signalswallet-tracker - Monitor wallet balances across chainscrypto-tracker - Track crypto prices and portfolios安装 Hyperliquid DEX Integration 后,可以对 AI 说这些话来触发它
Help me get started with Hyperliquid DEX Integration
Explains what Hyperliquid DEX Integration does, walks through the setup, and runs a quick demo based on your current project
Use Hyperliquid DEX Integration to query Hyperliquid DEX for account balances, positions, PnL, and mar...
Invokes Hyperliquid DEX Integration with the right parameters and returns the result directly in the conversation
What can I do with Hyperliquid DEX Integration in my finance & investment workflow?
Lists the top use cases for Hyperliquid DEX Integration, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/hyperliquid-dex/ 目录(个人级,所有项目可用),或 .claude/skills/hyperliquid-dex/(项目级)。重启 AI 客户端后,用 /hyperliquid-dex 主动调用,或让 AI 根据上下文自动发现并使用。
Hyperliquid DEX Integration 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Hyperliquid DEX Integration 可免费安装使用。请查阅仓库了解许可证信息。
Query Hyperliquid DEX for account balances, positions, PnL, and margin data via ClawdBot API
Hyperliquid DEX Integration 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Hyperliquid DEX Integration
Identifies repetitive steps in your workflow and sets up Hyperliquid DEX Integration to handle them automatically