longbridge-depth
Orderbook depth (5/10-level bid/ask), broker queue (HK only), and tick-by-tick trades for stocks via Longbridge Securities. Use for orderbook microstructure questions. Triggers: "盘口", "买卖盘", "5 档", "10 档", "深度", "经纪商队列", "逐笔", "tick", "成交明细", "盤口", "買賣盤", "5 檔", "10 檔", "經紀商隊列", "逐筆", "成交明細", "depth", "orderbook", "level 2", "broker queue", "tick data", "trades", "time and sales".
npx skills add majiayu000/claude-skill-registry --skill longbridge-depth --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-depth Orderbook depth, broker queue (HK-only), and tick-by-tick trades. > **Response language**: match the user's input language — Simplified Chinese / Traditional Chinese / English. ## Subcommands | Subcommand | Returns | |---|---| | `depth` | 5 / 10-level orderbook: per-level price / volume / order_num | | `brokers` | Per-level broker_id queue (**HK only**). Tell the user the queue is HK-only when they ask about a non-HK symbol. | | `trades` | Latest N trades: time / price / volume / direction / type. Pass `--count 1..1000`. | `broker_id` integers can be translated to names via `longbridge-security-list` → `participants`. ## When to use - *"看下 700.HK 的盘口"*, *"TSLA 5 档买卖盘"* → `depth` - *"茅台经纪商队列"* — non-HK symbol → tell user *"broker queue is HK-only"* and switch to `depth` - *"NVDA 最近 50 笔成交"*, *"腾讯 tick 数据"* → `trades --count 50` - *"700 全部盘口"*, *"microstructure overview"* → call `depth`, `brokers` (if HK), and `trades` and merge the results ## Workflow 1. Resolve the symbol to `<CODE>.<MARKET>`. 2. Pick the subcommand by user intent (table above). For an "overview" intent, run `depth` + `brokers` (HK-only) + `trades` and merge. 3. **Off-hours warning**: outside tra
- Subcommands
- When to use
- Workflow
- CLI
- Output
- Error handling
- MCP fallback
- Related skills
- File layout
longbridge depth 700.HK --format json longbridge brokers 700.HK --format json # HK-only longbridge trades 700.HK --count 50 --format json
What does the longbridge-depth skill do?
Orderbook depth (5/10-level bid/ask), broker queue (HK only), and tick-by-tick trades for stocks via Longbridge Securities. Use for orderbook microstructure questions. Triggers: "盘口", "买卖盘", "5 档", "10 档", "深度", "经纪商队列", "逐笔", "tick", "成交明细", "盤口", "買賣盤", "5 檔", "10 檔", "經紀商隊列", "逐筆", "成交明細", "depth", "orderbook", "level 2", "broker queue", "tick data", "trades", "time and sales".
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill longbridge-depth --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.
