A specialized prime broker layer for Hyperliquid that provides intelligent order routing and liquidity aggregation across native and HIP-3 perp markets.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install hyperliquid-prime
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-prime using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Hyperliquid Prime functions as a sophisticated developer-first layer for the Hyperliquid ecosystem. It bridges the gap between fragmented liquidity pools by acting as a prime broker, allowing users to trade crypto, stocks, and commodities with optimal execution. By integrating this into Openclaw Skills, developers can automate complex trading strategies that involve multiple collateral types and cross-market splitting.
The skill simplifies the complexity of HIP-3 markets by providing a unified interface for market discovery and execution. It handles the heavy lifting of calculating price impact and funding rates, ensuring that every trade is routed to the most efficient venue. This makes it an essential component of any trading-focused implementation of Openclaw Skills where slippage reduction and capital efficiency are priorities.
To get started with this addition to your Openclaw Skills library, install the package via npm:
npm install hyperliquid-prime
Configure your environment by setting your private key for trading operations:
export HP_PRIVATE_KEY=0xyour_private_key_here
For read-only operations like market discovery, quoting, or funding comparisons, no wallet configuration or private key is required.
The skill organizes data around assets, execution plans, and account state. The following table describes the primary data structures:
| Entity | Description |
|---|---|
| Market Metadata | Contains asset name, collateral type, and market tier (Native vs HIP-3). |
| Execution Plan | A structured object containing routing legs, estimated prices, and required collateral swaps. |
| Grouped Positions | A summary of all open trades aggregated by the base asset for easier management. |
| Funding Report | A comparison table of hourly and yearly funding rates across all available venues. |
Loading
An automated tool to download YouTube content and generate high-quality transcriptions with optional timestamps using the VLM Run Orion visual AI.

An automated tool that transforms a city name into a complete travel package including street-level imagery, landmark photos, AI-generated videos, and detailed itineraries.

An expert framework for designing, initializing, and packaging modular capabilities to extend AI agent functionality through specialized workflows.

Meatloop provides real human review and structured verdicts for AI agent queries and image comparisons via email with tamper-evident verification.

A comprehensive lifecycle management tool for creating, configuring, and onboarding AI agents and digital employees.

A high-performance web extraction tool that leverages Microsoft Edge and Playwright to capture content from complex, dynamic web pages.








































