What problem does it solve? Manually checking Hyperliquid perpetual and spot markets, wallet positions, and trade history requires navigating the exchange UI or writing custom API calls. This Skill provides a read-only CLI that pulls market data, account state, fills, and funding history directly from the public /info endpoint with no API key required. ## Core Features & Use Cases - Market Data Queries: List perp DEXs, markets, spot pairs, candles, funding history, and live L2 order book snapshots with sorting and limiting options. - Account Inspection: Review perp positions, spot balances, recent fills, and historical orders for any wallet address. - Trade Review & Export: Generate heuristic post-trade reviews with realized PnL, fees, win rates, and market context, or export normalized candle and funding JSON datasets for backtesting preparation. - Use Case: A trader wants to understand why last week's BTC trades lost money. Run the review command for the wallet over 168 hours to see net PnL after fees, fee drag, and whether losses came from leaning against the market trend. ## Quick Start Ask the agent to show the top Hyperliquid perp markets by 24h volume or to review recent fills for a specific wallet address.