Hyperliquid (ChainGPT)

Live read-only Hyperliquid mainnet data — markets, orderbook, account state, funding — via the ChainGPT MCP server.

Works with setup

Test report

Verdict
Works with setup
Score
9.6/10
Tested
Jul 16, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Jul 18, 2026 · 5ea9f5e

Built and ran the real mcp-server over stdio against live Hyperliquid mainnet endpoints — chaingpt_hl_funding's auto-annualized BTC rate (10.95%) matched an independent manual curl-plus-arithmetic baseline exactly; the skill folder alone is inert on its own since the plugin's mcp-server (a sibling of, not inside, skills/hyperliquid) must be separately built and registered.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What Hyperliquid (ChainGPT) does

Reads live Hyperliquid perp/spot data (markets, mid prices, orderbook, account state, fills, funding-rate history with auto-annualization) through the ChainGPT plugin's bundled MCP server. Triggers on Hyperliquid/HL/perps/funding-rate/orderbook requests; v1.6 is explicitly read-only, signed order placement is a stated follow-up.

How to install Hyperliquid (ChainGPT)

git clone https://github.com/ChainGPT-org/chaingpt-claude-skill
mkdir -p ~/.claude/skills
cp -r chaingpt-claude-skill/skills/hyperliquid ~/.claude/skills/hyperliquid

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Hyperliquid (ChainGPT)

  • /hyperliquid Live read-only Hyperliquid mainnet data — markets, orderbook, account state, funding — via the ChainGPT MCP server.

It also activates on plain-language prompts like these:

  • Is BTC funding on Hyperliquid elevated right now, check the live rate
  • Show me the current orderbook for ETH perps on Hyperliquid mainnet
  • What's my account state and open fills on Hyperliquid right now?

Frequently asked questions

Is the Hyperliquid (ChainGPT) skill free?
Yes. The skill itself is free from ChainGPT-org/chaingpt-claude-skill. SkillProof publishes the install command and an independent test verdict at no cost.
Does Hyperliquid (ChainGPT) work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Works with setup. Built and ran the real mcp-server over stdio against live Hyperliquid mainnet endpoints — chaingpt_hl_funding's auto-annualized BTC rate (10.95%) matched an independent manual curl-plus-arithmetic baseline exactly; the skill folder alone is inert on its own since the plugin's mcp-server (a sibling of, not inside, skills/hyperliquid) must be separately built and registered.
What is the Hyperliquid (ChainGPT) SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install Hyperliquid (ChainGPT)?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Hyperliquid (ChainGPT) with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.