Install
openclaw skills install quant-clawLLM-driven crypto perpetual futures trading on Bybit. Analyzes 200+ market features across 8 timeframes with strategy-aware output, then you decide whether t...
openclaw skills install quant-clawQuantClaw 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.
Four built-in strategies operating on different timeframes and hold periods:
| Strategy | Chart | Hold Period | Focus |
|---|---|---|---|
| FAST | 5m | 10–60 min | Scalps, momentum |
| SWING | 15m | 2–8 hours | Default, intraday |
| MEDIUM | 30m | 4–12 hours | Overnight holds |
| POSITION | Daily | 1–4 weeks | Macro-driven |
Each strategy runs its own indicator stack, CVD window, and enforces its own SL/TP/R:R constraints at execution time.
# 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
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.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:
uv-managed Python projectRecommended: review the source before supplying live API keys. Use Bybit demo/paper trading keys first.
brew install uv