← 返回 Skills 市场
678
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install hyperliquid-analyzer
功能描述
Analyze Hyperliquid market data and provide trading insights. Real-time price monitoring, trend analysis, and risk assessment.
使用说明 (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
- Trend Detection: Identifies short-term and medium-term trends
- Volatility Analysis: Measures price swings for risk assessment
- Support/Resistance: Calculates key price levels
- 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 trackingHYPERLIQUID_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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hyperliquid-analyzer - 安装完成后,直接呼叫该 Skill 的名称或使用
/hyperliquid-analyzer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Hyperliquid Analyzer 是什么?
Analyze Hyperliquid market data and provide trading insights. Real-time price monitoring, trend analysis, and risk assessment. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 678 次。
如何安装 Hyperliquid Analyzer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hyperliquid-analyzer」即可一键安装,无需额外配置。
Hyperliquid Analyzer 是免费的吗?
是的,Hyperliquid Analyzer 完全免费(开源免费),可自由下载、安装和使用。
Hyperliquid Analyzer 支持哪些平台?
Hyperliquid Analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Hyperliquid Analyzer?
由 B0on(@b0on)开发并维护,当前版本 v1.0.0。
推荐 Skills