{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/options-analyzer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=options-analyzer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/greeks_guide.md",
      "references/strategies.md",
      "scripts/greeks_calc.py",
      "scripts/iv_analysis.py",
      "scripts/options_chain.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/options-analyzer",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "📊 Options Analyzer — 专业期权策略分析器",
        "body": "让期权交易变得简单！从数据获取到策略推荐，一站式搞定。"
      },
      {
        "title": "✨ 核心能力",
        "body": "功能脚本说明期权链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环境智能推荐"
      },
      {
        "title": "🚀 快速开始",
        "body": "pip install yfinance mibian pandas numpy  # 安装依赖"
      },
      {
        "title": "期权链",
        "body": "python scripts/options_chain.py AAPL\npython scripts/options_chain.py AAPL --expiry 2024-03-15\npython scripts/options_chain.py SPY --strike-range 5  # ATM ±5%\npython scripts/options_chain.py AAPL --format json"
      },
      {
        "title": "Greeks 计算",
        "body": "# 手动参数 (iv/rate 用百分比)\npython scripts/greeks_calc.py --spot 180 --strike 185 --dte 30 --rate 5 --iv 25 --type call\n\n# 从实时数据\npython scripts/greeks_calc.py --symbol AAPL --strike 185 --expiry 2024-03-15 --type call"
      },
      {
        "title": "IV 分析",
        "body": "python scripts/iv_analysis.py AAPL\n# 输出: ATM IV, IV Rank, IV Percentile, HV(20/60), IV-HV Premium"
      },
      {
        "title": "策略分析",
        "body": "# Iron Condor\npython scripts/strategy_analyzer.py --strategy iron_condor --spot 180 \\\n  --legs \"175p@2.5,180p@4.0,185c@3.5,190c@1.5\" --dte 30\n\n# Bull Call Spread  \npython scripts/strategy_analyzer.py --strategy bull_call_spread --spot 180 \\\n  --legs \"180c@5.0,190c@2.0\" --dte 30"
      },
      {
        "title": "策略推荐",
        "body": "python scripts/strategy_recommend.py AAPL --outlook bullish --risk moderate\npython scripts/strategy_recommend.py SPY --outlook neutral --risk conservative"
      },
      {
        "title": "📚 参考文档",
        "body": "strategies.md — 15种策略详解- greeks_guide.md — Greeks 完全指南"
      },
      {
        "title": "☕ 支持作者",
        "body": "如果这个工具帮到了你，请考虑请我喝杯咖啡！\n\nGitHub Sponsors: @BENZEMA216\nBuy Me a Coffee: buymeacoffee.com/benzema216\nUSDC (Base): 0x... (联系获取地址)\n\n你的支持是我持续改进的动力 🚀"
      }
    ],
    "body": "📊 Options Analyzer — 专业期权策略分析器\n\n让期权交易变得简单！从数据获取到策略推荐，一站式搞定。\n\n✨ 核心能力\n功能\t脚本\t说明\n期权链\toptions_chain.py\t获取实时数据，筛选到期日/行权价\nGreeks\tgreeks_calc.py\tDelta/Gamma/Theta/Vega/Rho 计算\nIV分析\tiv_analysis.py\tIV Rank/Percentile, HV vs IV\n策略分析\tstrategy_analyzer.py\t15+种策略盈亏、Breakeven\n策略推荐\tstrategy_recommend.py\t基于观点+IV环境智能推荐\n🚀 快速开始\npip install yfinance mibian pandas numpy  # 安装依赖\n\n期权链\npython scripts/options_chain.py AAPL\npython scripts/options_chain.py AAPL --expiry 2024-03-15\npython scripts/options_chain.py SPY --strike-range 5  # ATM ±5%\npython scripts/options_chain.py AAPL --format json\n\nGreeks 计算\n# 手动参数 (iv/rate 用百分比)\npython scripts/greeks_calc.py --spot 180 --strike 185 --dte 30 --rate 5 --iv 25 --type call\n\n# 从实时数据\npython scripts/greeks_calc.py --symbol AAPL --strike 185 --expiry 2024-03-15 --type call\n\nIV 分析\npython scripts/iv_analysis.py AAPL\n# 输出: ATM IV, IV Rank, IV Percentile, HV(20/60), IV-HV Premium\n\n策略分析\n# Iron Condor\npython scripts/strategy_analyzer.py --strategy iron_condor --spot 180 \\\n  --legs \"175p@2.5,180p@4.0,185c@3.5,190c@1.5\" --dte 30\n\n# Bull Call Spread  \npython scripts/strategy_analyzer.py --strategy bull_call_spread --spot 180 \\\n  --legs \"180c@5.0,190c@2.0\" --dte 30\n\n策略推荐\npython scripts/strategy_recommend.py AAPL --outlook bullish --risk moderate\npython scripts/strategy_recommend.py SPY --outlook neutral --risk conservative\n\n📚 参考文档\nstrategies.md — 15种策略详解- greeks_guide.md — Greeks 完全指南\n☕ 支持作者\n\n如果这个工具帮到了你，请考虑请我喝杯咖啡！\n\nGitHub Sponsors: @BENZEMA216\nBuy Me a Coffee: buymeacoffee.com/benzema216\nUSDC (Base): 0x... (联系获取地址)\n\n你的支持是我持续改进的动力 🚀"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/BENZEMA216/options-analyzer",
    "publisherUrl": "https://clawhub.ai/BENZEMA216/options-analyzer",
    "owner": "BENZEMA216",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}