longbridge-options-strategy
Original:🇺🇸 English
Translated
Options strategy framework via Longbridge — covered call, protective put, straddle, strangle, bull spread, bear spread selection and comparison based on market view and IV level. Triggers: "期权策略", "备兑开仓", "保护性看跌", "跨式策略", "宽跨式", "牛市价差", "熊市价差", "期权组合", "卖出期权", "买入期权", "期權策略", "備兌開倉", "保護性看跌", "跨式策略", "牛市價差", "熊市價差", "期權組合", "options strategy", "covered call", "protective put", "straddle", "strangle", "bull spread", "bear spread", "options combination".
3installs
Sourcelongbridge/skills
Added on
NPX Install
npx skill4agent add longbridge/skills longbridge-options-strategyTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →longbridge-options-strategy
Prompt-only analysis skill. Recommends and explains common options strategies based on the user's market view (bullish/bearish/neutral) and current IV environment (rich/cheap).
Response language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
When to use
- "我看涨 AAPL,想用期权放大收益,有什么策略?" / "I'm bullish on AAPL, what option strategy?"
- "TSLA 财报前波动率很高,我该怎么操作?" / "TSLA IV is high before earnings, what should I do?"
- "我持有 700.HK,想买个保险" / "I hold 700.HK and want downside protection"
- "跨式和宽跨式有什么区别?" / "Straddle vs strangle — which is better?"
For P&L and Greeks detail route to . For IV surface route to .
longbridge-options-pnllongbridge-options-volatilityCLI
Run to verify exact flags.
longbridge <subcommand> --helpbash
# Underlying spot and context
longbridge quote <SYMBOL> --format json
# Option chain — expiry dates
longbridge option chain <SYMBOL> --format json
# Strikes for a specific expiry
longbridge option chain <SYMBOL> --date <YYYY-MM-DD> --format json
# Call / put volume ratio for sentiment
longbridge option volume <SYMBOL> --format jsonStrategy matrix
| Market view | IV level | Recommended strategy | Risk profile |
|---|---|---|---|
| Bullish | Any | Long call / bull call spread | Limited loss, capped or unlimited gain |
| Bullish | Rich | Bull put spread (sell put spread) | Collect premium, limited risk |
| Bearish | Any | Long put / bear put spread | Limited loss, capped or large gain |
| Bearish | Rich | Bear call spread (sell call spread) | Collect premium, limited risk |
| Neutral (range-bound) | Rich | Short strangle / short straddle | Collect premium, unlimited risk |
| Neutral (range-bound) | Rich | Iron condor | Collect premium, defined risk both sides |
| Neutral (vol expansion) | Cheap | Long straddle / long strangle | Pay premium, profit from large move |
| Income on holding | Any | Covered call | Reduce cost basis, cap upside |
| Downside protection | Any | Protective put | Insurance premium, preserve upside |
Workflow
- Clarify user's market view (direction + conviction) and time horizon.
- Fetch underlying spot (), option chain expiries, near-term strikes, and call/put volume.
longbridge quote - Assess IV from ATM IV in chain vs rough HV proxy (see ).
longbridge-options-volatility - Select 1–2 strategies from the matrix; explain structure, legs, and cost.
- Show example legs using live strikes from the chain (ATM and nearby).
- Output structured recommendation (template below).
Output template
{Symbol} options strategy recommendation — Source: Longbridge Securities
[Market context]
- Spot: ${S} | Nearest expiry: {date} | ATM IV: ~X%
- IV environment: {rich / fair / cheap} | P/C volume ratio: {X}
[Recommended strategy: {Name}]
Structure:
Leg 1: {Buy/Sell} {N} {OCC} @ ${prem}
Leg 2: ...
Key metrics (estimated):
Max profit: ${X}
Max loss: ${X}
Breakeven: ${X}
Why this fits: {2-sentence rationale linking market view + IV}
[Alternative: {Name}]
{Brief description and trade-offs}
⚠️ 以上分析仅供参考,不构成投资建议。/ 以上分析僅供參考,不構成投資建議。/ For reference only. Not investment advice.Error handling
| Situation | 简体回复 | 繁體回復 | English reply |
|---|---|---|---|
| 切换到 MCP;若不可用,请安装 longbridge-terminal | 切換至 MCP;若不可用,請安裝 longbridge-terminal | Fall back to MCP; if unavailable, install longbridge-terminal |
stderr | 请执行 | 請執行 | Run |
| No liquid options (HK stock) | 流动性不足,建议仅使用备兑或保护性看跌 | 流動性不足,建議僅使用備兌或保護性看跌 | Low liquidity — consider covered call or protective put only |
| User view unclear | 请说明看涨、看跌还是中性 | 請說明看漲、看跌還是中性 | Please clarify: bullish, bearish, or neutral? |
MCP fallback
| CLI command | MCP tool |
|---|---|
| |
| |
| |
| |
Related skills
- IV / vol analysis →
longbridge-options-volatility - P&L and Greeks payoff →
longbridge-options-pnl - Advanced strategies (calendar, diagonal, skew) →
longbridge-options-advanced - Raw option chain / quotes →
longbridge-derivatives
File layout
longbridge-options-strategy/
└── SKILL.md # prompt-only, no scripts/