options-strategy-advisor

Simulate options strategies with Black-Scholes pricing and Greeks.

2.6k|600|Updated Oct 19, 2025
One-click install
npx skills add https://github.com/tradermonty/claude-trading-skills --skill options-strategy-advisor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: options-strategy-advisor
Source: https://github.com/tradermonty/claude-trading-skills/tree/main/skills/options-strategy-advisor
Command: npx skills add https://github.com/tradermonty/claude-trading-skills --skill options-strategy-advisor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires numpy, scipy, requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps traders understand and evaluate diverse options strategies by providing theoretical pricing, Greeks, and P/L simulations without requiring real-time data.

Core Features & Use Cases

  • Black-Scholes pricing and Greeks
  • Strategy P/L simulation across major spreads and combos
  • Earnings-based strategies with volatility guidance
  • Educational explanations and scenario comparisons for learning and planning

Quick Start

Install Python 3.8+, then install dependencies with: pip install numpy scipy requests Obtain an FMP API key and set the environment variable: export FMP_API_KEY=your_key Run a quick check with: python scripts/black_scholes.py to price a sample option; review references/greeks_explained.md for details.

Frequently Asked Questions about options-strategy-advisor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I simulate options strategy P/L using Black-Scholes pricing?

You can simulate options strategy P/L by running the Python scripts that apply Black-Scholes pricing to evaluate major spreads and combos across equities using numpy and scipy. The scripts take inputs like IV, risk-free rate, HV, and dividends to generate theoretical scenarios for educational planning.

What options Greeks does this Black-Scholes pricing approach calculate?

The Black-Scholes pricing scripts calculate standard options Greeks to help traders understand risk exposure. These Greeks are computed using Python 3.8+ with numpy and scipy, providing theoretical sensitivity metrics for income, protection, and directional strategies without real-time data.

Can I analyze earnings-based options strategies with volatility guidance?

Yes, you can analyze earnings-based options strategies with volatility guidance. The Skill includes specific modules for earnings-focused strategies, allowing you to input historical volatility and implied volatility to simulate and compare theoretical P/L outcomes for educational purposes.

Does this options strategy simulator work without real-time market data?

Yes, the options strategy simulator works without real-time market data. It uses theoretical Black-Scholes pricing models and user-provided inputs for implied volatility, risk-free rate, and dividends to generate educational P/L simulations and Greeks.