Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Supurr is a CLI tool for backtesting, deploying, and monitoring automated trading bots on Hyperliquid. It supports Grid, DCA, and Spot-Perp Arbitrage strategies across Native Perps, Spot markets (USDC/USDH), and HIP-3 sub-DEXes. Configs are stored locally and bots run against live or historical price data.
It covers the full lifecycle from config generation to backtesting to live deployment in a single CLI, without needing separate tools for each step.
When to use it
- Backtesting a BTC grid strategy before committing real capital
- Running a DCA bot that auto-restarts after hitting take profit
- Deploying a spot-perp arbitrage bot to capture funding spread on HYPE
- Monitoring multiple live bots across different markets in real time
- Trading from a vault or subaccount with signature-authenticated stops
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Deploy a grid bot on BTC with 20 levels between $88,000 and $92,000
- 1Runs `supurr init --address 0x... --api-wallet 0x...` to configure wallet credentials
- 2Generates config with `supurr new grid --asset BTC --levels 20 --start-price 88000 --end-price 92000 --investment 1000`
- 3Backtests the config with `supurr backtest -c btc-grid.json -s 2026-01-28 -e 2026-02-01`
- 4Deploys the bot with `supurr deploy -c btc-grid.json`
- 5Monitors live performance with `supurr monitor --watch`
Active grid bot trading BTC-USDC across 20 price levels, with real-time PnL visible in the terminal
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.