# Send Options Analyzer to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "options-analyzer",
    "name": "Options Analyzer",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/BENZEMA216/options-analyzer",
    "canonicalUrl": "https://clawhub.ai/BENZEMA216/options-analyzer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/options-analyzer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=options-analyzer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/greeks_guide.md",
      "references/strategies.md",
      "scripts/greeks_calc.py",
      "scripts/iv_analysis.py",
      "scripts/options_chain.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "options-analyzer",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T23:14:22.713Z",
      "expiresAt": "2026-05-06T23:14:22.713Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=options-analyzer",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=options-analyzer",
        "contentDisposition": "attachment; filename=\"options-analyzer-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "options-analyzer"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/options-analyzer"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/options-analyzer",
    "downloadUrl": "https://openagent3.xyz/downloads/options-analyzer",
    "agentUrl": "https://openagent3.xyz/skills/options-analyzer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/options-analyzer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/options-analyzer/agent.md"
  }
}
```
## Documentation

### 📊 Options Analyzer — 专业期权策略分析器

让期权交易变得简单！从数据获取到策略推荐，一站式搞定。

### ✨ 核心能力

功能脚本说明期权链options_chain.py获取实时数据，筛选到期日/行权价Greeksgreeks_calc.pyDelta/Gamma/Theta/Vega/Rho 计算IV分析iv_analysis.pyIV Rank/Percentile, HV vs IV策略分析strategy_analyzer.py15+种策略盈亏、Breakeven策略推荐strategy_recommend.py基于观点+IV环境智能推荐

### 🚀 快速开始

pip install yfinance mibian pandas numpy  # 安装依赖

### 期权链

python scripts/options_chain.py AAPL
python scripts/options_chain.py AAPL --expiry 2024-03-15
python scripts/options_chain.py SPY --strike-range 5  # ATM ±5%
python scripts/options_chain.py AAPL --format json

### Greeks 计算

# 手动参数 (iv/rate 用百分比)
python scripts/greeks_calc.py --spot 180 --strike 185 --dte 30 --rate 5 --iv 25 --type call

# 从实时数据
python scripts/greeks_calc.py --symbol AAPL --strike 185 --expiry 2024-03-15 --type call

### IV 分析

python scripts/iv_analysis.py AAPL
# 输出: ATM IV, IV Rank, IV Percentile, HV(20/60), IV-HV Premium

### 策略分析

# Iron Condor
python scripts/strategy_analyzer.py --strategy iron_condor --spot 180 \\
  --legs "175p@2.5,180p@4.0,185c@3.5,190c@1.5" --dte 30

# Bull Call Spread  
python scripts/strategy_analyzer.py --strategy bull_call_spread --spot 180 \\
  --legs "180c@5.0,190c@2.0" --dte 30

### 策略推荐

python scripts/strategy_recommend.py AAPL --outlook bullish --risk moderate
python scripts/strategy_recommend.py SPY --outlook neutral --risk conservative

### 📚 参考文档

strategies.md — 15种策略详解- greeks_guide.md — Greeks 完全指南

### ☕ 支持作者

如果这个工具帮到了你，请考虑请我喝杯咖啡！

GitHub Sponsors: @BENZEMA216
Buy Me a Coffee: buymeacoffee.com/benzema216
USDC (Base): 0x... (联系获取地址)

你的支持是我持续改进的动力 🚀
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: BENZEMA216
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T23:14:22.713Z
- Expires at: 2026-05-06T23:14:22.713Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/options-analyzer)
- [Send to Agent page](https://openagent3.xyz/skills/options-analyzer/agent)
- [JSON manifest](https://openagent3.xyz/skills/options-analyzer/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/options-analyzer/agent.md)
- [Download page](https://openagent3.xyz/downloads/options-analyzer)