hyperliquid

Manage Hyperliquid perpetuals positions and orders via CLI commands.

71|22|Updated Apr 6, 2020
One-click install
npx skills add https://github.com/nirholas/agenti --skill hyperliquid-nirholas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyperliquid
Source: https://github.com/nirholas/agenti/tree/main/packages/protocols/x402-cloddsbot/src/skills/bundled/hyperliquid
Command: npx skills add https://github.com/nirholas/agenti --skill hyperliquid-nirholas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hyperliquid provides fast, programmatic access to a dominant perpetuals DEX, consolidating market data, order management, and risk controls into a single CLI workflow to reduce manual trading overhead.

Core Features & Use Cases

  • Access 130+ perpetual markets and spot data from a CLI, enabling rapid market overview, order placement, and position management without a GUI.
  • Manage positions, view balances, and place market or limit orders with TWAP/spot support, all programmable in scripts or interactive sessions.
  • Example use case: a trader runs /hl balance to review equity, then executes /hl long BTC 0.5 to open a position, and uses /hl close BTC to exit.

Quick Start

Configure wallet credentials and run /hl balance to view your Hyperliquid balance.

Frequently Asked Questions about hyperliquid

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage perpetual DEX positions and place orders from a CLI?

You can manage perpetual DEX positions by running CLI commands to view balances, open long or short positions, and execute market or limit orders across 130+ perpetual markets. It supports TWAP and spot orders for automated trading workflows without needing a GUI.

What is the best way to automate trading workflows on a perpetuals DEX?

The best way to automate trading workflows on a perpetuals DEX is using a CLI interface that consolidates market data, order management, and risk controls. You can programmatically script commands for rapid market reactions and portfolio management across multiple markets.

Can I track my portfolio balance and open positions without a graphical interface?

Yes, you can track your portfolio balance and open positions without a GUI by executing a simple balance command in the CLI. This retrieves your equity data and current position status directly in the terminal for quick portfolio reviews.

Does the Hyperliquid CLI support limit orders and leverage management?

Yes, the Hyperliquid CLI supports limit orders, leverage management, and TWAP execution. You can adjust leverage and place complex order types programmatically to maintain precise risk controls over your perpetuals portfolio.

What do I need to configure before trading perpetual markets via command line?

Before trading perpetual markets via command line, you need to configure your wallet credentials. Once your API keys are set up, you can immediately query balances and execute trades across supported spot and perp markets.

Why use a CLI for crypto trading instead of a web-based DEX interface?

Using a CLI for crypto trading reduces manual overhead by enabling scriptable, programmatic access to market data and order placement. It allows for rapid market reactions and automated risk management across 130+ markets without GUI interaction.