Agent skill · Business & Finance

options-strategy-advisor

Options trading strategy analysis and simulation tool. Provides theoretical pricing using Black-Scholes model, Greeks calculation, strategy P/L simulation, and risk management guidance. Use when user requests options strategy analysis, covered calls, protective puts, spreads, iron condors, earnings plays, or options risk management. Includes volatility analysis, position sizing, and earnings-based strategy recommendations. Educational focus with practical trade simulation.

BaggaT236github.com/BaggaT236GitHub ↗
claude-codeships scriptsMIT
Install
npx skills add BaggaT236/AI-Trading-Skills --skill options-strategy-advisor --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 7
SKILL.md size: 28 KB
Bundled scripts: yes
Path: skills/options-strategy-advisor/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 118
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 strategies and risk metrics **Data Sources:** - FMP API: Stock prices, historical volatility, dividends, earnings dates - User Input: Implied volatility (IV), risk-free rate - Theoretical Models: Black-Scholes for pricing and Greeks ## Prerequisites **Required:** - Python 3.9+ with `numpy`, `scipy`, `requests` **Optional:** - FMP API key (for real-time stock prices and historical volatility) - Set via `FMP_API_KEY` environment variable or `--api-key` argument - Without API key: Use manual inputs for stock price and volatility **I

What's inside
Steps it walks through
  1. Overview
  2. Prerequisites
  3. When to Use This Skill
  4. Supported Strategies
  5. Income Strategies
  6. Protection Strategies
  7. Directional Strategies
  8. Volatility Strategies
  9. Range-Bound Strategies
  10. Advanced Strategies
  11. Analysis Workflow
  12. Step 1: Gather Input Data
  13. Step 2: Calculate Historical Volatility (if IV not provided)
  14. Step 3: Price Options Using Black-Scholes
Ships with 6 files
  • README.md
  • references/black_scholes_methodology.md
  • scripts/black_scholes.py
  • scripts/tests/conftest.py
  • scripts/tests/test_black_scholes.py
  • scripts/tests/test_fmp_endpoints.py
Commands it runs
pip install numpy scipy requests
Basic call option pricing (no API key needed)
python3 scripts/black_scholes.py
With FMP API key for real-time data
python3 scripts/black_scholes.py --ticker AAPL --api-key $FMP_API_KEY
Custom option parameters
python3 scripts/black_scholes.py --stock-price 180 --strike 185 --days 30 --volatility 0.25
Put option analysis
python3 scripts/black_scholes.py --stock-price 180 --strike 175 --days 30 --option-type put
More from AI-Trading-Skills
All skills →
About this skill
What does the options-strategy-advisor skill do?

Options trading strategy analysis and simulation tool. Provides theoretical pricing using Black-Scholes model, Greeks calculation, strategy P/L simulation, and risk management guidance. Use when user requests options strategy analysis, covered calls, protective puts, spreads, iron condors, earnings plays, or options risk management. Includes volatility analysis, position sizing, and earnings-based strategy recommendations. Educational focus with practical trade simulation.

How do I install it?

Run `npx skills add BaggaT236/AI-Trading-Skills --skill options-strategy-advisor --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BaggaT236/AI-Trading-Skills, a repository with 118 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going