hyperliquid

hyperliquid is a skill for Claude Code from ChainGPT-org/chaingpt-claude-skill. It costs 113 tokens per session (864 once invoked), scanned A, original, MIT.

A read-only assistant for live Hyperliquid, a cryptocurrency trading platform, market and account data.

In plain words
What is it for?
Use it to review markets, prices, order books, wallet positions, fills, leverage, liquidation prices, and historical funding rates.
Why use it?
It lets you inspect current trading information without placing signed orders.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the chaingpt plugin — 24 skills, 1 command, 3 agents, 1 hook, 1 MCP server shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/chaingpt-org/chaingpt-claude-skill/hyperliquid
Any agent
npx skills add ChainGPT-org/chaingpt-claude-skill --skill hyperliquid
Clone the repo
git clone --depth 1 https://github.com/ChainGPT-org/chaingpt-claude-skill

Made for: Claude Code.

Or install chaingpt, the plugin that ships this one along with the rest of its 24 skills, 1 command, 3 agents, 1 hook, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for hyperliquid

README.md
[![agentmods](https://agentmods.dev/badge/skills/chaingpt-org/chaingpt-claude-skill/hyperliquid.svg)](https://agentmods.dev/skills/chaingpt-org/chaingpt-claude-skill/hyperliquid)
Your own site
<a href="https://agentmods.dev/skills/chaingpt-org/chaingpt-claude-skill/hyperliquid"><img src="https://agentmods.dev/badge/skills/chaingpt-org/chaingpt-claude-skill/hyperliquid.svg" alt="Measured on agentmods" height="20"></a>
Per session 113 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 864 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00113 $0.00864
Opus 5 $0.00056 $0.00432
Sonnet 5 $0.00023 $0.00173
Haiku 4.5 $0.00011 $0.00086

Measured 6d ago against content hash 0aaa91e2c095, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

hyperliquid scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/hyperliquid/SKILL.md · 73 lines

How it starts

The opening of the file, as written. The whole thing — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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?"

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?"

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?"

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.

"Show me everything trading on Hyperliquid"

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.

What this skill does NOT do (yet)

  • Place orders — coming in a follow-up. Will use the custody-free pattern: plugin returns the action payload + EIP-712 typed data; user signs externally and submits via a separate chaingpt_hl_submit_signed_action tool.
  • Cancel orders — same constraint as place.
  • Modify leverage or transfer between perp / spot / vault — same constraint.
  • Subaccount management — Hyperliquid supports vault-style subaccounts; not exposed in v1.6.

Read the full file on GitHub · 73 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 73 lines · 113 tokens per session scan A 0aaa91e2c095

Subscribe to this mod's changes

hyperliquid is a skill published in the GitHub repository ChainGPT-org/chaingpt-claude-skill (16 stars, last pushed 6d ago), licensed MIT. It adds 113 tokens to every session and 864 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

optimize-ousd-allocation

Analyze and recommend optimal OUSD capital rebalancing across all enabled strategies — the three Morpho strategies (Ethereum, Base, HyperEVM), the Curve OUSD/USDC AMO, and the OUSD Vault buffer — to maximize total annual USDC earnings, subject to production constraints and redemption liquidity. Trusts on-chain reads…

OriginProtocol/origin-dollar · 170 tokens

perp-cli

Multi-DEX perpetual futures trading via the perp-cli command-line tool. Use when user asks to: trade perps, check funding rates, scan/execute arbitrage (perp-perp or spot-perp), run delta-neutral strategies, bridge USDC across chains, manage positions/orders/leverage, deposit/withdraw, hedge spot+perp, trade HIP-3…

hypurrquant/perp-cli · 152 tokens

suwappu

Build with the Suwappu REST API: cross-chain quotes, simulation, self-custody or managed swaps, managed-wallet portfolio/prices, Polymarket research and orders, Hyperliquid market research, and Morpho lending-market research.

0xSoftBoi/suwappubot · 55 tokens

suwappu-dex

Use Suwappu's hosted MCP server for cross-chain quotes, swap simulation and unsigned transaction preparation, managed-wallet portfolio reads, prices, prediction-market research, Hyperliquid research, and Morpho market data.

0xSoftBoi/suwappubot · 50 tokens

defi-protocols

DeFi protocol authority — flashloans, AMM design, lending markets, concentrated liquidity, MEV, triangular and cross-DEX arbitrage, stablecoin depeg dynamics, and on-chain capital routing across Uniswap V3, Aerodrome, Balancer, Curve, and Aave V3 on Ethereum, Base, Arbitrum, Optimism, and Polygon.

LuuOW/meridian-mcp · 81 tokens

ethereum-defi

Ethereum DeFi skill — query balances, get Chainlink prices, estimate gas, resolve ENS names, call smart contracts, ABI-encode functions, interact with ERC-8004 agent registry, query EAS attestations.

tenzro/tenzro-network · 48 tokens