AI Trend Monitor

# AI Trend Monitor

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "AI Trend Monitor" with this command: npx skills add wuyuyang001-oss/ai-trend-monitor

AI Trend Monitor

监控 AI 市场趋势和技术前沿,支持实时重大新闻推送 + 定时汇总推送。

功能

  • 多渠道监控:GitHub、Reddit、Twitter/X、小红书、新闻
  • 智能 URL 提取:自动提取具体帖子/文章 URL(非首页)
  • 重大新闻实时推送:检测到重大新闻立即推送
  • 定时汇总:每天 9:00、13:00、19:00 定时推送
  • 飞书卡片格式:分渠道表格,完整文本,可跳转链接

安装

# 克隆到 skills 目录
git clone <repo-url> ~/.openclaw/skills/ai_trend_monitor

# 安装依赖
cd ~/.openclaw/skills/ai_trend_monitor
npm install

配置

编辑 config.js

module.exports = {
  // 飞书 Webhook
  webhooks: {
    market: 'https://open.feishu.cn/open-apis/bot/v2/hook/xxx',
    tech: 'https://open.feishu.cn/open-apis/bot/v2/hook/xxx'
  },
  
  // 监控渠道
  channels: ['GitHub', 'Reddit', 'Twitter', '小红书', '新闻'],
  
  // 推送时间
  schedule: {
    morning: '0 9 * * *',    // 9:00
    noon: '0 13 * * *',      // 13:00
    evening: '0 19 * * *'    // 19:00
  },
  
  // 重大新闻判定标准
  majorNewsCriteria: {
    funding: 100000000,      // 1亿美元
    stockChange: 5,          // 股价涨跌5%
    keyPeople: ['Sam Altman', 'Elon Musk', 'Andrej Karpathy'],
    keyCompanies: ['OpenAI', 'Google', 'Anthropic', 'Meta', 'xAI']
  }
};

使用

手动运行

node ai_trend_monitor.js

定时任务

使用 OpenClaw cron:

{
  "jobs": [
    {
      "name": "ai-trend-morning",
      "schedule": "0 9 * * *",
      "command": "node ~/.openclaw/skills/ai_trend_monitor/ai_trend_monitor.js"
    },
    {
      "name": "ai-trend-noon",
      "schedule": "0 13 * * *",
      "command": "node ~/.openclaw/skills/ai_trend_monitor/ai_trend_monitor.js"
    },
    {
      "name": "ai-trend-evening",
      "schedule": "0 19 * * *",
      "command": "node ~/.openclaw/skills/ai_trend_monitor/ai_trend_monitor.js"
    }
  ]
}

消息格式

飞书卡片消息,按渠道分组:

渠道标题概述时间影响分析链接
GitHubxxxxxx2026-02-19 08:00xxx[查看]
Redditxxxxxx2026-02-19 10:30xxx[查看]

依赖

  • Node.js >= 18
  • OpenClaw CLI(用于定时任务)
  • kimi_search API(用于实时搜索)

版本

v1.0.0

作者

小赵

License

MIT

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

Veroq

Provide verified AI intelligence on markets, assets, sentiment, and economic data with live prices, signals, analysis, and fact-checking from 1,000+ tickers...

Registry SourceRecently Updated
1460Profile unavailable
General

舆情监测智能体V2

舆情监测智能体V2.0 - 每日科技新闻爬取与推送。触发指令:新闻爬取 /news。当用户说"新闻爬取"时执行。功能:(1)搜索AI/算力/协同办公/鸿蒙/彩讯股份五类新闻 (2)四维评分系统(媒体35%+影响30%+传播20%+新颖15%) (3)生成带评分和分析的H5页面 (4)推送至飞书。执行文件:gene...

Registry SourceRecently Updated
1450Profile unavailable
Web3

AIMPACT x ME News - AI-Powered Information Hub for Web4 & AI

AIMPACT 提供 AI 领域早报、晚报、热点新闻和精选内容,基于 AI 评分智能排序,支持定时推送。当用户说"查询 AIMPACT 早报"、"查询 AIMPACT 晚报"、"查询 24H 热点新闻榜"或"查询 AI 精选内容"时调用。

Registry SourceRecently Updated
4850Profile unavailable
Coding

Tech Trend Radar

Use when generating current technology, AI model ranking, product, startup, funding, regulation, or market trend reports from recent industry updates

Registry SourceRecently Updated
1221Profile unavailable