hyperliquid-analyzer
Analyze Hyperliquid market data and provide trading insights. Real-time price monitoring, trend analysis, and risk assessment.
Best use case
hyperliquid-analyzer is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Analyze Hyperliquid market data and provide trading insights. Real-time price monitoring, trend analysis, and risk assessment.
Teams using hyperliquid-analyzer should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/hyperliquid-analyzer/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How hyperliquid-analyzer Compares
| Feature / Agent | hyperliquid-analyzer | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Analyze Hyperliquid market data and provide trading insights. Real-time price monitoring, trend analysis, and risk assessment.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Hyperliquid Market Analyzer
Analyze market conditions on Hyperliquid DEX and provide actionable trading insights.
## Features
- Real-time price monitoring for BTC, ETH, SOL, HYPE
- Market trend analysis (bullish/bearish/neutral)
- Risk assessment based on volatility
- Portfolio balance tracking
- Price alerts on significant movements
## Usage
### Check Market Status
```bash
curl -s https://api.hyperliquid.xyz/info -X POST \
-H "Content-Type: application/json" \
-d '{"type": "metaAndAssetCtxs"}' | jq '.[0:4]'
```
### Get Current Prices
```bash
curl -s https://api.hyperliquid.xyz/info -X POST \
-H "Content-Type: application/json" \
-d '{"type": "allMids"}' | jq '{BTC: .BTC, ETH: .ETH, SOL: .SOL}'
```
## Analysis Capabilities
1. **Trend Detection**: Identifies short-term and medium-term trends
2. **Volatility Analysis**: Measures price swings for risk assessment
3. **Support/Resistance**: Calculates key price levels
4. **Sentiment**: Aggregates market sentiment indicators
## Example Output
```
📊 Hyperliquid Market Analysis
Current Prices:
BTC: $67,743 (+2.1% 24h)
ETH: $1,971 (+1.5% 24h)
SOL: $84.14 (-0.3% 24h)
Trend: BULLISH
Volatility: MEDIUM
Risk Level: 3/5
Recommendation:
BTC showing strong momentum. Consider long positions
with stop loss at $66,500.
```
## Configuration
Optional environment variables:
- `HYPERLIQUID_WALLET_ADDRESS`: Your wallet for portfolio tracking
- `HYPERLIQUID_API_KEY`: API key for authenticated requests
## Notes
- Free to use, no API key required for basic features
- Rate limit: 120 requests/minute
- Data refreshes every 5 secondsRelated Skills
hyperliquid
Read-only Hyperliquid market data assistant (perps + spot optional) with support for natural-language requests and deterministic command parsing (terminal-style `hl ...` and slash-style `/hl ...`). Use to fetch quotes (mark/mid/oracle/funding/OI/volume), top movers, funding rankings, L2 order book, and candle snapshots via https://api.hyperliquid.xyz/info, and to format results for chat.
hyperliquid-prime
Trade on Hyperliquid's perp markets (native + HIP-3) with intelligent order routing and cross-market splitting. Use when the user wants to trade crypto, stocks, or commodities on Hyperliquid, get best execution across fragmented markets, split large orders across multiple venues, compare funding rates, view aggregated orderbooks, or manage positions across multiple collateral types. Routes across both native HL perps (ETH, BTC) and HIP-3 deployer markets. Handles collateral swaps (USDC→USDH/USDT0) automatically during execution when the best liquidity requires it.
hyperliquid-perps
Paper and live perpetual futures trading on Hyperliquid. Smart leverage (1x/3x/5x based on signal strength), OBV divergence, auto-stop-loss. Use for Hyperliquid trading, perp automation, or leverage management.
hyperliquid-mcp-server
🔗 Connect Claude Code to the power of Hyperliquid DEX with the fully implemented Model Context Protocol (MCP) server for seamless interactions.
crypto-intel-security-analyzer
Analyze Solidity code for common vulnerabilities and security issues with smart contract auditing checklist.
txray-mev-analyzer
MEV/EVM transaction analysis agent that explains swaps, arbitrage, token flows, and contract interactions in plain language.
ethereum-transaction-analyzer
AI agent skill for analyzing on-chain transactions, detecting MEV, and tracing fund flows.
8004-skill
ERC-8004 Trustless Agents - Register and manage AI agent identities on TRON and BSC blockchains with on-chain reputation tracking
8004-MCP - Agent Registry Protocol
Multi-chain MCP server for ERC-8004 Agent Registry. Query agents, reputation, and feedback across Solana + EVM chains.
supurr
Backtest, deploy, and monitor trading bots on Hyperliquid. Supports Grid, DCA, and Spot-Perp Arbitrage strategies across Native Perps, Spot markets (USDC/USDH), and HIP-3 sub-DEXes.
senpi-skills
Agent Skills for autonomous crypto trading on Hyperliquid — trailing stops, market scanning, position management, and more.
sdks
Official Azex SDKs — TypeScript, Python, MCP Server, CLI for the crypto-native LLM API gateway