$npx skillfedfor your agent

options-strategy-advisor

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.

Options Strategy Advisor analyzes options strategies using Black-Scholes pricing and Greeks calculation for P/L simulation.

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

★ 2,514  586 MITupdated by tradermonty

Decision gist · record as of 2026-07-26

Options Strategy Advisor analyzes options strategies using Black-Scholes pricing and Greeks calculation for P/L simulation. 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.

manual: git clone https://github.com/tradermonty/claude-trading-skills → cp -r claude-trading-skills/skills/options-strategy-advisor ~/.claude/skills/options-strategy-advisor
skills/options-strategy-advisor/SKILL.md · version 6a7dac15

Use it when

  • options-strategy-advisor uses Black-Scholes formulas to estimate fair option values and Greeks based on spot price, strike.
  • Yes.

Verify before relying

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

Same gist for agents: .md · .json

Install

tradermonty/claude-trading-skills/options-strategy-advisor · 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

How to analyze options strategies using this tool?

options-strategy-advisor analyzes strategies by applying Black-Scholes pricing and Greeks calculations to your position parameters. Input the underlying stock, strike prices, expiration dates, and volatility assumptions. The skill computes delta, gamma, theta, and vega for each leg, then aggregates them to show your total position Greeks, profit/loss at different price levels, and breakeven points. This lets you evaluate covered calls, spreads, iron condors, and other multi-leg strategies before execution.

What is a black scholes option pricing calculator and how does it work here?

options-strategy-advisor uses Black-Scholes formulas to estimate fair option values and Greeks based on spot price, strike, time to expiration, volatility, and interest rates. The calculator doesn't require real-time market data subscriptions—it pulls historical volatility from FMP API and lets you input implied volatility assumptions. You can then compare theoretical prices to market quotes and analyze how Greeks change as the underlying moves or time decays.

Can options-strategy-advisor simulate P/L and risk metrics for multi-leg positions?

Yes. options-strategy-advisor simulates profit/loss and risk across a range of underlying prices at different points in time. For multi-leg positions like spreads, iron condors, or straddles, it calculates combined Greeks, max profit, max loss, and breakeven levels. You can adjust volatility, time decay, and underlying price to stress-test your position and understand how delta, gamma, theta, and vega exposure affects your P/L.

What options trading concepts and strategies does this skill teach?

options-strategy-advisor covers directional strategies (bull/bear calls and puts, spreads), income strategies (covered calls, cash-secured puts, iron condors), volatility plays (long/short straddles, strangles, calendar spreads), and hedging tactics (protective puts, collars). Each strategy explanation includes mechanics, Greeks behavior, profit/loss diagrams, and typical use cases. The skill is designed for learning and simulation, not live trading.

How does options-strategy-advisor help with position sizing and portfolio Greeks?

options-strategy-advisor provides position sizing guidance based on your account risk tolerance and portfolio Greeks exposure. Input your total portfolio delta, gamma, theta, and vega targets, then the skill recommends contract quantities and strike selections to stay within those bounds. It helps you avoid over-concentration in any single Greek and balance income, directional, and volatility strategies across your portfolio.

Can I use this for earnings strategies and volatility analysis?

Yes. options-strategy-advisor evaluates earnings strategies like long straddles, strangles, and iron condors by analyzing implied volatility percentile, historical volatility, and expected move. It simulates P/L outcomes if the stock gaps up or down on earnings, and shows how IV crush affects your position after the announcement. This helps you decide whether to hold through earnings, close early, or adjust your hedge.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Options Strategy Advisor

Overview

This skill provides comprehensive options strategy analysis and education using theoretical pricing models. It helps traders understand, analyze, and simulate options strategies without requiring real-time market data subscriptions.

Core Capabilities: - Black-Scholes Pricing: Theoretical option prices and Greeks calculation - Strategy Simulation: P/L analysis for major options strategies - Earnings Strategies: Pre-earnings volatility plays integrated with Earnings Calendar - Risk Management: Position sizing, Greeks exposure, max loss/profit analysis - Educational Focus: Detailed explanations of

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

File tree — 7 files
skills/options-strategy-advisor/README.md
skills/options-strategy-advisor/SKILL.md
skills/options-strategy-advisor/references/black_scholes_methodology.md
skills/options-strategy-advisor/scripts/black_scholes.py
skills/options-strategy-advisor/scripts/tests/conftest.py
skills/options-strategy-advisor/scripts/tests/test_black_scholes.py
skills/options-strategy-advisor/scripts/tests/test_fmp_endpoints.py

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 › “Analyze options strategies using 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
by HKUDS · HKUDS/Vibe-Trading

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.

MITupdated Jul 2026
★ 28,096repo 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
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
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
report-stock
by staskh · staskh/trading_skills

report-stock produces detailed stock analysis reports covering technical trends, fundamental valuations, Piotroski F-Score breakdowns, and option spread strategies. Output formats include both markdown and PDF, with support for single or multiple ticker symbols. The skill aggregates data from trend scanners, PMCC viability checks, and financial metrics to deliver actionable investment insights.

MITfor claude-codeupdated Jul 2026
★ 299repo stars

More skills volatility (MIT) · scanner-pmcc (MIT) · options-advanced (MIT) · option-vol-analysis (Apache-2.0) · options-payoff (MIT) · hedging-strategy (MIT) · longbridge-derivatives (MIT) · crypto-derivatives (MIT)

Tags
theoretical-pricinggreeks-calculationearnings-volatilityrisk-hedgingposition-simulationiv-analysisdirectional-strategiesincome-generationvolatility-tradingtrade-education