hyperliquid

The hyperliquid skill enables AI agents to trade perpetual futures, spot tokens, and real-world assets (RWA) on the Hyperliquid decentralized exchange. It provides tools for order management, account monitoring, fund transfers, and market data retrieval.

8.1K
Installs
5
Use cases
5/10
Quality

Is hyperliquid safe to install?

Review the source first

Review the source first: our audit of hyperliquid's source files found 0 shell commands, 0 external URLs, no file writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill performs financial transactions, including order placement, fund transfers, and withdrawals, which involve real assets.

How we audit skills: our security review methodology.

Who is this skill for?

Users who want to automate trading strategies, manage portfolios, or execute ad-hoc trades on the Hyperliquid DEX using an AI agent.

What can you do with it?

  • Placing limit and market orders for crypto and RWA perps
  • Setting take-profit and stop-loss orders
  • Monitoring account balances, open positions, and PnL
  • Depositing and withdrawing USDC between Arbitrum and Hyperliquid
  • Retrieving market data, funding rates, and price candles

How good is this skill?

Quality score: 5/10. The documentation is comprehensive, providing clear instructions for both agent-tool usage and standalone service integration. It includes specific guidelines for asset resolution and risk management.

What does the skill file contain?

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 righ...

Frequently asked questions

How do I trade RWA or stocks like NVIDIA?

Use the 'xyz:' prefix before the ticker, such as 'xyz:NVDA' or 'xyz:GOLD'. These assets are managed via the builder dex.

How do I check my available margin?

Always use the 'hl_total_balance' tool. Do not use 'hl_account' or 'hl_balances' for margin checks as they may not reflect available funds accurately.

What is the minimum deposit amount?

The minimum deposit from Arbitrum is 5 USDC.

How do I verify if my order filled?

The agent should automatically call 'hl_fills' after placing any order to verify the execution.

Data sourced from starchild-ai-agent/official-skills on GitHub. Install counts from skills.sh. The summary and security audit are derived from the skill's source files: every command and URL listed appears verbatim in the source.

Related skills