LaunchKit · 2026
Back to Skills

supurr-hyperliquid

Backtest, deploy, and monitor trading bots on Hyperliquid.

0
576 downloads
by @yashagarwal1994

Setup & Installation

openclaw skills install @yashagarwal1994/supurr-hyperliquid

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install supurr-hyperliquid

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.

INPUT

User asks: Deploy a grid bot on BTC with 20 levels between $88,000 and $92,000

AGENT
  1. 1Runs `supurr init --address 0x... --api-wallet 0x...` to configure wallet credentials
  2. 2Generates config with `supurr new grid --asset BTC --levels 20 --start-price 88000 --end-price 92000 --investment 1000`
  3. 3Backtests the config with `supurr backtest -c btc-grid.json -s 2026-01-28 -e 2026-02-01`
  4. 4Deploys the bot with `supurr deploy -c btc-grid.json`
  5. 5Monitors live performance with `supurr monitor --watch`
OUTPUT

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.

Hyperliquid wallet addressHyperliquid API wallet private key (registered via Hyperliquid UI)