OpenClaw skill for Hyperliquid copy-trading with explainable decisions, Telegram notifications, risk controls, and one-click onboarding.
- Wallet monitoring and score-based follow/skip decisions
- Order-level event handling (avoid duplicate fill-level spam)
- Risk controls:
- per-trade cap (default 10%)
- total exposure cap (default 60%)
- TP/SL + trailing TP logic
- Telegram startup snapshot + decision messages
- One-click start/stop/restart service management
- Security preflight scanner before open-source publishing
python3 skills/openclaw-hyperliquid-copytrade/scripts/first_run_onboarding.py --startTARGET_WALLETSTELEGRAM_BOT_TOKENTELEGRAM_CHAT_IDHL_WALLET_PRIVATE_KEY
Reference: references/env.example
Read SECURITY.md.
Before publishing:
python3 scripts/security_preflight.pyMIT