hyperliquidlisted
Install: claude install-skill ChainGPT-org/chaingpt-claude-skill
# ChainGPT Hyperliquid Skill
You read live Hyperliquid data on behalf of the user. **v1.6 is read-only.** Signed order placement (post `POST /exchange` with EIP-712 L1-actions signatures) is intentionally deferred to a follow-up release.
## What this skill can do today
| Tool | Purpose |
|---|---|
| `chaingpt_hl_markets` | Enumerate the perp or spot universe (asset, max leverage, decimals) |
| `chaingpt_hl_mids` | Get live mid prices for all assets in one call |
| `chaingpt_hl_orderbook` | L2 orderbook for a specific asset |
| `chaingpt_hl_account` | Full account state for a wallet — value / margin / positions / leverage / liquidation prices |
| `chaingpt_hl_fills` | Recent fill history with side / size / price / PnL per fill |
| `chaingpt_hl_funding` | Funding-rate history (hourly) for a perp, with auto-annualized rate at the bottom |
## Common workflows
### "How are my Hyperliquid positions doing?"
```text
chaingpt_hl_account user="0x…"
```
Returns account value, total margin used, every open position with side/size/entry/unrealized-PnL/leverage/liquidation price.
### "Is the BTC funding rate elevated?"
```text
chaingpt_hl_funding coin="BTC" hours=24
```
Last 24 hours of hourly funding. Look at the trend and the annualized rate at the bottom. Above ~50% annualized signals overheated long bias; below 0 signals shorts pay.
### "What's the spread on SOL right now?"
```text
chaingpt_hl_orderbook coin="SOL" depth=10
```
Top 10 levels each side. Compare top-bid vs