longbridge-topic
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chineselongbridge-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
工作流程
- Identify the operation: list / search / detail / replies / mine / create / create-reply.
- For list: resolve symbol to .
<CODE>.<MARKET> - For search: use the keyword directly.
- For detail / replies / create-reply: use the topic ID from context or ask for it.
- For create / create-reply: check login first; if not logged in, tell user to run .
longbridge auth login - Call the CLI (preferred) or MCP fallback; present results in a readable format.
- 识别操作类型:列表/搜索/详情/回复/个人话题/发布话题/回复话题。
- 若为列表操作:将股票代码解析为格式。
<CODE>.<MARKET> - 若为搜索操作:直接使用关键词。
- 若为详情/回复/回复话题操作:从上下文获取话题ID,若没有则询问用户。
- 若为发布话题/回复话题操作:先检查登录状态;若未登录,告知用户执行。
longbridge auth login - 优先调用CLI,若不可用则使用MCP备选方案;以易读格式展示结果。
CLI
CLI 命令
Run to verify exact flags before use.
longbridge topic --helpbash
undefined使用前请运行确认具体参数。
longbridge topic --helpbash
undefinedList 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
undefinedlongbridge topic create-reply 12345 --body "I agree, the guidance was strong." --format json
undefinedOutput
输出格式
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 |
| 内容 | 內容 | Content |
| 作者 | 作者 | Author |
| 点赞数 | 點贊數 | Likes |
| 评论数 | 評論數 | Comments |
| 发布时间 | 發布時間 | Published |
话题列表——每个话题需展示:标题、作者、点赞数、评论数、发布时间、话题ID。
话题详情——展示正文内容、作者、发布时间、点赞数、浏览量,以及内容简短摘要。
回复内容——每条回复需展示:作者、内容、时间、点赞数。
发布话题/回复话题——确认操作成功并返回新话题/回复的ID。
字段对应翻译:
| Field (likely) | 简体 | 繁體 | English |
|---|---|---|---|
| 标题 | 標題 | Title |
| 内容 | 內容 | Content |
| 作者 | 作者 | Author |
| 点赞数 | 點贊數 | Likes |
| 评论数 | 評論數 | Comments |
| 发布时间 | 發布時間 | Published |
Error handling
错误处理
| Situation | 简体 | 繁體 | English |
|---|---|---|---|
| 退回 MCP;如未配置,提示安装 longbridge-terminal | 退回 MCP;如未設定,提示安裝 longbridge-terminal | Fall back to MCP; if unavailable, ask user to install longbridge-terminal |
| 发布/回复需要登录,请运行 | 發布/回覆需要登入,請執行 | Posting requires login — run |
| Symbol not found | 无法识别股票代码,请确认格式如 TSLA.US / 700.HK | 無法識別股票代碼,請確認格式如 TSLA.US / 700.HK | Cannot 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 |
|---|---|---|---|
| 退回 MCP;如未配置,提示安装 longbridge-terminal | 退回 MCP;如未設定,提示安裝 longbridge-terminal | Fall back to MCP; if unavailable, ask user to install longbridge-terminal |
| 发布/回复需要登录,请运行 | 發布/回覆需要登入,請執行 | Posting requires login — run |
| Symbol not found | 无法识别股票代码,请确认格式如 TSLA.US / 700.HK | 無法識別股票代碼,請確認格式如 TSLA.US / 700.HK | Cannot 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 CLI is not installed (), use MCP tools:
longbridgecommand not found| CLI usage | MCP tool |
|---|---|
| |
| |
| |
| |
| |
若未安装 CLI(提示),则使用MCP工具:
longbridgecommand not found| CLI usage | MCP tool |
|---|---|
| |
| |
| |
| |
| |
Related skills
相关技能
- News and filings →
longbridge-news - Community sentiment as part of omnibus digest → (includes
longbridge-newsin full mode)topic - 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/