options-analytics-agent-guide
Installation
SKILL.md
Options Analytics Agent Guide
Overview
An AI agent for options pricing, risk analysis, and strategy evaluation. It combines Black-Scholes and binomial models, Greeks calculations, implied volatility surfaces, and portfolio risk analytics into a conversational interface. Researchers and quantitative analysts can query options data, price exotic derivatives, and evaluate trading strategies through natural language.
Core Capabilities
from options_agent import OptionsAgent
agent = OptionsAgent(llm_provider="anthropic")