ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

options-spread-conviction-engine

Multi-regime options spread analysis engine with quantitative rigor. Features regime detection (VIX-based), GARCH volatility forecasting, drawdown-constrained Kelly position sizing, and walk-forward backtesting. Scores vertical spreads (bull put, bear call, bull call, bear put) and multi-leg strategies (iron condors, butterflies, calendar spreads) using Ichimoku, RSI, MACD, Bollinger Bands, and IV term structure analysis.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/adamnaghs/options-spread-conviction-engine
Or

Options Spread Conviction Engine

Multi-regime options spread scoring using technical indicators and IV term structure analysis.

Install

brew install jq
npm install yahoo-finance2
sudo ln -s /opt/homebrew/bin/yahoo-finance /usr/local/bin/yf

Overview

This engine analyzes any ticker and scores seven options strategies across two categories:

Vertical Spreads (Directional)

StrategyTypePhilosophyIdeal Setup
bull_putCreditMean ReversionBullish trend + oversold dip
bear_callCreditMean ReversionBearish trend + overbought rip
bull_callDebitBreakoutStrong bullish momentum
bear_putDebitBreakoutStrong bearish momentum

Multi-Leg Strategies (Non-Directional / Theta)

StrategyTypePhilosophyIdeal Setup
iron_condorCreditPremium SellingIV Rank >70, RSI neutral, range-bound
butterflyDebitPinning PlayBB squeeze, RSI center, low ADX
calendarDebitTheta HarvestInverted IV term structure (front > back)

Scoring Methodology

Vertical Spreads

Weights vary by strategy type (Credit = Mean Reversion, Debit = Breakout):

Credit Spreads (bull_put, bear_call)

IndicatorWeightPurpose
Ichimoku Cloud25 ptsTrend structure & equilibrium
RSI20 ptsEntry timing (mean-reversion)
MACD15 ptsMomentum confirmation
Bollinger Bands25 ptsVolatility regime
ADX15 ptsTrend strength validation

Debit Spreads (bull_call, bear_put)

IndicatorWeightPurpose
Ichimoku Cloud20 ptsTrend confirmation
RSI10 ptsDirectional momentum
MACD30 ptsBreakout acceleration
Bollinger Bands25 ptsBandwidth expansion
ADX15 ptsTrend strength validation

Multi-Leg Strategies

Iron Condor (Credit / Range-Bound)

ComponentWeightRationale
IV Rank (BBW %)25 ptsRich premiums to sell
RSI Neutrality20 ptsNo directional momentum
ADX Range-Bound20 ptsWeak trend = range structure
Price Position20 ptsCentered in range = safe margins
MACD Neutrality15 ptsNo acceleration in any direction

Triggers:

  • IV Rank > 70: Premium-rich environment
  • RSI 40-60: Neutral momentum
  • ADX < 25: Weak/no trend
  • Price near %B center: Max profit zone maximized

Strike Selection:

  • SELL put at 1-sigma below price (short put)
  • BUY put at 2-sigma below (long put — wing)
  • SELL call at 1-sigma above price (short call)
  • BUY call at 2-sigma above (long call — wing)

Output:

  • All 4 strikes (put_long, put_short, call_short, call_long)
  • Max profit zone (width between short strikes)
  • Wing width

Metadata

Author@adamnaghs
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-adamnaghs-options-spread-conviction-engine": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.