A professional-grade options strategy analyzer providing real-time market data, Greeks calculation, and intelligent strategy recommendations.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install options-analyzer
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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
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. |
Loading
Clawdio provides auditory perception for AI agents, converting human audio into structured data, semantic reports, and machine-readable markdown.

Clawdio transforms Twitter Spaces and voice conversations into structured, machine-readable intelligence for AI agents.

A powerful integration for managing Obsidian tasks, projects, and priorities through the TaskNotes plugin HTTP API.

A comprehensive tool for querying DataFast website analytics, visitor metrics, and managing conversion goals via API.

An intelligent RSS and Atom feed reader that uses LLMs to generate summaries and delivers them through multiple notification channels.

An AI trading coach that converts broker CSV exports into professional review reports with 8-dimensional scoring and deep pattern insights.








































