Hyperliquid Market Analyzer for Openclaw

A specialized market analysis utility for the Hyperliquid DEX that provides real-time price tracking, trend detection, and automated risk scoring.

b0on
v1.0.0
Feb 17, 2026
1
1.3k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install hyperliquid-analyzer

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install hyperliquid-analyzer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Hyperliquid Market Analyzer?

The Hyperliquid Market Analyzer is a robust technical skill designed to bridge the gap between decentralized exchange data and actionable intelligence. By integrating this tool into your Openclaw Skills collection, you gain the ability to monitor high-frequency market data for assets like BTC, ETH, and SOL without needing a complex proprietary infrastructure. It leverages the Hyperliquid API to fetch mid-prices and asset contexts, providing a foundation for automated trading workflows.

This skill is particularly valuable for developers building AI agents that require current market sentiment and volatility metrics. It simplifies the process of data acquisition and normalization, allowing agents to focus on high-level decision-making and portfolio management. Whether used for simple price alerts or as a core component of a sophisticated trading bot, it delivers reliability and speed.

Hyperliquid Market Analyzer Use Cases

  • Tracking real-time price fluctuations for major crypto assets like BTC, ETH, and SOL.
  • Analyzing market trends to determine bullish or bearish momentum for automated agents.
  • Assessing risk levels based on asset volatility and price swing magnitude.
  • Monitoring portfolio balances and tracking asset performance via Openclaw Skills.
  • Identifying support and resistance levels to optimize entry and exit points for trades.

How Hyperliquid Market Analyzer Works

  1. The skill initiates a POST request to the Hyperliquid info API endpoint to retrieve market metadata.
  2. Data is filtered and parsed using jq to extract specific asset mid-prices and context information.
  3. The system calculates trend indicators by comparing real-time data against recent price history.
  4. Risk assessment algorithms analyze price volatility to assign a normalized risk score.
  5. The processed insights are output in a structured format suitable for human review or agent-led automation.

Hyperliquid Market Analyzer Setup

To get started, ensure your environment has the necessary dependencies installed:

sudo apt-get install curl jq

Then, configure your environment variables if you plan to track a specific portfolio:

export HYPERLIQUID_WALLET_ADDRESS="your_wallet_address"
export HYPERLIQUID_API_KEY="your_api_key_optional"

You can verify the setup by running a quick price check:

curl -s https://api.hyperliquid.xyz/info -X POST -H "Content-Type: application/json" -d '{"type": "allMids"}' | jq

Hyperliquid Market Analyzer Data Schema & Taxonomy

The skill organizes market data into several key components to facilitate deep analysis:

Component Source Purpose
allMids API (allMids) Real-time price tracking of all available pairs
metaAndAssetCtxs API (meta) Retrieves funding rates, open interest, and 24h volume
Trend Vector Calculated Determines if short-term price action is Bullish, Bearish, or Neutral
Risk Index Calculated A 1-5 scale based on intraday volatility
Portfolio Stats API (wallet) Tracks balances and PnL when a wallet address is provided

Hyperliquid Market Analyzer Advanced Features

  • Real-time price monitoring for high-liquidity assets including BTC, ETH, SOL, and HYPE.
  • Automated volatility analysis for dynamic risk management within Openclaw Skills.
  • Support for authenticated requests to bypass lower rate limits on public endpoints.
  • Integration-ready JSON output for seamless handoffs to other automated trading modules.
  • Custom alert triggers based on percentage-based price movements or trend shifts.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*