Skill flagged — review recommended

ClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.

QuantClaw

v1.0.6

LLM-driven crypto perpetual futures trading on Bybit. Analyzes 200+ market features across 8 timeframes with strategy-aware output, then you decide whether t...

0· 391· 7 versions· 0 current· 0 all-time· Updated 20h ago· MIT-0

Install

openclaw skills install quant-claw

QuantClaw — Crypto Perpetual Futures Analysis

QuantClaw is an LLM-driven analysis interface for Bybit perpetual futures. It pulls 200+ quantitative features across 8 timeframes — RSI, MACD, ADX, Bollinger Bands, CVD, order book depth, funding rate z-scores, open interest deltas, volume profile, market structure, pivot points, and more — and presents them in a structured, strategy-aware format designed for AI-assisted decision making.

Full version available at: https://anomalysystems.gumroad.com/l/wugjom — $97 one-time.


Strategies

Four built-in strategies operating on different timeframes and hold periods:

StrategyChartHold PeriodFocus
FAST5m10–60 minScalps, momentum
SWING15m2–8 hoursDefault, intraday
MEDIUM30m4–12 hoursOvernight holds
POSITIONDaily1–4 weeksMacro-driven

Each strategy runs its own indicator stack, CVD window, and enforces its own SL/TP/R:R constraints at execution time.


What It Analyzes

  • Momentum: RSI, MACD, Stochastic, CCI, Williams %R
  • Trend: EMA 20/50/200, ADX, DI+/DI−, multi-TF EMA separation
  • Volatility: ATR (%), Bollinger Band %, Choppiness Index
  • Order Flow: CVD, buy/sell ratio, flow imbalance, large trade ratio
  • Market Microstructure: Bid/ask spread, L1/L5 depth, microprice, queue imbalance
  • Derivatives: Funding rate z-score, OI delta (5m/1h/24h), OI spike detection
  • Volume Profile: POC, VAH, VAL, HVN/LVN, key level detection
  • Market Structure: Swing highs/lows, breakout strength, momentum
  • Support/Resistance: Pivot points, 1h/4h/Daily S&R levels
  • Risk Gates: Per-strategy pass/fail on spread, liquidity, and choppiness

Safety Model

  • DEMO mode by default — all orders are paper trades on Bybit's demo environment (real market prices, no real money)
  • Switching to LIVE requires an explicit interactive confirmation typed by the user (cannot be bypassed by env vars, CLI flags, or agent-autonomous decisions)
  • Stop loss is mandatory on every order; CLI enforces it
  • Strategy constraints (min SL, min TP, R:R bounds) enforced at execution
  • Emergency close command available at any time
  • Risk gate failures surface warnings before you size in

Commands (Full Version)

# Market analysis
quantclaw analyze BTCUSDT --strategy swing
quantclaw analyze ETHUSDT --strategy fast
quantclaw analyze BTCUSDT --quick

# Account
quantclaw balance
quantclaw positions
quantclaw orders
quantclaw pnl --days 7

# Trading (DEMO by default)
quantclaw buy BTCUSDT 1000 --leverage 3 --sl 1.5 --tp 3.0 --strategy swing
quantclaw sell ETHUSDT 500 --leverage 2 --sl 1.5 --tp 2.5
quantclaw close BTCUSDT

Requirements

  • macOS or Linux
  • uv — Python package/project manager by Astral (https://github.com/astral-sh/uv). Install via brew install uv (macOS/Linux) or pip install uv. Used to run QuantClaw's Python environment without polluting your system Python.
  • Bybit API keys — demo (paper trading) or live

Purchase & Verification

This is a stub listing. The full skill with source code is available at:

https://anomalysystems.gumroad.com/l/wugjom — $97 one-time, personal use license.

The download includes:

  • Full Python source code (auditable before running)
  • SHA256 checksum file for download verification
  • No compiled binaries — QuantClaw runs as a uv-managed Python project

Recommended: review the source before supplying live API keys. Use Bybit demo/paper trading keys first.

Version tags

latestvk9741k1rp2gmjxrdhx755130as82ychb

Runtime requirements

📈 Clawdis
OSmacOS · Linux
Binsuv, quantclaw
EnvBYBIT_API_KEY, BYBIT_API_SECRET
Primary envBYBIT_API_KEY

Install

Install uv via Homebrew (recommended)
Bins: uv
brew install uv