Files
KingClawArmy/skills/options-strategy-advisor/SKILL.md
Chris ee06e6de6b fix: 修正審查員 P1-P6 全部問題
P1/P2: 為所有 53 個 SKILL.md 補明確 slug frontmatter,解決 importer slug 衝突
P3: 新增 .mcp.json,補 .paperclip.yaml envInputs
P4: agent-skill-mapping.md 補摘要版說明
P5: 修正文檔統計數字(53 skills,非 62)
P6: 清除 mcp-plan.md 敏感資訊與機器相依路徑

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-10 21:21:38 +00:00

60 lines
1.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: 選擇權策略顧問
slug: options-strategy-advisor
description: Black-Scholes 定價、Greeks 計算、17+ 選擇權策略的損益模擬(價差、禿鷹、財報策略等),約 1200 行的完整選擇權分析技能
metadata:
sources:
- kind: github-file
repo: tradermonty/claude-trading-skills
path: skills/options-strategy-advisor/SKILL.md
usage: referenced
---
# 選擇權策略顧問
完整的選擇權分析工具,支援多方研究員、空方研究員與回測工程師。
## 定價模型
- Black-Scholes 歐式選擇權定價
- 二項式模型(美式選擇權)
- 隱含波動率反算
## Greeks 計算
| Greek | 含義 | 用途 |
|---|---|---|
| Delta | 標的資產敏感度 | 避險比率 |
| Gamma | Delta 的變化率 | 凸性風險 |
| Theta | 時間價值衰減 | 持倉成本 |
| Vega | 波動率敏感度 | 波動率交易 |
| Rho | 利率敏感度 | 利率風險 |
## 支援策略17+
**做多方向**Long Call、Bull Call Spread、LEAPS、Covered Call
**做空方向**Long Put、Bear Put Spread、Protective Put避險
**中性策略**Iron Condor、Butterfly、Calendar Spread、Straddle、Strangle
**財報策略**Earnings Straddle、Earnings Strangle財報前後波動率策略
## 損益分析
- 每個策略的損益圖表
- 最大獲利、最大虧損
- 損益平衡點
- 獲利機率估算
## 需要的 MCP 工具
- `yfinance`:選擇權鏈數據
- `optionsflow` MCP更深度的 Greeks 與策略分析
## 使用時機
- 多方研究員Call 策略搭配股票多頭
- 空方研究員Put 策略搭配市場避險
- 回測工程師:選擇權策略回測基礎