A specialized market analysis utility for the Hyperliquid DEX that provides real-time price tracking, trend detection, and automated risk scoring.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install hyperliquid-analyzer
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-analyzer 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 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.
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
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 |
Loading
A sophisticated AI agent skill for managing aria2 downloads through a secure JSON-RPC 2.0 interface.

An AI-powered skill that drafts and manages personalized Gmail responses based on specific client profiles and templates.

A robust multi-model fallback system that ensures AI agent reliability by automatically switching to backup models during primary API failures.

A high-signal AI agent skill that curates and summarizes the top 92 global tech blogs into personalized, multi-language daily briefings.

An advanced anti-detection web browsing skill that leverages puppeteer-extra and residential proxies to bypass sophisticated bot protections.

An intelligent scanner that extracts assignment deadlines from course PDFs and suggests a personalized study schedule.








































