From longbridge
List active real-time WebSocket subscriptions in the current Longbridge CLI session — symbols, sub_types (quote / depth / trades / brokers), candlestick periods. Diagnostic only; rarely needed in day-to-day use. Requires longbridge login. Triggers: "我订阅了哪些实时数据", "实时连接状态", "推送状态", "我訂閱了什麼", "推送狀態", "active subscriptions", "websocket subscriptions", "real-time stream status".
npx claudepluginhub longbridge/skills --plugin longbridgeThis skill uses the workspace's default tool permissions.
Diagnostic listing of the active real-time subscriptions in the current `longbridge` CLI session.
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.
Diagnostic listing of the active real-time subscriptions in the current longbridge CLI session.
Response language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
default_install: false — not installed by default. Manual symlink only.
longbridge subscriptions --format json
Returns an array of {symbol, sub_types: [...], candlestick_periods: [...]} for every active subscription in this CLI session.
The Longbridge MCP service is stateless HTTP — it has no WebSocket session concept and no equivalent tool. This skill requires the local longbridge CLI (which holds the OAuth + WebSocket session).
If longbridge is not installed, tell the user this skill is local-only and they need to install longbridge-terminal.
If longbridge is missing, surface the message — there is no MCP fallback. If stderr says not logged in, tell the user to run longbridge auth login.
longbridge-subscriptions/
└── SKILL.md # prompt-only, no scripts/