Agent skill · Design & Presentation

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".

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill longbridge-hedging --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Version: 1.0.0
Declared author: longbridge
Path: skills/analysis/longbridge-hedging/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to use
  2. Workflow
  3. Step 1 — Identify hedge objective
  4. Step 2 — Fetch data
  5. Step 3 — Beta hedge
  6. Step 4 — Options-based protection
  7. Step 5 — Tail risk hedges
  8. Step 6 — Currency hedge
  9. Step 7 — Hedge cost assessment
  10. CLI
  11. Output
  12. Error handling
  13. Related skills
  14. File layout
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going