openclaw-skills/options-strategy-evaluator/SKILL.md
Use when evaluating an options structure, checking expiry payoff checkpoints, comparing premium outlay versus downside protection, or preparing a short strategy note for a trade review.
npx skillsauth add seaworld008/commonly-used-high-value-skills options-strategy-evaluatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
将期权投资想法转化为可视化的盈亏平衡点(Payoff Shape)和风险指标。本技能旨在帮助交易员和风险经理在开仓前深入理解期权结构的收益风险比,避免将复杂的“结构”误认为真实的“阿尔法”优势。
# 确保已安装期权定价与数值计算库
pip install numpy pandas scipy pyvol
# 准备策略参数
npx clawhub install options-strategy-evaluator
scripts/evaluate_strategy.py。{
"ticker": "AAPL",
"strategy": "Bull Call Spread",
"underlying_price": 190.50,
"iv": 0.28,
"legs": [
{ "type": "Call", "strike": 195, "expiry": "2026-05-15", "side": "Long", "qty": 10, "premium": 4.5 },
{ "type": "Call", "strike": 205, "expiry": "2026-05-15", "side": "Short", "qty": 10, "premium": 1.2 }
]
}
### 📝 期权策略评估:[SPY] Iron Condor
**1. 策略概览 (Overview)**:
- **最大盈利**: $2,500 (权利金净收入)
- **最大亏损**: $7,500 (风险敞口)
- **盈亏比**: 1:3
**2. 核心风险指标 (The Greeks)**:
- **Delta**: [Neutral] - 处于市场中性状态。
- **Theta**: [+$85/day] - 每天赚取 85 美元时间价值。
- **Vega**: [-150] - 波动率上升将对头寸不利。
**3. 盈亏平衡点 (Breakeven)**:
- 下行平衡: $485.5
- 上行平衡: $515.5
**4. 胜率分析 (POB)**:
- 基于当前 IV 22%,到期获利概率为 **68%**。
**5. 风险提醒 (Critical Warnings)**:
- **流动性差**: 该行权价成交量极低,平仓可能面临较大滑点。
- **IV 溢价**: 目前 IV 高于历史分位数 80%,适合卖出而非买入。
# 运行策略评估脚本并输出可视化图表
python scripts/evaluate_strategy.py --input assets/spread_a.json --plot --show_greeks
options-strategy-evaluator 生成对冲方案(如买卖标的股票或调整期权腿)。MEMORY.md。development
Enumerating failure modes via pre-mortem analysis. Systematically identifies failure scenarios for plans, designs, and features, scoring them with RPN/AP. Does not write code.
testing
Orchestrating specialist AI agent teams as a meta-coordinator. Decomposes requests into minimum viable chains, spawns each as an independent session in AUTORUN modes, and drives to final output. Use when a task spans multiple specialist domains, requires parallel agent execution, or needs hub-and-spoke routing across the skill ecosystem.
development
Converting document formats (Markdown/Word/Excel/PDF/HTML). Converts specs from Scribe and reports from Harvest into distributable formats; generates reusable conversion scripts. Use when converting documents, building accessibility-compliant PDFs, or creating Pandoc/LibreOffice pipelines.
testing
Curating cross-agent knowledge and guarding institutional memory. Extracts patterns from agent journals into METAPATTERNS.md, detects knowledge decay, propagates best practices, prevents organizational forgetting. Use when consolidating cross-agent insights, curating memory, or auditing knowledge decay.