← 返回 Skills 市场
jearrylee

News Alert | 新闻监控

作者 jearrylee · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
201
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install j-news-alert
功能描述
监控持仓公司的最新新闻,发现重要信息立即提醒
使用说明 (SKILL.md)

News Alert | 新闻监控

实时监控你持仓公司的最新新闻、公告、研报,发现重要信息立即提醒你。

触发场景

  • 用户问"最近有什么新闻"
  • 用户问"XXX 有什么新消息"
  • 发现重大新闻时主动提醒
  • 财报发布提醒

监控内容

1. 新闻类型

类型 来源 重要程度 处理方式
财报公告 交易所公告 ⭐⭐⭐ 立即提醒
重大事项 公司公告 ⭐⭐⭐ 立即提醒
行业政策 新闻网站 ⭐⭐ 当日汇总
竞争对手 行业新闻 ⭐⭐ 当日汇总
管理层变动 公司公告 ⭐⭐⭐ 立即提醒
研报发布 券商研报 可选
负面舆情 社交媒体 ⭐⭐⭐ 立即提醒

2. 新闻评估框架

对每条新闻,评估:

新闻标题:
发布时间:
来源:
影响范围:正面/中性/负面
影响程度:高/中/低
持续时间:短期/中期/长期
是否需要行动:是/否
行动建议:

3. 重大新闻判断标准

立即提醒的触发条件:

  • 财报发布(超预期/不及预期)
  • 管理层重大变动
  • 重大并购/出售
  • 行业政策重大变化
  • 重大负面舆情
  • 竞争对手重大动作
  • 估值重大变化(单日波动超过10%)

4. 新闻聚合

每日/每周聚合:

═══════════════════════════════════════
📰 新闻监控日报 | YYYY-MM-DD
═══════════════════════════════════════

【重大新闻 - 需要关注】
🔴 XXX(持仓)发布财报,净利润同比增长XX%
   → 影响:正面
   → 行动:阅读财报,确认可持续性

🔴 XXX(持仓)管理层变动
   → 影响:中性
   → 行动:关注新管理层背景

【行业动态】
- XXX 行业政策更新
- XXX 竞争对手发布新产品

【市场情绪】
- A股整体:上涨/下跌/震荡
- 港股整体:上涨/下跌/震荡
- 恒生科技指数:+X%/-X%

【今日无新闻】
以下持仓今日无重要新闻:
- XXX
- XXX

═══════════════════════════════════════

5. 情绪分析

对新闻内容进行情绪判断:

情绪 关键词 示例
正面 增长、超预期、中标、突破 "净利润同比增长50%"
负面 下滑、不及预期、亏损、监管 "营收同比下降20%"
中性 发布、公告、会议、调整 "公司发布年度报告"

6. 关键词监控

对每只持仓,预设关键词:

小米:
- 小米汽车、SU7、交付量、市占率
- 雷军、卢伟冰
- 手机销量、IoT收入

腾讯:
- 游戏版号、微信、小程序
- 视频号、广告收入
- 金融科技

阿里巴巴:
- 淘宝、天猫、阿里云
- 电商GMV、用户增长
- 蚂蚁集团

蜜雪集团:
- 开店数、加盟商
- 海外扩张、单店收入

优必选:
- 机器人订单、交付
- 合作、商业化

提醒方式

  1. 立即提醒:重大新闻通过消息推送
  2. 每日汇总:每天晚上发送当日新闻汇总
  3. 每周回顾:每周日发送一周新闻回顾

数据源

数据源 内容 频率
东方财富 股价、公告 实时
雪球 讨论、新闻 实时
新浪财经 新闻 实时
公司官网 公告 每日
研报平台 研报 每周

快速命令

  • "新闻":查看持仓最新新闻
  • "XXX 新闻":查看单只持仓新闻
  • "今日重点":只看重大新闻

注意事项

  1. 不要噪音:过滤掉不重要的新闻
  2. 关注本质:新闻只是信号,要分析对基本面的影响
  3. 避免过度反应:单条新闻不改变投资逻辑
  4. 确认来源:重大新闻要确认官方来源

为 LEE 的投资伙伴 J 构建 | 及时发现,理性判断

安全使用建议
This skill appears to do what it says (monitor holdings' news and alert you), but it's high-level and omits implementation details. Before installing or enabling autonomous run: (1) Ask how alerts will be delivered and what connectors or API keys will be required (push service, email, chat webhook) and only supply minimal, scoped credentials. (2) Confirm legal/ethical scraping and rate limits for listed data sources (东方财富、雪球、微博等). (3) Decide whether you want the skill to run autonomously (it can proactively push alerts) or only run on explicit user requests. (4) If the maintainer provides code later, review network calls and any credential handling. If you cannot verify notification endpoints or required credentials, consider running it manually or restricting its permissions until those details are clear.
功能分析
Type: OpenClaw Skill Name: j-news-alert Version: 1.0.0 The skill bundle consists of a metadata file and a markdown instruction file (SKILL.md) designed to guide an AI agent in monitoring financial news and company announcements. There is no executable code, and the instructions are strictly limited to the stated purpose of news aggregation, sentiment analysis, and reporting without any indicators of data exfiltration, malicious execution, or prompt injection attacks.
能力评估
Purpose & Capability
Name and description (monitor holdings' news and alert on important items) match the SKILL.md content: data sources, evaluation rules, alert types, and aggregation are all appropriate for a news-alert skill.
Instruction Scope
The SKILL.md is a high-level policy for monitoring and alerting. It does not instruct the agent to read local files or secrets, but it is open-ended about how to fetch sources and how to deliver alerts (e.g., '消息推送', '主动提醒') — that vagueness gives the agent broad discretion which could lead to scraping or using available connectors without constraints.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk; nothing is written to disk by the skill itself.
Credentials
The skill declares no environment variables or credentials. In practice, monitoring real-time feeds and sending push notifications typically requires API keys or tokens (news APIs, push/service connectors). The absence of declared creds is not malicious but is a gap you should clarify before granting runtime access.
Persistence & Privilege
always is false and the skill is user-invocable with normal autonomous invocation allowed. The skill does not request persistent system-wide changes or modify other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install j-news-alert
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /j-news-alert 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本:实时监控持仓公司新闻
元数据
Slug j-news-alert
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

News Alert | 新闻监控 是什么?

监控持仓公司的最新新闻,发现重要信息立即提醒. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 201 次。

如何安装 News Alert | 新闻监控?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install j-news-alert」即可一键安装,无需额外配置。

News Alert | 新闻监控 是免费的吗?

是的,News Alert | 新闻监控 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

News Alert | 新闻监控 支持哪些平台?

News Alert | 新闻监控 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 News Alert | 新闻监控?

由 jearrylee(@jearrylee)开发并维护,当前版本 v1.0.0。

💬 留言讨论