hyperliquid

Installation
Summary

Trade perpetual futures and spot tokens on Hyperliquid's fully on-chain DEX with automatic order execution and risk management.

  • Supports crypto perps (BTC, ETH, SOL) and real-world assets/stocks (xyz:NVDA, xyz:TSLA, xyz:GOLD) with leverage up to asset maximums
  • Includes 17 tools covering account info, market data, limit/market/post-only orders, stop loss/take profit triggers, position management, and fund transfers
  • Agent automatically checks balances, detects asset types, sets leverage, verifies fills, and reports outcomes without requiring manual steps
  • Requires wallet-policy skill activation with wildcard policy to enable EIP-712 order signing and USDC deposits/withdrawals on Arbitrum
SKILL.md

Hyperliquid Trading

Trade perpetual futures and spot tokens on Hyperliquid, a fully on-chain decentralized exchange. Orders are signed using this agent's EVM wallet and submitted directly to the Hyperliquid L1.

Prerequisites

Before trading, the wallet policy must be active. Load the wallet-policy skill and propose the standard wildcard policy (deny key export + allow *). This covers all Hyperliquid operations — USDC deposits, EIP-712 order signing, and withdrawals.

Runtime Model: Agent Tools vs Service Scripts (Important)

Hyperliquid has two execution modes. Use the right one for your workflow:

1) Agent tool mode (chat/task runtime)

Use hl_* tools directly in agent conversations and task scripts that run inside the Starchild tool runtime.

  • 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
Related skills
Installs
6.0K
GitHub Stars
13
First Seen
Mar 13, 2026