access-policies
Build the access_policies value — the granular, IAM-shaped way to allow or deny add-in features
Analyze option volatility with vol surface, Greeks, and implied vs realized vol comparison
> /plugin marketplace add anthropics/financial-services-pluginsHow it fires
How this command gets triggered: by you, by Claude, or both.
/analyze-option-volContext preview
What this command does when you run it.
Analyze option volatility with vol surface, Greeks, and implied vs realized vol comparison
description: Analyze option volatility with vol surface, Greeks, and implied vs realized vol comparison argument-hint: "<underlying e.g. .SPX or EURUSD> [strike] [expiry]"
> This command uses LSEG volatility surfaces, option pricing, and historical data tools. See [CONNECTORS.md](../CONNECTORS.md) for available tools.
Analyze the volatility environment for an underlying by generating the vol surface, pricing options with full Greeks, and comparing implied vs realized volatility.
See the **option-vol-analysis** skill for domain knowledge on vol surface interpretation and Greeks analysis.
Ask the user for:
Determine whether this is equity/index or FX to select the correct vol surface tool.
**For equities/indices/futures:** Call `equity_vol_surface`.
**For FX:** Call `fx_vol_surface`.
Extract: ATM vol at each tenor, 25-delta risk reversal, 25-delta butterfly.
Call `option_template_list` for the underlying. Identify available types, expiries, and strikes.
Call `option_value` with the underlying, strike, and expiry.
Extract: premium, delta, gamma, vega, theta, implied vol.
Call `tscc_historical_pricing_summaries` with `interval: "P1D"`, `tenor: "1Y"`.
Compute close-to-close realized vol over 20-day, 60-day, 90-day windows. Compare to matching implied vol tenors.
Present: vol surface summary table, Greeks table, implied vs realized comparison, vol regime assessment, strategy recommendations.
Lead with the key vol finding (implied rich/cheap vs realized). Follow with the surface summary, option pricing, and detailed comparison.
Reference agents, skills, and data connectors for the financial-services workflows we see most — investment banking, equity research, private equity, and wealth management.
Build the access_policies value — the granular, IAM-shaped way to allow or deny add-in features
Build the bootstrap endpoint — per-user MCP servers, skills, dynamic config
Azure admin consent URLs — one-time tenant approval for Entra SSO and Outlook Graph access
Diagnose deployment issues (stale config, connect failures, missing add-in)
Several manifest configurations require an Entra (Azure AD) app registration in **your** tenant rather than Anthropic's default multi-tenant app — because the…
Export a copy of a user's add-in chat history, skills, MCP registrations, and settings before a machine is rebuilt