longbridge-hedging
Hedging strategy design framework — Beta hedge ratio (portfolio vs benchmark), option protection strategies (protective put / collar), tail-risk hedges (VIX-related / gold / treasuries), cross-asset hedges (currency risk), and hedge cost assessment (option premium vs protection value). Triggers: "对冲", "对冲策略", "Beta对冲", "保护性看跌", "领口策略", "尾部风险", "汇率对冲", "对冲比率", "對冲", "對冲策略", "Beta對冲", "保護性看跌", "領口策略", "尾部風險", "hedging", "hedge strategy", "beta hedge", "protective put", "collar strategy", "tail risk hedge", "currency hedge", "hedge ratio", "portfolio insurance".
npx skills add majiayu000/claude-skill-registry --skill longbridge-hedging --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# longbridge-hedging Design and evaluate hedging strategies for a portfolio or single position using Longbridge market data — from simple Beta hedges to options-based protection and cross-asset tail-risk hedges. > **Response language**: match the user's input language — Simplified Chinese / Traditional Chinese / English. ## When to use - *"帮我设计组合对冲方案"*, *"design a hedge for my portfolio"*, *"幫我設計對冲方案"* - *"NVDA 怎么用期权对冲"*, *"how to hedge NVDA with options"* - *"Beta 对冲比率怎么算"*, *"calculate Beta hedge ratio"* - *"领口策略怎么构建"*, *"how to set up a collar strategy"* - *"尾部风险对冲有哪些工具"*, *"tail risk hedge instruments"* - *"汇率风险怎么对冲"*, *"how to hedge currency exposure"* For option pricing and Greeks, use `longbridge-derivatives`. For portfolio-level P&L, use `longbridge-portfolio`. ## Workflow ### Step 1 — Identify hedge objective Clarify with the user: - What is being hedged: single position, portfolio, or sector exposure? - Risk to hedge: market Beta, tail event, currency, or volatility? - Hedge horizon: days, weeks, or months? - Cost tolerance: zero-cost (collar) or willing to pay premium? ### Step 2 — Fetch data ```bash longbridge kline --help longbridge option --help # Beta calculation (60
- When to use
- Workflow
- Step 1 — Identify hedge objective
- Step 2 — Fetch data
- Step 3 — Beta hedge
- Step 4 — Options-based protection
- Step 5 — Tail risk hedges
- Step 6 — Currency hedge
- Step 7 — Hedge cost assessment
- CLI
- Output
- Error handling
- Related skills
- File layout
longbridge kline --help longbridge option --help Beta calculation (60-day daily returns) longbridge kline <SYMBOL> --period day --count 60 --format json Option chain for hedge instruments longbridge option chain <SYMBOL> --format json Current portfolio positions (requires login with trade scope) longbridge positions --format json longbridge positions --help
What does the longbridge-hedging skill do?
Hedging strategy design framework — Beta hedge ratio (portfolio vs benchmark), option protection strategies (protective put / collar), tail-risk hedges (VIX-related / gold / treasuries), cross-asset hedges (currency risk), and hedge cost assessment (option premium vs protection value). Triggers: "对冲", "对冲策略", "Beta对冲", "保护性看跌", "领口策略", "尾部风险", "汇率对冲", "对冲比率", "對冲", "對冲策略", "Beta對冲", "保護性看跌", "領口策略", "尾部風險", "hedging", "hedge strategy", "beta hedge", "protective put", "collar strategy", "tail risk hedge", "currency hedge", "hedge ratio", "portfolio insurance".
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill longbridge-hedging --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
