longbridge-subscriptions
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chineselongbridge-subscriptions
longbridge-subscriptions
Diagnostic listing of the active real-time subscriptions in the current CLI session.
longbridgeResponse language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
default_install: false列出当前 CLI会话中的活跃实时订阅诊断信息。
longbridge响应语言:匹配用户输入语言——简体中文/繁体中文/英文。
default_install: falseWhen to use
使用场景
- "我现在订阅了哪些实时推送" → run
- "为什么没收到 NVDA 实时报价" → diagnostic
- "实时数据" (ambiguous) → ask back: subscriptions vs quotes vs watchlist?
- "我现在订阅了哪些实时推送" → 运行此工具
- "为什么没收到NVDA实时报价" → 用于诊断
- "实时数据"(表述模糊)→ 反问:是订阅信息、报价还是关注列表?
CLI
CLI命令
bash
longbridge subscriptions --format jsonReturns an array of for every active subscription in this CLI session.
{symbol, sub_types: [...], candlestick_periods: [...]}bash
longbridge subscriptions --format json返回当前CLI会话中每个活跃订阅的数组,格式为。
{symbol, sub_types: [...], candlestick_periods: [...]}Local-only
仅本地可用
The Longbridge MCP service is stateless HTTP — it has no WebSocket session concept and no equivalent tool. This skill requires the local CLI (which holds the OAuth + WebSocket session).
longbridgeIf is not installed, tell the user this skill is local-only and they need to install longbridge-terminal.
longbridgeLongbridge MCP服务是无状态HTTP服务——它没有WebSocket会话概念,也没有等效工具。此功能需要本地 CLI(持有OAuth + WebSocket会话)。
longbridge如果未安装,请告知用户此功能仅本地可用,他们需要安装longbridge-terminal。
longbridgeError handling
错误处理
If is missing, surface the message — there is no MCP fallback. If stderr says , tell the user to run .
longbridgenot logged inlongbridge auth login如果缺少,提示相应信息——没有MCP备选方案。如果标准错误输出显示,请告知用户运行。
longbridgenot logged inlongbridge auth loginFile layout
文件结构
longbridge-subscriptions/
└── SKILL.md # prompt-only, no scripts/longbridge-subscriptions/
└── SKILL.md # 仅提示文件,无scripts/目录