options-trading

Price options and compute Greeks using Black-Scholes and implied volatility.

10|2|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/mahmoud20138/Tradecraft --skill options-trading-mahmoud20138
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: options-trading
Source: https://github.com/mahmoud20138/Tradecraft/tree/main/plugins/tradecraft/skills/options-trading
Command: npx skills add https://github.com/mahmoud20138/Tradecraft --skill options-trading-mahmoud20138

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Complete toolkit for pricing options, computing Greeks, IV surfaces, and constructing multi-leg strategies to support informed trading decisions.

Core Features & Use Cases

  • Black-Scholes pricing for European options; implied volatility extraction; multi-leg strategy payoff analysis; IV surface construction; option chain screening.
  • Strategy builder and volatility tools to simulate spreads, straddles, iron condors, and calendars across equities, indices, and ETFs.
  • Real-world use case: price a call, evaluate Greeks, and compare risk-reward of a bull call spread on a given symbol.

Quick Start

Invoke the options-trading workflow with market inputs to price the option, compute Greeks, build strategies, and screen opportunities.

Frequently Asked Questions about options-trading

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

FAQPage Schema
How do I calculate options Greeks and price using the Black-Scholes method?

You calculate options Greeks and price European options by inputting underlying price, strike, time, risk-free rate, and volatility. The Skill automates this Black-Scholes computation and returns validated pricing and Greek risk metrics.

Can I build and analyze multi-leg options strategies like iron condors and spreads?

Yes, you can build and analyze multi-leg options strategies like iron condors, straddles, and calendars. The strategy builder simulates payoff profiles and compares risk-reward metrics across equities, indices, and ETFs.

What is implied volatility extraction and how does an IV surface help options trading?

Implied volatility extraction reverse-engineers market prices to find expected volatility, while an IV surface maps these expectations across strikes and expirations. This helps traders identify mispriced options and assess volatility risk.

Does this options pricing toolkit support Monte Carlo and binomial valuation methods?

Yes, the options pricing toolkit supports Monte Carlo and binomial valuation methods alongside Black-Scholes. These methods allow you to price complex options and validate theoretical values against market conditions.

How do I screen option chains to find profitable trading opportunities?

You screen option chains by applying pricing models and Greek risk filters to evaluate contracts. The screener processes market inputs to identify specific options that meet your volatility and risk-reward criteria.

What market inputs do I need to start pricing options and computing Greeks?

To start pricing options and computing Greeks, you need standard market inputs: underlying price, strike, time to expiration, risk-free rate, and volatility. The Skill handles validation and error handling for these parameters.