Agent skill

longbridge-options-pnl

Options P&L analysis via Longbridge — payoff diagrams, breakeven points, max profit/loss, and Greeks sensitivity (Delta/Gamma/Theta/Vega) for single-leg and multi-leg strategies. Triggers: "期权盈亏", "盈亏图", "盈亏平衡", "最大亏损", "最大盈利", "Greeks敏感性", "Delta", "Gamma", "Theta", "Vega", "多腿组合", "期权到期", "期權盈虧", "盈虧圖", "盈虧平衡", "最大虧損", "最大盈利", "Greeks敏感性", "多腿組合", "options payoff", "P&L diagram", "breakeven", "max profit", "max loss", "Greeks sensitivity", "delta gamma theta vega", "multi-leg options".

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Version: 1.0.0
Declared author: longbridge
Path: skills/analysis/longbridge-options-pnl/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-options-pnl Prompt-only analysis skill. Fetches live option quotes, then computes and explains payoff diagrams, breakevens, max profit/loss, and Greeks sensitivities for single-leg and multi-leg option positions. > **Response language**: match the user's input language — Simplified Chinese / Traditional Chinese / English. ## When to use - *"AAPL 200 call 的盈亏平衡点在哪"* / *"AAPL 200 call 盈虧平衡在哪"* / *"What is the breakeven on AAPL 200 call?"* - *"我卖出一个 TSLA put,最大亏损多少"* / *"I sold a TSLA put, what is my max loss?"* - *"帮我算跨式组合的到期盈亏"* / *"Show me the straddle payoff at expiry"* - *"这个期权的 Theta 每天损耗多少"* / *"How much Theta decay per day?"* For vol surface and IV analysis route to `longbridge-options-volatility`. For strategy selection route to `longbridge-options-strategy`. ## CLI Run `longbridge <subcommand> --help` to verify exact flags. ```bash # Fetch option quote (IV, Greeks, premium) for a known OCC symbol longbridge option quote <OCC_SYMBOL> --format json # Discover OCC symbol from underlying + expiry longbridge option chain <SYMBOL> --format json longbridge option chain <SYMBOL> --date <YYYY-MM-DD> --format json # Underlying spot price for payoff x-axis range longbridge

What's inside
Steps it walks through
  1. When to use
  2. CLI
  3. Workflow
  4. Output template
  5. Error handling
  6. MCP fallback
  7. Related skills
  8. File layout
Ships with 1 file
  • metadata.json
Commands it runs
Fetch option quote (IV, Greeks, premium) for a known OCC symbol
longbridge option quote <OCC_SYMBOL> --format json
Discover OCC symbol from underlying + expiry
longbridge option chain <SYMBOL> --format json
longbridge option chain <SYMBOL> --date <YYYY-MM-DD> --format json
Underlying spot price for payoff x-axis range
longbridge quote <SYMBOL> --format json
More from claude-skill-registry
All skills →
About this skill
What does the longbridge-options-pnl skill do?

Options P&L analysis via Longbridge — payoff diagrams, breakeven points, max profit/loss, and Greeks sensitivity (Delta/Gamma/Theta/Vega) for single-leg and multi-leg strategies. Triggers: "期权盈亏", "盈亏图", "盈亏平衡", "最大亏损", "最大盈利", "Greeks敏感性", "Delta", "Gamma", "Theta", "Vega", "多腿组合", "期权到期", "期權盈虧", "盈虧圖", "盈虧平衡", "最大虧損", "最大盈利", "Greeks敏感性", "多腿組合", "options payoff", "P&L diagram", "breakeven", "max profit", "max loss", "Greeks sensitivity", "delta gamma theta vega", "multi-leg options".

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill longbridge-options-pnl --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