options-strategy-advisor

Simulate options strategies with Black-Scholes pricing and Greeks analysis.

2|Updated Jun 14, 2026
One-click install
npx skills add https://github.com/IhsanDanish25/claude-trading-skills --skill options-strategy-advisor-ihsandanish25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: options-strategy-advisor
Source: https://github.com/IhsanDanish25/claude-trading-skills/tree/main/skills/options-strategy-advisor
Command: npx skills add https://github.com/IhsanDanish25/claude-trading-skills --skill options-strategy-advisor-ihsandanish25

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 analyze and simulate options strategies, providing theoretical pricing, Greeks, and profit/loss analysis without requiring real-time market data.

Core Features & Use Cases

  • Theoretical Pricing: Uses Black-Scholes model for pricing options and calculating Greeks.
  • Strategy Simulation: Simulates profit/loss for major options strategies.
  • Earnings Strategies: Integrates with Earnings Calendar for pre-earnings volatility plays.
  • Risk Management: Calculates Greeks, position sizing, and max loss/profit analysis.
  • Educational Focus: Provides detailed explanations of strategies and risk metrics.
  • Use Case: A trader wants to analyze a bull call spread on AAPL. The Skill calculates the theoretical price, Greeks, and potential profit/loss.

Quick Start

Use the options-strategy-advisor skill to analyze a bull call spread on AAPL with a $180 strike and 30 days to expiration.

Frequently Asked Questions about options-strategy-advisor

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

FAQPage Schema
How do I calculate options Greeks and theoretical pricing using the Black-Scholes model?

You can simulate options profit and loss for major strategies by running theoretical models against historical data. This Skill simulates P/L scenarios for strategies like bull call spreads without requiring real-time market data, relying instead on Python and the FMP API.

Can I analyze pre-earnings volatility strategies using historical options data?

Yes, you can analyze pre-earnings volatility strategies by integrating an earnings calendar with options pricing models. This Skill uses the FMP API to fetch historical data and evaluate theoretical pricing for volatility plays before earnings announcements.

Do I need real-time market data to calculate options max loss and profit?

You do not need real-time market data to calculate options max loss and profit. This Skill performs risk management and position sizing analysis using theoretical pricing methods and historical data from the FMP API rather than live market feeds.

What Python dependencies are required for options strategy simulation and analysis?

The Python dependencies required for options strategy simulation are numpy, scipy, and requests. These libraries support the mathematical calculations for the Black-Scholes model and handle API requests to fetch historical data for the analysis.

How does Black-Scholes pricing compare to other theoretical options pricing methods?

Black-Scholes pricing provides a foundational theoretical model, whereas other theoretical methods may offer different assumptions for volatility and risk metrics. This Skill uses Black-Scholes alongside other theoretical pricing methods to calculate Greeks and simulate strategy outcomes.