Install
openclaw skills install hyperliquid-btc-auto-traderAutonomous BTC-USDC trading bot on Hyperliquid mainnet using multi-timeframe anchored VWAP and strict safety limits for live market execution.
openclaw skills install hyperliquid-btc-auto-traderFully autonomous BTC-USDC trading bot for Hyperliquid mainnet
This skill turns Claude/OpenClaw into a complete, production-grade autonomous trading system using the exact sophisticated multi-timeframe anchored VWAP strategy you requested.
$env:HYPERLIQUID_WALLET_ADDRESS = "0x..."
$env:HYPERLIQUID_PRIVATE_KEY = "0x..."
SKILL.mdAfter the frontmatter, add this richer body (replace everything after the ---):
# Hyperliquid BTC Autonomous Trader
**This skill runs a complete autonomous BTC-USDC trading bot on Hyperliquid mainnet using the sophisticated multi-timeframe anchored VWAP strategy.**
The bot continuously:
- Pulls real 1-minute candles, L2 order book, and recent trades
- Detects market regime and selects the best anchors
- Calculates anchored VWAPs with exponential decay
- Identifies confluence zones
- Combines 6 different signal components into a final score
- Executes real trades when score ≥ ±60
- Enforces every safety limit you specified
All calculations use real Hyperliquid API data (no placeholders).
**How to use this skill**
- Say “Start hyperliquid-btc-auto-trader” to launch the live trading loop
- Say “Show current signal” to see live score, regime, and confluence zones
- Say “Pause the trader” or “Stop the trader” at any time
**Safety first**
All 8 hard safety limits are coded and cannot be bypassed. The bot will never risk more than you allow.
**Ready to trade**
Once started, the bot runs completely autonomously 24/7 until you tell it to stop.