longbridge-topic

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

longbridge-topic

longbridge-topic

Browse and participate in Longbridge community discussions — list topics for a stock, search by keyword, read detail and replies, view your own posts, and publish new content.
Response language: match the user's input language — Simplified Chinese / Traditional Chinese / English.
浏览并参与Longbridge社区讨论——支持查看某只股票的话题列表、按关键词搜索话题、查看话题详情及回复、查看个人发布的帖子,以及发布新内容。
响应语言:匹配用户输入语言——简体中文 / 繁体中文 / 英文。

When to use

使用场景

  • "TSLA 社区在聊什么", "NVDA 話題", "AAPL discussion"
  • "搜索关于 AI 的话题", "search community for earnings"
  • "查看话题 12345 的详情和回复", "topic detail 12345"
  • "我的话题", "my posts", "我的帖子"
  • "发一条关于 NVDA 的帖子", "post a comment on 700.HK" (requires login)
  • "回复话题 12345", "reply to topic" (requires login)
  • "TSLA 社区在聊什么", "NVDA 話題", "AAPL discussion"
  • "搜索关于 AI 的话题", "search community for earnings"
  • "查看话题 12345 的详情和回复", "topic detail 12345"
  • "我的话题", "my posts", "我的帖子"
  • "发一条关于 NVDA 的帖子", "post a comment on 700.HK"(需要登录)
  • "回复话题 12345", "reply to topic"(需要登录)

Workflow

工作流程

  1. Identify the operation: list / search / detail / replies / mine / create / create-reply.
  2. For list: resolve symbol to
    <CODE>.<MARKET>
    .
  3. For search: use the keyword directly.
  4. For detail / replies / create-reply: use the topic ID from context or ask for it.
  5. For create / create-reply: check login first; if not logged in, tell user to run
    longbridge auth login
    .
  6. Call the CLI (preferred) or MCP fallback; present results in a readable format.
  1. 识别操作类型:列表/搜索/详情/回复/个人话题/发布话题/回复话题。
  2. 若为列表操作:将股票代码解析为
    <CODE>.<MARKET>
    格式。
  3. 若为搜索操作:直接使用关键词。
  4. 若为详情/回复/回复话题操作:从上下文获取话题ID,若没有则询问用户。
  5. 若为发布话题/回复话题操作:先检查登录状态;若未登录,告知用户执行
    longbridge auth login
  6. 优先调用CLI,若不可用则使用MCP备选方案;以易读格式展示结果。

CLI

CLI 命令

Run
longbridge topic --help
to verify exact flags before use.
bash
undefined
使用前请运行
longbridge topic --help
确认具体参数。
bash
undefined

List topics for a stock

List topics for a stock

longbridge topic TSLA.US --format json
longbridge topic TSLA.US --format json

Search topics by keyword

Search topics by keyword

longbridge topic search "AI chips" --format json
longbridge topic search "AI chips" --format json

View topic detail

View topic detail

longbridge topic detail 12345 --format json
longbridge topic detail 12345 --format json

View replies for a topic

View replies for a topic

longbridge topic replies 12345 --format json
longbridge topic replies 12345 --format json

My topics (requires login)

My topics (requires login)

longbridge topic mine --format json
longbridge topic mine --format json

Publish a new topic (requires login)

Publish a new topic (requires login)

longbridge topic create --body "My view on NVDA earnings..." --format json
longbridge topic create --body "My view on NVDA earnings..." --format json

Reply to a topic (requires login)

Reply to a topic (requires login)

longbridge topic create-reply 12345 --body "I agree, the guidance was strong." --format json
undefined
longbridge topic create-reply 12345 --body "I agree, the guidance was strong." --format json
undefined

Output

输出格式

Topic list — for each item, render: title, author, like count, comment count, creation time, topic ID.
Topic detail — render body text, author, publish time, likes, view count, and a short content summary.
Replies — render each reply: author, content, time, likes.
Create / create-reply — confirm success and return the new topic/reply ID.
Field translations:
Field (likely)简体繁體English
title
标题標題Title
body / content
内容內容Content
author
作者作者Author
like_count
点赞数點贊數Likes
comment_count
评论数評論數Comments
created_at
发布时间發布時間Published
话题列表——每个话题需展示:标题、作者、点赞数、评论数、发布时间、话题ID。
话题详情——展示正文内容、作者、发布时间、点赞数、浏览量,以及内容简短摘要。
回复内容——每条回复需展示:作者、内容、时间、点赞数。
发布话题/回复话题——确认操作成功并返回新话题/回复的ID。
字段对应翻译:
Field (likely)简体繁體English
title
标题標題Title
body / content
内容內容Content
author
作者作者Author
like_count
点赞数點贊數Likes
comment_count
评论数評論數Comments
created_at
发布时间發布時間Published

Error handling

错误处理

Situation简体繁體English
command not found: longbridge
退回 MCP;如未配置,提示安装 longbridge-terminal退回 MCP;如未設定,提示安裝 longbridge-terminalFall back to MCP; if unavailable, ask user to install longbridge-terminal
not logged in
/
unauthorized
发布/回复需要登录,请运行
longbridge auth login
發布/回覆需要登入,請執行
longbridge auth login
Posting requires login — run
longbridge auth login
Symbol not found无法识别股票代码,请确认格式如 TSLA.US / 700.HK無法識別股票代碼,請確認格式如 TSLA.US / 700.HKCannot resolve symbol — check format e.g. TSLA.US / 700.HK
Topic ID not found话题不存在或已删除話題不存在或已刪除Topic not found or deleted
Other stderr原文转达,不做静默重试原文轉達,不作靜默重試Relay verbatim; never retry silently
Situation简体繁體English
command not found: longbridge
退回 MCP;如未配置,提示安装 longbridge-terminal退回 MCP;如未設定,提示安裝 longbridge-terminalFall back to MCP; if unavailable, ask user to install longbridge-terminal
not logged in
/
unauthorized
发布/回复需要登录,请运行
longbridge auth login
發布/回覆需要登入,請執行
longbridge auth login
Posting requires login — run
longbridge auth login
Symbol not found无法识别股票代码,请确认格式如 TSLA.US / 700.HK無法識別股票代碼,請確認格式如 TSLA.US / 700.HKCannot resolve symbol — check format e.g. TSLA.US / 700.HK
Topic ID not found话题不存在或已删除話題不存在或已刪除Topic not found or deleted
Other stderr原文转达,不做静默重试原文轉達,不作靜默重試Relay verbatim; never retry silently

MCP fallback

MCP 备选方案

If
longbridge
CLI is not installed (
command not found
), use MCP tools:
CLI usageMCP tool
topic <SYMBOL>
mcp__longbridge__topic_list
topic search <KEYWORD>
mcp__longbridge__topic_search
topic detail <ID>
mcp__longbridge__topic_detail
topic replies <ID>
mcp__longbridge__topic_replies
topic mine
mcp__longbridge__topic_mine
若未安装
longbridge
CLI(提示
command not found
),则使用MCP工具:
CLI usageMCP tool
topic <SYMBOL>
mcp__longbridge__topic_list
topic search <KEYWORD>
mcp__longbridge__topic_search
topic detail <ID>
mcp__longbridge__topic_detail
topic replies <ID>
mcp__longbridge__topic_replies
topic mine
mcp__longbridge__topic_mine

Related skills

相关技能

  • News and filings →
    longbridge-news
  • Community sentiment as part of omnibus digest →
    longbridge-news
    (includes
    topic
    in full mode)
  • Real-time quote →
    longbridge-quote
  • 新闻与公告 →
    longbridge-news
  • 社区情绪汇总(作为综合摘要的一部分)→
    longbridge-news
    (完整模式包含
    topic
    功能)
  • 实时行情 →
    longbridge-quote

File layout

文件结构

longbridge-topic/
└── SKILL.md          # prompt-only, no scripts/
longbridge-topic/
└── SKILL.md          # prompt-only, no scripts/