TopRank Skills

Home / Claw Skills / 监控 / hyperliquid-analyzer
Official OpenClaw rules 54%

hyperliquid-analyzer

Analyze Hyperliquid market data and provide trading insights. Real-time price monitoring, trend analysis, and risk assessment.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 hyperliquid-analyzer 技能。 若已安装,则直接安装 hyperliquid-analyzer 技能。

Overview

Skill Key
b0on/hyperliquid-analyzer
Author
b0on
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/b0on/hyperliquid-analyzer
Latest Commit SHA
5e997d6b7facbbdddefa2115d7f94552f085edb3

Extracted Content

SKILL.md excerpt

# 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 seconds

Related Claw Skills

0xnyk

xint

★ 49

X Intelligence CLI — search, monitor, analyze, and engage on X/Twitter. TypeScript + Bun. AI agent skill.

heyixuan2

bambu-studio-ai

★ 41

Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).

jackculpan

flightclaw

★ 32

Track flight prices from Google Flights with this OpenClaw skill. Search routes, monitor prices, and get alerts when prices drop.

openclaw-trade

openclaw-trading-assistant

★ 24

openclaw trading assistant| openclaw trading skill | nof1.ai & openclaw [moltbot] collaboration | We get the best practices from alpha arena trading seasons and bring it to clawdbot All top AI agents, realtime monitoring and news research, gather info from private insiders and many other! Using Hyperliquid API.

xquik-dev

x-twitter-scraper

★ 16

X (Twitter) automation skill for AI coding agents. Tweet search, user lookup, follower/following extraction, media download, reply/retweet/quote extraction, 40+ tools, account monitoring & trending topics. REST API, MCP server, HMAC webhooks. Works with Claude Code, Cursor, Codex, Copilot, Windsurf & 40+ agents.

mohsinkhadim59

Openclaw-Setup

★ 8

Step-by-step guides for installing and running OpenClaw, an open-source AI agent, on Mac, Linux VPS, and AWS covering setup, security, messaging channels, Google integration, skills, and monitoring.