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。tools
飞书审批:查询和处理审批待办/已办/实例,搜索可发起审批定义、查看定义详情并发起原生审批实例。当用户要处理审批任务、查看审批实例、搜索或发起审批时使用。审批待办不是飞书任务;非审批类待办走 lark-task。不负责创建审批定义;三方审批定义不走原生提单。
development
Use when a user needs reproducible repository sizing, language composition, file counts, or code-versus-comment ratios with pygount; record exclusions and verify measurement scope before interpreting results.
development
Route a development task to the official Hermes Agent skill, Graphify Codex artifact set, Open GSD Core bundle, or optional GSD Pi bundle without duplicating their installers or state machines.
development
飞书 / Lark 通讯录:按姓名 / 邮箱解析成 open_id,或按 open_id 反查姓名 / 部门 / 邮箱 / 联系方式 / 个人状态 / 签名,以及按关键词搜索当前用户可见的机器人 / 智能体(agent)。当用户提到一个名字要下一步发消息 / 排日程,或拿到 open_id 想查具体信息时使用。不负责部门树遍历、按部门列员工、组织架构图,这类需求走原生 OpenAPI。