Superior-Trade

33 mods across 1 repository, 206 stars between them.

superior-skills

02

Superior-Trade/superior-skills

Plugin Claude Code

Agent-native trading skills for Superior Trade — onboard with an API key, then backtest and deploy v2 Hyperliquid/Aerodrome and v3 Polymarket/Lighter strategies. Skills load from the skills/ directory.

206 4d ago A tokens not measured original MIT

superior-trade-auth

03

Superior-Trade/superior-skills

Skill Claude CodeCodex

Request and use a Superior Trade API key for https://api.superior.trade. Use when an agent needs to onboard a user by email, request an API key with POST /auth/sign-in/magic-link, set up x-api-key authentication, or recover from missing/invalid Superior Trade credentials (401/403) before backtesting or deploying a…

206 4d ago A 77 tokens original MIT

aerodrome

04

Superior-Trade/superior-skills

Skill Claude CodeCodex

Use when creating, validating, backtesting, deploying, sizing, or troubleshooting Aerodrome/Base spot trading strategies through the Superior Trade API, especially Freqtrade configs using exchange.name "aerodrome", AERO/USDC or CHECK/USDC pairs, AMM market swaps, wallet/gas balance checks, no-orderbook pricing, or…

206 4d ago A 83 tokens original MIT

backtesting

05

Superior-Trade/superior-skills

Skill Claude CodeCodex

Use when running, interpreting, or designing backtests on Superior Trade — anything about backtest windows, trade-count thresholds, exit-reason mix, parameter sweeps, walk-forward validation, zero-trade diagnosis, compute-cost estimation, or "is this backtest result trustworthy?". Pair with the relevant strategy…

206 4d ago A 73 tokens original MIT

basis-arb

06

Superior-Trade/superior-skills

Skill Claude CodeCodex

Use when the user asks for spot-perp basis trade, basis arbitrage, cash-and-carry, perp discount, or any setup that reads the spot–perp basis as a positioning signal. Long-perp leg only — pure two-leg basis arb requires a paired spot short (or long) which Freqtrade can't run cleanly. The strategy below captures the…

206 4d ago A 87 tokens original MIT

Superior-Trade/superior-skills

Skill Claude CodeCodex

Use when writing a symmetric Bollinger-band mean-reversion strategy on the 4h timeframe — BB reverter, range trader, chop strategy, ADX<25 mean reversion, band-fade with a minimalroi ladder. Long-or-short on 2-sigma band touches with RSI confirmation. Validated on BTC/ETH/SOL/DOGE; numbers and the exact ROI ladder are…

206 4d ago A 91 tokens original MIT

breakout

08

Superior-Trade/superior-skills

Skill Claude CodeCodex

Use when writing a swing/intraday breakout strategy on Superior Trade — anything described as breakout, momentum, trend following, 12-hour high, range expansion, riding new highs, Donchian breakout. Note this template was unprofitable in our reference backtest (long-only in a -13% market); explain regime sensitivity…

206 4d ago A 73 tokens original MIT

Superior-Trade/superior-skills

Skill Claude CodeCodex

Use when a Polymarket prediction-market thesis rests on an external event — CPI, Fed, elections, court rulings, ETF decisions — and needs market confirmation before committing.

206 4d ago A 41 tokens original MIT

dca-weekly

10

Superior-Trade/superior-skills

Skill Claude CodeCodex

Use when writing, validating, or troubleshooting a recurring scheduled buy strategy (DCA, dollar-cost averaging, weekly buys, daily buys, monthly accumulation, accumulator) on Superior Trade — especially anything that should "buy more of the same pair" on a calendar trigger rather than a price trigger.

206 4d ago A 63 tokens original MIT

deposit-qr

12

Superior-Trade/superior-skills

Skill Claude CodeCodex

Use when a user needs a QR code or wallet payment URI to fund a Superior-managed EVM wallet on a specific chain before using Lighter, Polymarket, Hyperliquid, or other Superior Trade workflows.

206 4d ago A 47 tokens original MIT

Superior-Trade/superior-skills

Skill Claude CodeCodex

Use when writing a trend-breakdown short gated by a triple-confirmed strong-bear regime — donchian short, structural breakdown, regime-gated trend follower, EMA-separation plus ADX plus N-bar return confirmation. Validated on BTC; fires only in confirmed bear regimes and takes zero trades in chop by design. Pairs with…

206 4d ago A 84 tokens original MIT

dsl-exit-engine

14

Superior-Trade/superior-skills

Skill Claude CodeCodex

Use when designing or tuning exit logic for a Freqtrade strategy — ratcheting trailing stop, two-phase exit, ALO-aware exit, dynamic stoploss DSL, ROI ladder, take-profit ladder, exit engine. Defines a three-phase exit that strategies compose: Phase 0 ROI ladder, Phase 1 hard stop, Phase 2 ratcheting trail.

206 4d ago A 78 tokens original MIT

external-deposit

15

Superior-Trade/superior-skills

Skill Claude CodeCodex

Use when a user wants to fund or bridge from an external wallet through a third-party UI such as Relay, especially when asking for MetaMask Mobile QR codes, bridge links, prefilled deposit URLs, Robinhood Chain USDG, or avoiding high-fee transaction QR mistakes.

206 4d ago A 59 tokens original MIT

fees-optimizations

16

Superior-Trade/superior-skills

Skill Claude CodeCodex

Use when the user asks about fees, fee optimization, slippage, maker vs taker, post-only or ALO orders, fee tiers, builder code fees, effective spread, order pricing, lowering trading costs, or why a live Hyperliquid Freqtrade strategy underperforms its backtest. Also use proactively for high-turnover designs (5m or…

206 4d ago A 94 tokens original MIT

Superior-Trade/superior-skills

Skill Claude CodeCodex

Use when writing a funding-rate-driven perp strategy on Superior Trade — anything described as funding harvest, funding arbitrage, funding rate carry, negative funding, paid to long, paid to short, basis trade. The strategy reads Hyperliquid hourly funding via dp.getpairdataframe(candletype="fundingrate"), which is…

206 4d ago A 79 tokens original MIT

funding-squeeze

18

Superior-Trade/superior-skills

Skill Claude CodeCodex

Use when writing a strategy that captures short-squeeze setups on Hyperliquid perps — squeeze, short squeeze fuel, negative funding rally, fade the shorts, paid to long. Goes long when funding APR is deeply negative and price is already rising, then exits on funding normalisation or a time stop. Reads squeeze fuel…

206 4d ago A 77 tokens original MIT

grid-trading

19

Superior-Trade/superior-skills

Skill Claude CodeCodex

Use when writing a profit-laddered position-adjustment strategy on Superior Trade — anything described as a grid bot, range fade, range harvest, ladder buy, scaling-in, pyramiding, or "buy more when it dips and sell partials when it rallies". Note this is a profit-driven ladder, not a true 20-rung order-book grid…

206 4d ago A 88 tokens original MIT

hyperliquid

20

Superior-Trade/superior-skills

Skill Claude CodeCodex

Use when backtesting, deploying, funding, or debugging a live trading strategy on Hyperliquid through the Superior Trade API — writing Freqtrade configs and strategy code, running backtest sweeps, checking wallet balances, depositing USDC, trading HIP-3 stock/commodity perps, or diagnosing a deployment that will not…

206 4d ago A 73 tokens original MIT

intelligence

21

Superior-Trade/superior-skills

Skill Claude CodeCodex

Use when the user asks what's hot, what's moving, if there's any alpha, "show me squeeze setups", "what's the setup on ETH", "is SOL coiled", "should I deploy NEAR", or any market-scan or pair-drilldown question. Surfaces live scoring for squeeze fuel, stealth accumulation, coiled spring and basis flipping across…

206 4d ago A 93 tokens original MIT

large-fill-pressure

22

Superior-Trade/superior-skills

Skill Claude CodeCodex

Use when repeated large fills on a Polymarket prediction market suggest directional participation or informed flow worth trading behind.

206 4d ago A 26 tokens original MIT

lighter-robinhood

23

Superior-Trade/superior-skills

Skill Claude CodeCodex

Use when trading Robinhood Chain Lighter through Superior Trade, or when a config needs the exchange name lighter-robinhood.

206 4d ago A 30 tokens original MIT

lighter

24

Superior-Trade/superior-skills

Skill Claude CodeCodex

Use when onboarding, funding, trading, or withdrawing on Lighter through Superior Trade — account bootstrap, CCTP deposits from a Superior wallet, immediate orders, withdrawals, proxying signed Lighter transactions, or deploying and monitoring a Lighter Nautilus strategy.

206 4d ago A 54 tokens original MIT