hyperliquid-analyzer
Analyze Hyperliquid market data and provide trading insights. Real-time price monitoring, trend analysis, and risk assessment.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/b0on/hyperliquid-analyzerWhat This Skill Does
The hyperliquid-analyzer is a specialized agent skill designed to interface directly with the Hyperliquid decentralized exchange infrastructure. It provides users with a comprehensive suite of market intelligence, enabling real-time monitoring of cryptocurrency assets such as BTC, ETH, SOL, and HYPE. By leveraging the Hyperliquid API, this skill performs complex calculations to synthesize raw market data into actionable trading insights, covering trend detection, volatility quantification, and support/resistance mapping. It serves as an automated analyst, constantly scanning the order books and mid-market prices to provide a clear picture of current market sentiment, helping traders maintain a competitive edge without manually parsing API responses.
Installation
To integrate this skill into your OpenClaw agent, use the command line interface to pull the module from the central repository. Run the following command in your terminal:
clawhub install openclaw/skills/skills/b0on/hyperliquid-analyzer
After installation, you can optionally configure your local environment by setting HYPERLIQUID_WALLET_ADDRESS and HYPERLIQUID_API_KEY in your agent's config file if you wish to track portfolio-specific data. No further dependency installation is required as the skill utilizes native HTTP request handlers.
Use Cases
- Market Surveillance: Passive monitoring of high-volatility assets to stay updated on price fluctuations.
- Risk Management: Utilizing the built-in volatility analysis to determine position sizing based on calculated risk levels.
- Automated Reporting: Requesting periodic market summaries to be sent to your dashboard or communication channel.
- Support/Resistance Identification: Using the tool to calculate technical levels before setting limit orders.
Example Prompts
- "Analyze the current market sentiment for BTC and SOL; what is the current risk level?"
- "Give me a summary of my portfolio balance and tell me if ETH is showing strong bullish or bearish momentum right now."
- "Check the current support and resistance levels for HYPE and suggest a stop loss for a long position."
Tips & Limitations
To maximize the utility of the hyperliquid-analyzer, ensure your network connection allows for consistent polling, as the tool refreshes data every 5 seconds. Please note that while the tool calculates technical indicators, these should be used as supplements to, not substitutes for, your own financial strategy. The skill operates under a 120 requests/minute rate limit; avoid spamming large-scale automated queries that may trigger rate-limiting protocols. Always verify high-value transactions directly on the Hyperliquid interface if you are uncertain about execution prices.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-b0on-hyperliquid-analyzer": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api