Hypii Hyperliquid Trader
/install hypii-hyperliquid-trader
🤖 Hypii Hyperliquid Trading Agent
AI-powered trading strategies for Hyperliquid perpetual futures with integrated SkillPay billing.
Features
- 📊 Portfolio Management - View balances, positions, and P&L
- 💰 Price Queries - Real-time price data for any coin
- 📈 DCA Strategy - Automated dollar-cost averaging
- 🔲 Grid Trading - Range-bound automated trading
- 🤖 AI Signals - Trend analysis and trading signals
- 🚀 Auto Trading - Execute trades directly through the agent
Pricing
| Feature | Price | Description |
|---|---|---|
| Free Tier | $0 | 5 calls per day (portfolio, price queries) |
| Basic Call | 0.01 USDT | Simple queries and data retrieval |
| Strategy | 0.05 USDT | DCA, Grid, Signal generation |
| Auto Trade | 0.1 USDT | Execute live trades |
| Pro Monthly | 19.9 USDT | Unlimited everything |
Setup
Prerequisites
- Hyperliquid account with funds
- SkillPay API key (for billing)
- Private key (for trading operations)
Environment Variables
# Required for billing
export SKILLPAY_API_KEY="your_skillpay_api_key"
# For read-only operations
export HYPERLIQUID_ADDRESS="0x..."
# For trading operations
export HYPERLIQUID_PRIVATE_KEY="0x..."
# Optional: Use testnet
export HYPERLIQUID_TESTNET="1"
Installation
# Install dependencies
cd skills/hypii-hyperliquid-trader && npm install
# The skill will be automatically loaded by OpenClaw
Usage
Free Commands (5 per day)
# View portfolio
node index.js portfolio
# Get price
node index.js price BTC
Strategy Commands (0.05 USDT)
# Create DCA strategy
node index.js dca --coin BTC --amount 100 --frequency daily --orders 10
# Create Grid strategy
node index.js grid --coin ETH --lower 2000 --upper 3000 --grids 10 --investment 1000
# Get AI signal
node index.js signal BTC
Trading Commands (0.1 USDT + requires private key)
# Market buy
node index.js buy BTC 0.1
# Market sell
node index.js sell ETH 1.0
# Limit order
node index.js trade --coin BTC --side buy --size 0.1 --price 45000 --type limit
API Reference
Handler Input Format
{
action: 'portfolio' | 'price' | 'dca' | 'grid' | 'signal' | 'trade' | 'buy' | 'sell',
// Action-specific parameters
coin: 'BTC', // For price, signal, trade
amount: 100, // For DCA
frequency: 'daily', // For DCA: 'hourly', 'daily', 'weekly'
totalOrders: 10, // For DCA
lowerPrice: 2000, // For Grid
upperPrice: 3000, // For Grid
grids: 10, // For Grid
totalInvestment: 1000, // For Grid
side: 'buy', // For trade: 'buy' | 'sell'
size: 0.1, // For trade
orderType: 'market', // For trade: 'market' | 'limit'
price: 45000 // For limit orders
}
Response Format
{
success: true,
free: false, // Whether this was a free call
remaining: 3, // Free calls remaining (if applicable)
charged: 0.05, // Amount charged in USDT
data: { ... }, // Response data
message: "..." // Human-readable message
}
Safety Features
- ✅ Slippage Protection - Market orders use 5% slippage protection
- ✅ Position Sizing Warnings - Alerts for large positions (>20% of equity)
- ✅ Price Validation - Warns if limit orders are >5% from market price
- ✅ Free Tier - Try before you pay
- ✅ Transparent Billing - Clear pricing before each operation
Architecture
┌─────────────────────────────────────────────────────────────┐
│ User Request │
│ ↓ │
│ ┌─────────────────┐ │
│ │ Billing Check │ ← Free tier or SkillPay charge │
│ └─────────────────┘ │
│ ↓ │
│ ┌─────────────────────────────────────────────────────────┐│
│ │ Hypii Strategy Engine ││
│ │ ├─ DCA Strategy ││
│ │ ├─ Grid Strategy ││
│ │ ├─ Trend Analysis ││
│ │ └─ Risk Management ││
│ └─────────────────────────────────────────────────────────┘│
│ ↓ │
│ ┌─────────────────┐ │
│ │ Hyperliquid SDK │ ← Execute trades │
│ └─────────────────┘ │
│ ↓ │
│ Response with billing info │
└─────────────────────────────────────────────────────────────┘
Roadmap
- Advanced AI models for signal generation
- Backtesting engine
- Multi-strategy portfolio management
- Social trading features
- Mobile app integration
Support
- GitHub Issues: [Report bugs or request features]
- Discord: [Join our community]
- Email: [email protected]
License
MIT License - See LICENSE file for details
Disclaimer
Trading cryptocurrencies involves significant risk. This tool is for educational and automation purposes. Always do your own research and never trade more than you can afford to lose.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hypii-hyperliquid-trader - 安装完成后,直接呼叫该 Skill 的名称或使用
/hypii-hyperliquid-trader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Hypii Hyperliquid Trader 是什么?
Hypii AI Trading Agent for Hyperliquid perpetual futures. Automated trading strategies with SkillPay micropayment integration. Features: - DCA (Dollar Cost A... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 386 次。
如何安装 Hypii Hyperliquid Trader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hypii-hyperliquid-trader」即可一键安装,无需额外配置。
Hypii Hyperliquid Trader 是免费的吗?
是的,Hypii Hyperliquid Trader 完全免费(开源免费),可自由下载、安装和使用。
Hypii Hyperliquid Trader 支持哪些平台?
Hypii Hyperliquid Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Hypii Hyperliquid Trader?
由 JIAWEI YIN(@jarviyin)开发并维护,当前版本 v1.0.0。