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.
npx agentmods add skills/chaingpt-org/chaingpt-claude-skill/hyperliquidnpx skills add ChainGPT-org/chaingpt-claude-skill --skill hyperliquidgit clone --depth 1 https://github.com/ChainGPT-org/chaingpt-claude-skillWrote 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.
[](https://agentmods.dev/skills/chaingpt-org/chaingpt-claude-skill/hyperliquid)<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>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.
| Model | Per session | Once 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 |
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.
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_actiontool. - 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.
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.
- 6d ago First seen · 73 lines · 113 tokens per session scan A 0aaa91e2c095
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.
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…
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…
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.
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.
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.
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.