From longbridge
Options (US / HK) and Hong Kong warrants (callable bull/bear, call warrants, put warrants) via Longbridge Securities — option quote, option chain by underlying / expiry, option volume, warrant quote / list / issuers. Returns IV, Greeks, strikes, expiries. Triggers: "期权", "option", "call", "put", "认购", "认沽", "行权价", "到期日", "IV", "希腊字母", "delta", "gamma", "窝轮", "牛熊证", "认购证", "认沽证", "認購", "認沽", "行權價", "到期日", "窩輪", "牛熊證", "option chain", "options expiry", "warrant", "CBBC", "callable bull bear contract".
npx claudepluginhub longbridge/skills --plugin longbridgeThis skill uses the workspace's default tool permissions.
Options (US / HK) and HK warrants. Underlying-stock quotes belong in `longbridge-quote`.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Options (US / HK) and HK warrants. Underlying-stock quotes belong in longbridge-quote.
Response language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
optionandwarrantare parent commands; each has its own sub-subcommands. Runlongbridge option --help/longbridge warrant --helpto see the current sub-subcommand list and their flags.
| CLI command | Returns |
|---|---|
longbridge option quote <CONTRACT>... --format json | Quote(s) for one or more option contracts (OCC symbols). Includes IV, delta, strike, expiry. |
longbridge option chain <UNDERLYING> --format json | Available expiry dates for the underlying. |
longbridge option chain <UNDERLYING> --date YYYY-MM-DD --format json | Strikes for a specific expiry — each row gives call_symbol and put_symbol OCC codes. |
longbridge option volume <UNDERLYING> --format json | Real-time call / put volume snapshot (use longbridge option volume daily ... for historical). |
longbridge warrant <UNDERLYING> --format json | Default warrants list for an underlying (HK only). |
longbridge warrant quote <WARRANT>... --format json | Quote(s) for HK warrants (leverage, IV, etc.). |
longbridge warrant issuers --format json | Directory of HK warrant issuers. |
Format: <TICKER><YYMMDD><C|P><STRIKE×1000, 8 digits>. Example: AAPL240119C190000 = AAPL, expires 2024-01-19, Call, strike $190.00.
| User input | Strategy |
|---|---|
| Full OCC symbol | option quote <symbol> directly |
| Underlying + expiry + strike + call/put | option chain <UL> --date <d> to find OCC code → option quote |
| Underlying + window only | option chain <UL> to list expiries; ask user to pick |
| User says | Term |
|---|---|
| 认购证 / 牛证 / call | Call |
| 认沽证 / 熊证 / put | Put |
| 行权价 / strike | Strike |
| 到期日 / expiry | Expiry |
| 隐含波动率 / IV | Implied volatility |
longbridge option quote AAPL250117C190000 AAPL250117P190000 --format json
longbridge option chain AAPL.US --format json
longbridge option chain AAPL.US --date 2025-01-17 --format json
longbridge option volume AAPL.US --format json
longbridge warrant 700.HK --format json
longbridge warrant quote 12345.HK --format json
longbridge warrant issuers --format json
option quote: array of contract rows (each: IV, delta, strike, expiry, …).option chain (no date): array of {expiry_date}.option chain --date: array of {strike, call_symbol, put_symbol, standard}.option volume: real-time call / put volume snapshot.warrant <UNDERLYING>: array of warrant rows for that underlying.warrant quote: array of quote rows.warrant issuers: array of {id, name_(cn), name_(en)}.| CLI subcommand | MCP tool |
|---|---|
option quote | mcp__longbridge__option_quote |
option chain (no date) | mcp__longbridge__option_chain_expiry_date_list |
option chain --date | mcp__longbridge__option_chain_info_by_date |
option volume | mcp__longbridge__option_volume / mcp__longbridge__option_volume_daily |
warrant quote | mcp__longbridge__warrant_quote |
warrant <UNDERLYING> (list) | mcp__longbridge__warrant_list |
warrant issuers | mcp__longbridge__warrant_issuers |
If longbridge is missing, fall back to MCP. "no quote access" on option quote indicates the account lacks the options market-data subscription — surface the message verbatim and tell the user to upgrade quote permissions on Longbridge.
longbridge-quotelongbridge-klinelongbridge-depthlongbridge-derivatives/
└── SKILL.md # prompt-only, no scripts/