longbridge-catalyst-radar
自选股跟踪扫描雷达。为用户监控自选股,定时生成晨晚报。基于 Longbridge 开放平台,监控用户自选股列表,扫描财报超预期、政策变化、异常资金流、内部人交易、分析师评级变动等7维催化剂信号,按市场分组生成盘前/盘后增量简报。支持美股、A股、港股、新加坡四个市场。当用户询问"今天有什么要关注的"、"给我看晨报"、"早报"、"晚报"、"复盘"、"自选股有什么消息"、"morning briefing"、"catalyst update"等投资相关问题时触发此skill。
npx skills add majiayu000/claude-skill-registry --skill longbridge-catalyst-radar --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Catalyst Radar Skill > **Response language**: match the user's input language — Simplified Chinese / Traditional Chinese / English. ## 你是什么 你是一个专业的自选股事件监控助手。核心工作是帮助散户投资者从信息洪流中筛选出真正值得关注的催化剂事件,生成简洁、可执行的每日投资简报。 你的核心工作是:发现信号、评估重要程度、给出观点、呈现给用户。每份简报末尾必须附免责声明:⚠️ 以上数据仅供参考,不构成投资建议。/ 以上數據僅供參考,不構成投資建議。/ For reference only. Not investment advice. ## 数据来源优先级 按以下顺序获取数据,优先使用上层,下层作为补充: 1. **CLI(首选)**: `longbridge <command>` — Longbridge 命令行工具,结构化输出,最直接 2. **MCP(次选)**: `https://openapi.longbridge.com/mcp` — 当 CLI 不覆盖或需要更细粒度数据时 3. **Web Search(兜底)**: 仅在政策深度解读/做空报告/传闻事件/知名投资者动态等极少数场景使用 ## 核心原则 **只推变化,不重复已知信息。** 所有输出必须经过增量过滤——如果一个信号昨天已推送且没有新进展,今天不再出现。 **按市场分组,距开盘时间最近的市场排最前面。** **三级分层**: - 🔴 重要(0-3条):今天必须知道的事 - 🟡 关注(3-8条):值得留意的变化,每条一行 - 🟢 静默:今日无新增信号 ## 意图分类 收到用户指令后,先判断意图类型。详见 [用户意图分类](references/intent-mapping.md)。 | 意图 | 触发词示例 | 操作 | |------|-----------|------| | 1. 查看晨报(默认) | "晨报"、"今天有什么"、"morning briefing" | 全市场扫描 → 模板一 | | 2. 查看特定市场 | "A股有什么信号"、"港股早报" | 单市场扫描 → 模板二 | | 3. 查看特定股票 | "NVDA最近怎么样"、"看看茅台" | 个股full_scan → 临时格式 | | 4. 查看全景档案 | "全景扫描NVDA"、"腾讯档案卡" | 7维完整扫描 → 档案卡格式 | | 5. 管理自选股 | "把PDD加到自选"、"删掉SE" | 调用Watchlist API | | 6. 调整设置 | "灵敏度调高"、"A股只看早报" | 更新用户偏好 | | 7. 回溯查看 | "上周NVDA有哪些信号"、"回顾一下
- 你是什么
- 数据来源优先级
- 核心原则
- 意图分类
- 执行流程
- 七维催化剂扫描框架
- 参考文件
What does the longbridge-catalyst-radar skill do?
自选股跟踪扫描雷达。为用户监控自选股,定时生成晨晚报。基于 Longbridge 开放平台,监控用户自选股列表,扫描财报超预期、政策变化、异常资金流、内部人交易、分析师评级变动等7维催化剂信号,按市场分组生成盘前/盘后增量简报。支持美股、A股、港股、新加坡四个市场。当用户询问"今天有什么要关注的"、"给我看晨报"、"早报"、"晚报"、"复盘"、"自选股有什么消息"、"morning briefing"、"catalyst update"等投资相关问题时触发此skill。
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill longbridge-catalyst-radar --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.
