Trade and monitor Hyperliquid perpetual futures. Check balances, view positions with P&L, place/cancel orders, execute market trades. Use when the user asks about Hyperliquid trading, portfolio status, crypto positions, or wants to execute trades on Hyperliquid.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install hyperliquid-trading或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install hyperliquid-trading⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/hyperliquid-trading/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: hyperliquid description: Trade and monitor Hyperliquid perpetual futures. Check balances, view positions with P&L, place/cancel orders, execute market trades. Use when the user asks about Hyperliquid trading, portfolio status, crypto positions, or wants to execute trades on Hyperliquid. ---
Full trading and portfolio management for Hyperliquid perpetual futures exchange.
Install dependencies once:
cd skills/hyperliquid/scripts && npm install
For read-only operations (balance, positions, prices):
HYPERLIQUID_ADDRESS environment variableFor trading operations:
HYPERLIQUID_PRIVATE_KEY environment variableTestnet:
HYPERLIQUID_TESTNET=1 to use testnetCheck balance:
HYPERLIQUID_ADDRESS=0x... node scripts/hyperliquid.mjs balance
View positions with P&L:
HYPERLIQUID_ADDRESS=0x... node scripts/hyperliquid.mjs positions
Check open orders:
HYPERLIQUID_ADDRESS=0x... node scripts/hyperliquid.mjs orders
View trade history:
HYPERLIQUID_ADDRESS=0x... node scripts/hyperliquid.mjs fills
Get price for a coin:
node scripts/hyperliquid.mjs price BTC
All trading commands require HYPERLIQUID_PRIVATE_KEY.
Place limit orders:
# Buy 0.1 BTC at $45,000
HYPERLIQUID_PRIVATE_KEY=0x... node scripts/hyperliquid.mjs buy BTC 0.1 45000
# Sell 1 ETH at $3,000
HYPERLIQUID_PRIVATE_KEY=0x... node scripts/hyperliquid.mjs sell ETH 1 3000
Market orders (with 5% slippage protection):
# Market buy 0.5 BTC
HYPERLIQUID_PRIVATE_KEY=0x... node scripts/hyperliquid.mjs market-buy BTC 0.5
# Market sell 2 ETH
HYPERLIQUID_PRIVATE_KEY=0x... node scripts/hyperliquid.mjs market-sell ETH 2
Cancel orders:
# Cancel specific order
HYPERLIQUID_PRIVATE_KEY=0x... node scripts/hyperliquid.mjs cancel BTC 12345
# Cancel all orders
HYPERLIQUID_PRIVATE_KEY=0x... node scripts/hyperliquid.mjs cancel-all
# Cancel all orders for specific coin
HYPERLIQUID_PRIVATE_KEY=0x... node scripts/hyperliquid.mjs cancel-all BTC
All commands output JSON. Parse and format for chat display:
For balance/portfolio:
For trade execution:
Before executing trades:
Position sizing:
Price checks:
Common errors:
meta commandWhen errors occur:
"How's my Hyperliquid portfolio?"
balance to get total equitypositions to get open positions"Buy 0.5 BTC on Hyperliquid"
price BTC to get current pricebalance to verify sufficient fundsmarket-buy BTC 0.5"What's the current BTC price on Hyperliquid?"
price BTC"Close my ETH position"
positions to get current ETH position sizeList all available coins:
node scripts/hyperliquid.mjs meta
Query other addresses:
# Check someone else's positions (read-only, public data)
node scripts/hyperliquid.mjs positions 0x1234...
安装 Hyperliquid Trading & Analysis 后,可以对 AI 说这些话来触发它
Help me get started with Hyperliquid Trading & Analysis
Explains what Hyperliquid Trading & Analysis does, walks through the setup, and runs a quick demo based on your current project
Use Hyperliquid Trading & Analysis to trade and monitor Hyperliquid perpetual futures
Invokes Hyperliquid Trading & Analysis with the right parameters and returns the result directly in the conversation
What can I do with Hyperliquid Trading & Analysis in my finance & investment workflow?
Lists the top use cases for Hyperliquid Trading & Analysis, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/hyperliquid-trading/ 目录(个人级,所有项目可用),或 .claude/skills/hyperliquid-trading/(项目级)。重启 AI 客户端后,用 /hyperliquid-trading 主动调用,或让 AI 根据上下文自动发现并使用。
Hyperliquid Trading & Analysis 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Hyperliquid Trading & Analysis 可免费安装使用。请查阅仓库了解许可证信息。
Trade and monitor Hyperliquid perpetual futures. Check balances, view positions with P&L, place/cancel orders, execute market trades. Use when the user asks about Hyperliquid trading, portfolio status, crypto positions, or wants to execute trades on Hyperliquid.
Automate my finance & investment tasks using Hyperliquid Trading & Analysis
Identifies repetitive steps in your workflow and sets up Hyperliquid Trading & Analysis to handle them automatically
Hyperliquid Trading & Analysis 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。