← Back to Skills Marketplace
b0on

Hyperliquid Analyzer

by B0on · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
678
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install hyperliquid-analyzer
Description
Analyze Hyperliquid market data and provide trading insights. Real-time price monitoring, trend analysis, and risk assessment.
README (SKILL.md)

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

curl -s https://api.hyperliquid.xyz/info -X POST \
  -H "Content-Type: application/json" \
  -d '{"type": "metaAndAssetCtxs"}' | jq '.[0:4]'

Get Current Prices

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 seconds
Usage Guidance
This skill appears to do what it says (calls Hyperliquid API and parses results), but there are several things to check before installing: - Source and provenance: There is no homepage or source. Ask the publisher for a repository or documentation so you can inspect what will be called and how data is handled. - Wallet privacy: The skill asks for a wallet address (declared as primaryEnv). A wallet address is not a secret key but can be used to fetch on-chain holdings and link activity to you. Only provide it if you trust api.hyperliquid.xyz and the skill owner. - Missing API key declaration: SKILL.md mentions HYPERLIQUID_API_KEY as optional but it is not declared in the registry metadata. If you plan to use an API key, insist it be declared and scoped with least privilege. - Network behavior & polling: The notes on 5-second refreshes imply frequent outbound requests. If you allow autonomous invocation, consider the privacy and rate-limit implications; consider limiting autonomous runs or disabling autonomous invocation until you verify behavior. - Verify endpoints manually: Run the provided curl commands yourself to inspect responses and ensure no unexpected data exchange happens before granting any env vars. Given these inconsistencies and privacy implications, proceed cautiously: request source code or a homepage, confirm how the wallet address is used/stored/transmitted, and avoid putting sensitive credentials into the environment until you can verify the implementation.
Capability Analysis
Type: OpenClaw Skill Name: hyperliquid-analyzer Version: 1.0.0 The skill bundle appears benign. It uses `curl` and `jq` to fetch market data from `https://api.hyperliquid.xyz`, which aligns with its stated purpose of analyzing Hyperliquid market conditions. The `SKILL.md` file describes the skill's features and provides example commands that are consistent with data retrieval, without any evidence of prompt injection, data exfiltration, or other malicious activities. The mention of an optional `HYPERLIQUID_API_KEY` is for 'authenticated requests', a plausible feature for a market analysis tool, and is not misused in the provided examples.
Capability Assessment
Purpose & Capability
Name/description (Hyperliquid market analysis) align with the provided curl calls to api.hyperliquid.xyz and use of curl/jq. However, registry metadata declares HYPERLIQUID_WALLET_ADDRESS as the primary credential while SKILL.md marks the wallet address as optional and also mentions an optional HYPERLIQUID_API_KEY that is not declared in the registry — an inconsistency in declared vs. documented credentials.
Instruction Scope
Runtime instructions are limited to calling api.hyperliquid.xyz and parsing JSON with jq (no filesystem or unrelated env access). But portfolio tracking implies the agent may transmit the provided wallet address (privacy-sensitive) to the external API; SKILL.md doesn't explain exactly how the wallet address is used or whether other user data will be sent. The note about 'data refreshes every 5 seconds' implies frequent polling which could leak activity or hit rate limits.
Install Mechanism
Instruction-only skill with no install steps and only requires standard CLI tools (curl, jq). This minimizes disk-write/remote-executable risk.
Credentials
The skill declares a primaryEnv HYPERLIQUID_WALLET_ADDRESS but lists no required.env in registry; SKILL.md also documents an optional HYPERLIQUID_API_KEY that was not declared. Wallet addresses are not secret keys but are privacy-sensitive and can be linked to on-chain activity; the skill requesting a wallet address without clearly documenting how it is used or protected is disproportionate without more detail.
Persistence & Privilege
No always:true, no installs, and model invocation is allowed (the platform default). The skill does not request elevated persistence or modify other skills/configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install hyperliquid-analyzer
  3. After installation, invoke the skill by name or use /hyperliquid-analyzer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Hyperliquid Market Analyzer. - Provides real-time price monitoring for BTC, ETH, SOL, and HYPE. - Includes market trend analysis (bullish, bearish, neutral) and volatility-based risk assessment. - Offers portfolio balance tracking and price alerts on significant movements. - Supports actionable trading insights and key price level calculations. - No API key required for basic market data; wallet address and API key optional for advanced features.
Metadata
Slug hyperliquid-analyzer
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Hyperliquid Analyzer?

Analyze Hyperliquid market data and provide trading insights. Real-time price monitoring, trend analysis, and risk assessment. It is an AI Agent Skill for Claude Code / OpenClaw, with 678 downloads so far.

How do I install Hyperliquid Analyzer?

Run "/install hyperliquid-analyzer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Hyperliquid Analyzer free?

Yes, Hyperliquid Analyzer is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Hyperliquid Analyzer support?

Hyperliquid Analyzer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Hyperliquid Analyzer?

It is built and maintained by B0on (@b0on); the current version is v1.0.0.

💬 Comments