Agent skill · Data & Analytics

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

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Version: 1.0.0
Declared author: longbridge
Path: skills/analysis/longbridge-depth/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-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

What's inside
Steps it walks through
  1. Subcommands
  2. When to use
  3. Workflow
  4. CLI
  5. Output
  6. Error handling
  7. MCP fallback
  8. Related skills
  9. File layout
Ships with 1 file
  • metadata.json
Commands it runs
longbridge depth   700.HK                  --format json
longbridge brokers 700.HK                  --format json   # HK-only
longbridge trades  700.HK --count 50       --format json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going