hyperliquid

hyperliquid

starchild-ai-agent 18 ↓ 8.4k updated 25d ago
Claude Code
View source ↗

What it does

  • Best for: human-in-the-loop operations, ad-hoc trades, monitoring flows, orchestration across multiple skills
  • Strength: fastest integration with built-in verification workflow (check → execute → verify)
  • Limitation: hl tools are tool-runtime capabilities, not normal Python imports
  • Use skills/hyperliquid/client.py (HyperliquidClient)
  • This is the recommended path for always-on bots (grid/maker/rebalancer) that should not depend on localhost agent-chat bridging
  • hl tools are not importable as from ... import hlorder in plain Python services
  • Understand account modes or fund transfers

Requirements & configuration

  • | hlbalances | See your token holdings (USDC, HYPE, etc.) |
  • You don't need to:
  • Spot orders use the same interface — just specify the token name.
  • Note: Usually not needed - funds are automatically shared. Only use if you get an error saying you need to transfer.
  • Sends USDC from the agent's Arbitrum wallet to the Hyperliquid bridge contract. Minimum deposit: 5 USDC. Requires USDC balance on Arbitrum.

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

hyperliquid FAQ

What does the hyperliquid skill do?

| Trade perp futures, spot, and RWA on Hyperliquid DEX with up to asset max leverage. Best for: human-in-the-loop operations, ad-hoc trades, monitoring flows, orchestration across multiple skills Strength: fastest integration with built-in verification workflow (check → execute → verify)

What does hyperliquid require?

| hlbalances | See your token holdings (USDC, HYPE, etc.) | You don't need to: Spot orders use the same interface — just specify the token name. Note: Usually not needed - funds are automatically shared. Only use if you get an error saying you need to transfer. Sends USDC from the agent's Arbitrum wallet to the Hyperliquid bridge contract. Minimum deposit: 5 USDC. Requires USDC balance on Arbitrum.

How do I install hyperliquid?

Run: npx -y skills add https://github.com/starchild-ai-agent/official-skills --skill hyperliquid --agent claude-code — the source lives at github.com/starchild-ai-agent/official-skills.

Maintain hyperliquid?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

hyperliquid on getagentictools
[![hyperliquid on getagentictools](https://getagentictools.com/badge/skills/starchild-ai-agent-official-skills-hyperliquid.svg)](https://getagentictools.com/skills/starchild-ai-agent-official-skills-hyperliquid?ref=badge)
npx agentictools info skills/starchild-ai-agent-official-skills-hyperliquid

The second line is the CLI lookup for this page — handy in READMEs and docs.