$npx skillfedfor your agent

options-strategy

options-strategy lets you backtest complex option portfolios—from covered calls and protective puts to iron condors and butterflies—by synthesizing theoretical prices via Black-Scholes and tracking Greeks exposure across time. The engine accepts daily underlying data, applies historical volatility, and outputs trade-by-trade records, daily Greeks aggregates, and performance metrics for strategy validation.

options-strategy backtests multi-leg option portfolios using Black-Scholes pricing and Greeks analysis.

AI-generated summary based on this skill's SKILL.md

★ 28,096  4,557 MITupdated by HKUDS

Decision gist · record as of 2026-07-27

options-strategy backtests multi-leg option portfolios using Black-Scholes pricing and Greeks analysis. options-strategy lets you backtest complex option portfolios—from covered calls and protective puts to iron condors and butterflies—by synthesizing theoretical prices via Black-Scholes and tracking Greeks exposure across time. The engine accepts daily underlying data, applies historical volatility, and outputs trade-by-trade records, daily Greeks aggregates, and performance metrics for strategy validation.

manual: git clone https://github.com/HKUDS/Vibe-Trading → cp -r Vibe-Trading/agent/src/skills/options-strategy ~/.claude/skills/options-strategy
agent/src/skills/options-strategy/SKILL.md · version c9d4293e

Use it when

  • options-strategy computes Greeks using Black-Scholes pricing theory.
  • Yes.

Verify before relying

Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

HKUDS/Vibe-Trading/options-strategy · repository language: Python

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What is options-strategy and what can I backtest with it?

options-strategy is a MIT-licensed backtesting framework for complex option portfolios. It lets you test covered calls, protective puts, iron condors, butterflies, straddles, and other multi-leg strategies by synthesizing theoretical prices via Black-Scholes and tracking Greeks exposure across time. The engine accepts daily underlying data, applies historical volatility, and outputs trade-by-trade records, daily Greeks aggregates, and performance metrics for strategy validation.

How does options-strategy calculate option greeks delta gamma theta vega?

options-strategy computes Greeks using Black-Scholes pricing theory. It derives delta, gamma, theta, and vega sensitivities for each leg of your multi-leg strategies, then aggregates them across your entire portfolio. This lets you analyze volatility sensitivity and time decay effects at both the individual trade and portfolio level, enabling you to understand how your Greeks exposure evolves as market conditions and time change.

Can options-strategy backtest covered call iron condor straddle strategies?

Yes. options-strategy supports backtesting of covered calls, iron condors, straddles, and other multi-leg option strategies. You define your legs, specify entry and exit rules, and the framework synthesizes theoretical prices using Black-Scholes, tracks Greeks exposure, and generates trade-by-trade records and daily aggregates so you can validate strategy performance across historical periods.

What data inputs does options-strategy require for backtesting?

options-strategy requires daily underlying price data (for equity or crypto assets). The engine calculates historical volatility from this data and uses it to synthesize option prices via Black-Scholes. You also define your strategy legs—strike prices, expiration dates, and position types—and the framework handles the rest, outputting Greeks aggregates and performance metrics.

How does options-strategy handle hedging and spread strategy simulation?

options-strategy simulates hedging strategies like protective puts and covered calls, as well as spread strategies such as butterflies and calendar spreads. The framework tracks how each leg's Greeks and P&L contribute to your overall portfolio, allowing you to measure hedge effectiveness and spread profitability across historical scenarios and volatility regimes.

What outputs and metrics does options-strategy provide?

options-strategy delivers trade-by-trade records showing entry, exit, and Greeks for each leg; daily Greeks aggregates (delta, gamma, theta, vega) for your full portfolio; and strategy performance metrics including P&L, win rate, and volatility sensitivity. These outputs enable you to validate strategy logic, understand risk exposure, and optimize your option trading approach.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Purpose

Backtesting of option portfolio strategies. Starting from the underlying price, the engine synthesizes theoretical option prices with the Black-Scholes model, then simulates PnL, Greeks exposure, and expiration exercise for multi-leg option portfolios.

Applicable scenarios: - Hedging strategies (covered call, protective put) - Volatility trading (straddle, strangle) - Spread strategies (iron condor, butterfly, calendar spread) - Option pricing analysis and Greeks sensitivity research

Supported Strategy Types

Strategy Structure Applicable Market View
Covered Call Hold underlying + short call Mildly bullish, collect premium
Protective Put Hold underlying + long put Bullish but wants downside protection
Straddle Buy same-strike call + put Expect large movement, direction uncertain
Strangle Buy different-strike call + put Expect large movement, lower cost
Iron Condor

(truncated - see the full file via the links below)

File tree — 1 file
agent/src/skills/options-strategy/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Backtest multi-leg option strategies with Black-Scholes pricing and Greeks”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

options-strategy-advisor
by tradermonty · tradermonty/claude-trading-skills

This skill models options strategies through theoretical pricing and Greeks analysis, helping traders evaluate covered calls, spreads, iron condors, and other positions without real-time market subscriptions. It calculates strategy profit/loss, position sizing, and risk exposure using Black-Scholes formulas and historical volatility data from FMP API. Built for learning and simulation, not live trading.

MITupdated Jul 2026
★ 2,514repo stars
options-payoff
by HKUDS · HKUDS/Vibe-Trading

Options Payoff generates P&L curves and payoff diagrams for single and multi-leg option strategies, from basic calls and puts to complex spreads, butterflies, and condors. It calculates Black-Scholes pricing, the full Greeks suite, and implied volatility, then visualizes strategy performance across underlying price ranges. Built for research and backtesting within the Vibe-Trading framework.

MITupdated Jul 2026
★ 28,096repo stars
options-advanced
by HKUDS · HKUDS/Vibe-Trading

Move past basic option plays into volatility-driven trading. This skill covers volatility-surface structure, dynamic Greeks rebalancing across multiple dimensions, and practical arbitrage frameworks including calendar spreads, volatility arbitrage, and skew trades. Designed for traders working with equity options who need to manage portfolio Greeks exposures and identify mispricings across strikes and maturities.

MITupdated Jul 2026
★ 28,096repo stars
greeks
by staskh · staskh/trading_skills

Compute Greeks and implied volatility for options using the Black-Scholes framework. Input spot price, strike, expiration, and market price to derive delta, gamma, theta, vega, and rho—essential metrics for understanding position sensitivity and risk exposure.

MITfor claude-codeupdated Jul 2026
★ 299repo stars
options-pricing
by agiprolabs · agiprolabs/claude-trading-skills

Options Pricing provides quantitative models for valuing derivatives on crypto assets like BTC and ETH across platforms including Deribit, Lyra, and Aevo. The skill currently includes a working Black-Scholes calculator with Greeks computation and an implied volatility solver, with planned support for binomial trees, Monte Carlo simulation, and volatility surface analysis. Use it to hedge spot positions, identify mispriced options, and assess portfolio risk.

MITupdated Jun 2026
★ 248repo stars
spread-analysis
by staskh · staskh/trading_skills

Spread Analysis evaluates complex option strategies across multiple legs, calculating net cost, maximum profit and loss, breakeven points, and probability of profit. It supports vertical spreads, iron condors, straddles, and strangles, helping traders understand risk exposure and strategy appropriateness.

MITfor claude-codeupdated Jul 2026
★ 299repo stars

More skills options-payoff (MIT) · crypto-derivatives (MIT) · strategy-generate (MIT) · hedging-strategy (MIT) · asset-allocation (MIT) · cross-market-strategy (MIT) · factor-research (MIT) · vibe-trading (MIT)

Tags
derivatives-pricingportfolio-hedgingvolatility-tradinggreeks-analysismulti-leg-strategiesrisk-exposuresynthetic-pricingexpiry-managementdirectional-tradingpremium-collection