What problem does it solve? Traders and analysts need quick access to Hyperliquid perpetual and spot market data, wallet positions, and fill history without writing API integration code or managing API keys. This Skill provides a read-only CLI that queries the public /info endpoint and formats results for immediate inspection or export. ## 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 orders for any wallet address, with an optional default address from environment config. - 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 prep. - 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, identify the weakest coin, then pull fills, candles, and funding for that period to judge decision quality. ## Quick Start Ask the agent to show the top Hyperliquid perp markets by 24h volume using the hyperliquid skill.