← 返回 Skills 市场
benzema216

Options Analyzer

作者 BENZEMA · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1823
总下载
4
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install options-analyzer
功能描述
📊 专业期权策略分析器 — 期权链、Greeks、IV分析、策略推荐一站式解决! 使用 yfinance 获取实时期权数据,Black-Scholes 计算 Greeks。 触发条件: 用户询问期权链、Greeks计算、IV分析、期权策略分析、策略推荐、 Iron Condor/Butterfly/Straddle/Strangle/Spread等策略、"分析期权"、 "推荐期权策略"、"看涨/看跌期权"、Delta/Gamma/Theta/Vega计算、隐含波动率。
安全使用建议
This skill appears to do what it says: it fetches market data from Yahoo via yfinance and computes Greeks/IV/strategy metrics locally. Before installing, consider: 1) install and run in an isolated Python environment (venv/conda) since it requires network access and third‑party packages; 2) SKILL.md suggests pip installing mibian/pandas/numpy/yfinance but omits scipy — add scipy to the environment to avoid runtime import errors; 3) the scripts contact Yahoo Finance (yfinance) to fetch data — if you run this in an environment without internet or behind restrictive network rules it will fail; 4) no credentials are requested and there are no hidden endpoints, but you should still review code if you plan to run it in production or with sensitive data. If you want extra assurance, run the scripts on sample tickers in a disposable environment and inspect network traffic (to confirm only yfinance/Yahoo endpoints are used).
功能分析
Type: OpenClaw Skill Name: options-analyzer Version: 1.0.0 The skill bundle provides tools for options analysis, including calculating Greeks, analyzing implied volatility, fetching option chains, and recommending strategies. All Python scripts utilize the `yfinance` library to fetch public financial data, which is directly aligned with the stated purpose of the skill. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent in SKILL.md. The external links in SKILL.md are for supporting the author, which is a common practice and not malicious.
能力评估
Purpose & Capability
Name/description match the included files and runtime instructions: scripts implement options chain retrieval, Greeks (Black‑Scholes), IV analysis, strategy analysis and recommendation. The declared runtime requirements (yfinance, mibian optional, pandas, numpy) are consistent with the functionality.
Instruction Scope
SKILL.md instructs installing Python packages and running the provided scripts. The scripts only access market data via yfinance (Yahoo Finance), perform local numeric calculations, and print results. There are no instructions to read unrelated local files, access system credentials, or transmit data to external endpoints beyond the expected data source (yfinance).
Install Mechanism
The registry contains no formal install spec (instruction-only), but SKILL.md recommends pip install commands. That's a normal low-risk approach, but the README's pip line omits scipy which the greeks script imports (scipy.stats.norm) — this is a minor mismatch that could cause runtime errors. No download-from-URL or obscure installers are used.
Credentials
The skill requests no environment variables, credentials, or config paths. All environment access is proportional: network access for yfinance is necessary for realtime option data. No tokens or secrets are requested.
Persistence & Privilege
The skill does not request permanent/always-on privileges (always: false) and does not attempt to modify other skills or system-wide settings. It will run only when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install options-analyzer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /options-analyzer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of options-analyzer. - Provides one-stop professional analysis for options: option chains, Greeks calculation, IV analysis, P&L and break-even computation for 15+ strategies, and intelligent strategy recommendations. - Utilizes yfinance for real-time data and Black-Scholes model for Greek calculations. - Includes detailed CLI usage examples and documentation for ease of use. - Supports popular option strategies such as Iron Condor, Butterfly, Straddle, Strangle, and Spreads.
元数据
Slug options-analyzer
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Options Analyzer 是什么?

📊 专业期权策略分析器 — 期权链、Greeks、IV分析、策略推荐一站式解决! 使用 yfinance 获取实时期权数据,Black-Scholes 计算 Greeks。 触发条件: 用户询问期权链、Greeks计算、IV分析、期权策略分析、策略推荐、 Iron Condor/Butterfly/Straddle/Strangle/Spread等策略、"分析期权"、 "推荐期权策略"、"看涨/看跌期权"、Delta/Gamma/Theta/Vega计算、隐含波动率。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1823 次。

如何安装 Options Analyzer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install options-analyzer」即可一键安装,无需额外配置。

Options Analyzer 是免费的吗?

是的,Options Analyzer 完全免费(开源免费),可自由下载、安装和使用。

Options Analyzer 支持哪些平台?

Options Analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Options Analyzer?

由 BENZEMA(@benzema216)开发并维护,当前版本 v1.0.0。

💬 留言讨论