From chaingpt
Reads live Hyperliquid mainnet data: markets, mids, orderbook, wallet account state, fills, and funding-rate history. Useful for perp position monitoring, market scanning, account auditing, and funding-rate analysis.
How this skill is triggered — by the user, by Claude, or both
Slash command
/chaingpt:hyperliquidThe summary Claude sees in its skill listing — used to decide when to auto-load this 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.
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.
| 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 |
chaingpt_hl_account user="0x…"
Returns account value, total margin used, every open position with side/size/entry/unrealized-PnL/leverage/liquidation price.
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.
chaingpt_hl_orderbook coin="SOL" depth=10
Top 10 levels each side. Compare top-bid vs top-ask for spread; top-bid-size + top-ask-size for liquidity at the touch.
chaingpt_hl_markets type="perp"
chaingpt_hl_mids
Combine: take the asset list from _markets, the prices from _mids. The two calls cover the whole universe with minimal payload.
chaingpt_hl_submit_signed_action tool.chaingpt-trade.chaingpt-defi.chaingpt-research.All Hyperliquid reads cost 0 ChainGPT credits — the API is free. The credit funnel comes from upstream calls (research, news, signals, audit) the user makes around Hyperliquid trading decisions.
npx claudepluginhub chaingpt-org/chaingpt-claude-skill --plugin chaingptTrades and monitors Hyperliquid perpetual futures: checks balances, views positions with P&L, places and cancels orders, executes market trades with slippage protection.
Executes spot and perpetual futures trades on Hyperliquid with market (IOC) and limit (GTC) orders, sets leverage, manages positions/balances/orders, deposits USDC from Arbitrum.
Fetches Hyperliquid on-chain perpetuals analytics from AiCoin API v3: whale positions, liquidations, open interest, trader stats, funding history. Useful for crypto whale tracking.