hyperliquid-tradingTrade 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.
Install via ClawdBot CLI:
clawdbot install anajuliabit/hyperliquid-tradingFull 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...
Generated Mar 1, 2026
Retail traders can use this skill to regularly check their Hyperliquid account balances, open positions with P&L, and trade history. It provides a quick overview of portfolio performance and unrealized gains/losses, helping users make informed decisions without logging into the exchange interface.
Developers and quantitative traders can integrate this skill into automated trading bots to execute market or limit orders on Hyperliquid. It supports programmatic trade execution, order cancellation, and price fetching, enabling backtesting and live strategy implementation for perpetual futures.
Crypto fund managers can utilize this skill to monitor positions across multiple addresses, set alerts for large trades exceeding 20% of equity, and enforce slippage checks. It aids in compliance with safety guidelines by providing real-time portfolio data and trade confirmation workflows.
New traders can learn about perpetual futures trading by using this skill in a testnet environment. They can practice placing orders, checking balances, and understanding P&L calculations without real funds, guided by built-in safety warnings and error handling.
Researchers and analysts can leverage this skill to fetch real-time prices and metadata for various coins on Hyperliquid. It allows querying public data from other addresses to study trading patterns and market trends without requiring private keys.
A subscription-based platform that integrates this skill to offer users a dashboard for monitoring Hyperliquid portfolios, executing trades, and receiving alerts. It can charge monthly fees for advanced features like automated risk analysis and multi-exchange aggregation.
Develop and sell customized trading bots to crypto enthusiasts and funds, using this skill as the core engine for Hyperliquid operations. Revenue comes from one-time licensing fees or ongoing support contracts for bot maintenance and updates.
Partner with Hyperliquid or other exchanges to promote this skill to their user base, earning commissions on referred trading volume. Offer enhanced tools like portfolio analytics to drive user engagement and increase affiliate revenue.
š¬ Integration Tip
Ensure environment variables are securely managed and test all commands on testnet before live deployment to avoid errors and financial loss.
Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock scoring, viral trend detection (Hot Scanner), and rumor/early signal detection. Use for stock analysis, portfolio tracking, earnings reactions, crypto monitoring, trending stocks, or finding rumors before they hit mainstream.
Get stock prices, quotes, fundamentals, earnings, options, dividends, and analyst ratings using Yahoo Finance. Uses yfinance library - no API key required.
Yahoo Finance (yfinance) powered stock analysis skill: quotes, fundamentals, ASCII trends, high-resolution charts (RSI/MACD/BB/VWAP/ATR), plus optional web a...
Become an autonomous prediction market trader on Polymarket with AI-powered analysis and a performance-backed token on Base. Trade real markets, build a track record, and let the buyback flywheel run.
Get cryptocurrency token price and generate candlestick charts via CoinGecko API or Hyperliquid API. Use when user asks for token price, crypto price, price chart, or cryptocurrency market data.
Market news briefings with AI summaries. Use when asked about stock news, market updates, portfolio performance, morning/evening briefings, financial headlines, or price alerts. Supports US/Europe/Japan markets, WhatsApp delivery, and English/German output.