options-advanced

Analyzes volatility surfaces, manages Greeks rebalancing, and executes advanced options trading strategies.

Updated May 25, 2026
One-click install
npx skills add https://github.com/NigarumOvum/AutoTrading --skill options-advanced-nigarumovum
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: options-advanced
Source: https://github.com/NigarumOvum/AutoTrading/tree/main/Vibe-Trading/agent/src/skills/options-advanced
Command: npx skills add https://github.com/NigarumOvum/AutoTrading --skill options-advanced-nigarumovum

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the complex analysis and execution of advanced options trading strategies, including volatility surface modeling, dynamic Greeks rebalancing, and skew trading.

Core Features & Use Cases

  • Volatility Surface Modeling: Analyze the three-dimensional structure of implied volatility surfaces, including smile/skew and term structure.
  • Dynamic Greeks Management: Implement dynamic rebalancing of portfolio Greeks, including Delta, Vega, Theta, and Rho.
  • Strategic Trading: Execute advanced strategies like calendar spreads, volatility arbitrage, and skew trading.
  • Market-Making Basics: Understand the principles of option market-making, including quoting strategies and inventory management.
  • Use Case: A portfolio manager looking to incorporate advanced options strategies into their trading algorithm.

Quick Start

Execute the strategy 'Risk Reversal' with a skew of -3.2% on the 50ETF options.

Frequently Asked Questions about options-advanced

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

FAQPage Schema
How do I model the volatility surface for options trading?

Modeling the volatility surface involves analyzing the three-dimensional structure of implied volatility, including smile, skew, and term structure. This Skill provides the necessary scripts to execute this advanced options trading analysis.

What is dynamic Greeks rebalancing in options trading?

Dynamic Greeks rebalancing is the continuous adjustment of portfolio Delta, Vega, Theta, and Rho. This Skill supports implementing these dynamic adjustments to maintain desired risk exposures in options trading.

How do I execute a risk reversal strategy with skew trading?

Executing a risk reversal with skew trading requires applying options pricing models to analyze skew deviations. You can initiate this by running the provided strategy scripts with specific skew parameters on your target asset.

Can I use Python with pandas and numpy for options market-making analysis?

Yes, this Skill utilizes pandas, numpy, and scipy to analyze option market-making principles, including quoting strategies and inventory management, suitable for professional traders and portfolio managers.

Do I need prior knowledge of options pricing models to use this Skill?

Yes, applying these advanced options strategies requires prerequisite knowledge of options pricing models and risk management techniques to effectively interpret the volatility surface modeling and Greeks management outputs.