Options Analyzer for Openclaw

A professional-grade options strategy analyzer providing real-time market data, Greeks calculation, and intelligent strategy recommendations.

benzema216
v1.0.0
Feb 2, 2026
4
2.8k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install options-analyzer

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install options-analyzer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Options Analyzer?

The Options Analyzer is a comprehensive toolkit designed for traders and developers to evaluate financial derivatives with precision. By leveraging real-time data from yfinance and applying mathematical models like Black-Scholes via mibian, it provides a robust environment for technical financial analysis. This skill simplifies complex trading tasks by automating the retrieval of option chains and the calculation of critical risk metrics.

As a versatile component of Openclaw Skills, it transforms raw market data into actionable insights. Whether you are looking for specific strike prices, calculating Greek sensitivities, or evaluating the risk-reward profile of an Iron Condor, this tool offers the data-driven clarity needed for modern trading environments.

Options Analyzer Use Cases

  • Retrieving real-time option chains for specific symbols like AAPL or SPY.
  • Calculating Delta, Gamma, Theta, Vega, and Rho for precise risk management.
  • Analyzing Implied Volatility (IV) Rank and Percentile to identify overvalued or undervalued options.
  • Modeling complex strategies such as Iron Condors, Butterflies, and Spreads to visualize profit/loss.
  • Receiving intelligent strategy recommendations based on market outlook and specific risk tolerance.

How Options Analyzer Works

  1. Fetch real-time market data and option chains using the yfinance integration.
  2. Filter the retrieved data based on user-defined parameters such as expiration dates or strike price ranges.
  3. Apply the Black-Scholes pricing model to calculate Greeks and Implied Volatility for every contract.
  4. Analyze specific trading strategies by calculating potential profit/loss scenarios and breakeven points.
  5. Generate a comprehensive technical report or recommendation based on market environment and user-specified risk levels.

Options Analyzer Setup

To get started with this skill for Openclaw Skills, you must first install the required Python libraries for financial modeling and data retrieval:

pip install yfinance mibian pandas numpy

Once installed, you can use the provided scripts to pull data for any valid ticker symbol:

# Fetch option chain for Apple
python scripts/options_chain.py AAPL

Options Analyzer Data Schema & Taxonomy

The skill organizes financial data into structured formats to facilitate easy analysis and integration:

Data Component Description
Option Chains Includes Strike Price, Bid/Ask, Volume, and Open Interest.
Greeks Calculated Delta, Gamma, Theta, Vega, and Rho for each leg.
IV Metrics Analysis of ATM IV, IV Rank, IV Percentile, and HV vs IV premiums.
Strategy Legs Maps individual contracts to a unified strategy profile with breakeven points.

Options Analyzer Advanced Features

  • Multi-leg strategy analysis support for over 15 complex trading structures including Straddles and Strangles.
  • Dynamic strike-range filtering (e.g., ATM ±5%) for focused market analysis.
  • Automated IV-HV premium analysis to spot volatility shifts.
  • Intelligent strategy recommendation engine based on user outlook (bullish, neutral, bearish) and risk profiles.
  • Support for JSON output formatting to enable seamless integration with other automation workflows in Openclaw Skills.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*