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.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
npx claudepluginhub chaingpt-org/chaingpt-claude-skill --plugin chaingpt