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
Added on

NPX Install

npx skill4agent add longbridge/skills longbridge-options-strategy

Tags

Translated version includes tags in frontmatter

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
longbridge-options-pnl
. For IV surface route to
longbridge-options-volatility
.

CLI

Run
longbridge <subcommand> --help
to verify exact flags.
bash
# 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 json

Strategy matrix

Market viewIV levelRecommended strategyRisk profile
BullishAnyLong call / bull call spreadLimited loss, capped or unlimited gain
BullishRichBull put spread (sell put spread)Collect premium, limited risk
BearishAnyLong put / bear put spreadLimited loss, capped or large gain
BearishRichBear call spread (sell call spread)Collect premium, limited risk
Neutral (range-bound)RichShort strangle / short straddleCollect premium, unlimited risk
Neutral (range-bound)RichIron condorCollect premium, defined risk both sides
Neutral (vol expansion)CheapLong straddle / long stranglePay premium, profit from large move
Income on holdingAnyCovered callReduce cost basis, cap upside
Downside protectionAnyProtective putInsurance premium, preserve upside

Workflow

  1. Clarify user's market view (direction + conviction) and time horizon.
  2. Fetch underlying spot (
    longbridge quote
    ), option chain expiries, near-term strikes, and call/put volume.
  3. Assess IV from ATM IV in chain vs rough HV proxy (see
    longbridge-options-volatility
    ).
  4. Select 1–2 strategies from the matrix; explain structure, legs, and cost.
  5. Show example legs using live strikes from the chain (ATM and nearby).
  6. 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
command not found: longbridge
切换到 MCP;若不可用,请安装 longbridge-terminal切換至 MCP;若不可用,請安裝 longbridge-terminalFall back to MCP; if unavailable, install longbridge-terminal
stderr
not logged in
请执行
longbridge auth login
請執行
longbridge auth login
Run
longbridge auth login
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 commandMCP tool
longbridge quote
mcp__longbridge__quote
longbridge option chain
mcp__longbridge__option_chain_expiry_date_list
longbridge option chain --date
mcp__longbridge__option_chain_info_by_date
longbridge option volume
mcp__longbridge__option_volume

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/