From longbridge
US overnight-eligible securities directory and HK broker participant directory via Longbridge Securities. `security-list` covers the US overnight-trading catalog only (this is the only category exposed through this endpoint). `participants` is the HK broker_id ↔ name dictionary. For non-US listed-stock lookups, route the user to `longbridge-quote` for individual symbol queries. Triggers: "美股 listed", "美股 overnight", "经纪商 ID", "broker_id", "港股经纪商", "港股經紀商", "經紀商 ID", "list of US stocks", "overnight tradable", "broker directory", "participant lookup".
npx claudepluginhub longbridge/skills --plugin longbridgeThis skill uses the workspace's default tool permissions.
Catalog lookups: US overnight-eligible securities, and the HK broker_id → name dictionary.
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.
Catalog lookups: US overnight-eligible securities, and the HK broker_id → name dictionary.
Response language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
Run
longbridge <subcommand> --helpto confirm the current flag spelling and defaults.
| CLI command | Returns |
|---|---|
longbridge security-list --format json | US overnight-eligible securities [{symbol, name_en, name_cn}]. |
longbridge participants --format json | HK broker directory [{broker_id, name_en, name_cn}]. |
⚠️ Scope:
security-listonly exposes the US Overnight category (full HK / A-share / SG catalogs are not available through this endpoint). The CLI returnsError: Only US market is supported for security-list ...if you passHK / CN / SG. For non-US listed lookups, route the user tolongbridge-quotefor per-symbol queries.
security-listparticipantsparticipantslongbridge-quote.longbridge-quote.longbridge security-list --format json
longbridge participants --format json
security-list: array of {symbol, name_en, name_cn} for US overnight-eligible names.participants: array of {broker_id, name_en, name_cn} for HK brokers.If longbridge is missing, fall back to MCP. If stderr says "Only US market is supported for security-list" on a non-US market query, explain the scope limit to the user and offer per-symbol lookup via longbridge-quote. Other stderr messages relay verbatim.
| CLI subcommand | MCP tool |
|---|---|
security-list | mcp__longbridge__security_list |
participants | mcp__longbridge__participants |
longbridge-quotelongbridge-depth (broker queue)longbridge-security-list/
└── SKILL.md # prompt-only, no scripts/