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.
Related Guides
AI Agent for Product Research
Browse AI agent skills for product research, competitive analysis, customer discovery, and structured product decision support.
AI Agent for SaaS Idea Validation
Use AI agent skills for SaaS idea validation, market research, customer discovery, competitor analysis, and documenting startup hypotheses.
Best AI Skills for ChatGPT
Find the best AI skills to adapt into ChatGPT workflows for research, writing, summarization, planning, and repeatable assistant tasks.
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
Profit Margin Analyzer
Analyze and optimize profit margins across your business. Identifies margin compression, pricing opportunities, and cost levers.
Pricing Strategy Analyzer
Analyze and optimize pricing for any product or service. Covers value-based, cost-plus, competitive, and tiered pricing models.
Portfolio Risk Analyzer
Complete investment portfolio risk management system. Analyze positions, calculate risk metrics, stress test scenarios, optimize allocations, and generate institutional-grade risk reports — all without external APIs.
Commercial Lease Analyzer
Analyze commercial leases (office, retail, industrial, warehouse) for hidden costs, unfavorable terms, and negotiation leverage. Use when reviewing a new lease, renegotiating a renewal, or comparing multiple lease options.
Franchise Operations Analyzer
Evaluate franchise opportunities and manage multi-unit operations with data-driven frameworks.
Financial Due Diligence Analyzer
Run comprehensive financial due diligence on acquisition targets, investment opportunities, or partnership prospects. Built for PE firms, corporate development teams, and founders evaluating deals.
Employee Retention & Turnover Risk Analyzer
Diagnose why people leave. Fix it before they do.
Contract Analyzer
Analyzes contracts and agreements for risks, unusual terms, and missing clauses
Churn Risk Analyzer
Identify customers most likely to churn before they leave. Uses behavioral signals, usage patterns, and engagement data to score accounts and recommend retention actions.
simple-tech-analyzer - 简易技术分析器
**版本**: 1.0.0
seo-analyzer
Analyzes websites for SEO opportunities. Generates keyword ideas, checks on-page SEO factors, and provides actionable optimization recommendations.
sentiment-analyzer
Analyzes sentiment from social media, news headlines, and financial text. Outputs positive/negative/neutral scores with confidence levels and key phrase extraction.