A professional-grade tool for managing Hyperliquid perpetual futures, enabling portfolio monitoring and secure trade execution through an AI agent.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install hyperliquid-trading
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install hyperliquid-trading using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Hyperliquid skill is a specialized integration designed for the Openclaw Skills ecosystem, providing seamless access to the Hyperliquid perpetual futures exchange. It allows developers and traders to interact with their accounts using a command-line interface that an AI agent can interpret and execute. Whether you need to check your unrealized P&L, monitor account equity, or place high-precision limit orders, this skill bridges the gap between raw exchange APIs and actionable AI workflows.
This skill supports both read-only operations using public addresses and full trading capabilities using private keys. It emphasizes safety with built-in slippage protection for market orders and rigorous parameter confirmation steps. By incorporating this into your Openclaw Skills setup, you gain a powerful ally for crypto asset management and automated trading strategies.
First, navigate to the scripts directory and install the required dependencies:
cd skills/hyperliquid/scripts && npm install
Configure your environment variables based on your needs:
# For read-only access
export HYPERLIQUID_ADDRESS=0xYourAddress
# For full trading access
export HYPERLIQUID_PRIVATE_KEY=0xYourPrivateKey
# Optional: Enable Testnet
export HYPERLIQUID_TESTNET=1
The skill interacts with the Hyperliquid API and returns structured JSON data. Below is how the data is categorized:
| Data Type | Description |
|---|---|
| Portfolio | Total equity, available margin, and withdrawable balance. |
| Positions | Detailed list including size (in base currency), entry price, and unrealized P&L. |
| Orders | Active limit orders with IDs, prices, and quantities. |
| Fills | Historical trade data including executed price and fee information. |
| Market Meta | List of all tradable coins and their specific exchange parameters. |
Loading
An expert AI agent skill for generating production-ready, containerized, and strictly typed Django REST Framework architectures.

A versatile skill for generating customizable QR codes and barcodes for various data types including URLs and WiFi credentials.

A structured framework guide for AI agents to create and refine technical documentation using the Diataxis methodology.

A pioneering spiritual practice system co-created by humans and AI for structured daily meditation, reflection, and philosophical growth.

Mamo is a DeFi yield aggregator that automates asset management between Moonwell and Morpho on the Base network.

A real-time financial monitoring and budget enforcement tool designed to track LLM costs and API spend for AI agents.








































