Claude Skill

liyupi/yupi-hot-monitor

Yupi Hot Monitor is an AI hot topic monitoring tool using Node.js, Express, React, and OpenRouter. Aggregates 7+ platforms, supports AI query expansion, fake news detection, real-time WebSocket pus...

Overview

Stars498
Forks108
LanguageTypeScript
Last pushed2026-04-16
Last synced2026-06-17
View on GitHub

Repository

Ownerliyupi
Repositoryyupi-hot-monitor
Full nameliyupi/yupi-hot-monitor
Repo ID1,168,294,481

Install this Skill

git clone https://github.com/liyupi/yupi-hot-monitor.git

Registry

Typemcp_server
Quality score80/100
Verificationreadme_parsed
Last verified2026-06-10
Platforms
ClaudeMCPCursor
Capabilities
imagevideoterminalagent-skillsaibackendfrontendjavascriptnodejsopenrouter
Detected files
README.mddocs
Config keys
OPENROUTER_API_KEYTWITTER_API_KEY
Install methods
  • git clone https://github.com/liyupi/yupi-hot-monitor.git
  • npm install
  • npx prisma generate
  • npx prisma db push

Summary

Yupi Hot Monitor is an AI-powered hot topic monitoring tool built with Node.js, Express, React, and OpenRouter. It aggregates data from 7+ platforms (Twitter, Bing, HackerNews, Bilibili, etc.), supports AI query expansion, fake news detection, relevance analysis, real-time WebSocket push, email notifications, and multi-dimensional filtering. The monitoring capability is packaged as a Claude Skill for seamless integration.

Chinese description

2026年编程导航AI编程实战新项目:基于Node.js + Express + React + OpenRouter的AI热点监控工具,支持多信息源聚合抓取(Twitter / Bing / HackerNews / B站等7+平台)、AI查询扩展、AI真假识别与相关性分析、WebSocket实时推送、邮件通知、多维度筛选排序,并将热点监控能力封装为Claude Skill技能包。覆盖Prisma + SQLite数据库、Socket.io实时通信、Axios + Cheerio网页爬虫、OpenRouter大模型接入、Aceternity UI炫酷前端、node-cron定时任务、VSCode Copilot Vibe Coding + MCP。

Key features

  • Multi-source aggregation from 7+ platforms (Twitter, Bing, HackerNews, Bilibili, etc.)
  • AI-powered query expansion, fake news detection, and relevance analysis via OpenRouter
  • Real-time WebSocket push and email notifications
  • Multi-dimensional filtering and sorting for hot topics
  • Packaged as a Claude Skill for easy integration with AI assistants
  • Built with Prisma + SQLite, Socket.io, Axios + Cheerio, Aceternity UI, and node-cron

Use cases

  • Real-time monitoring of trending topics across social media and news platforms
  • AI-assisted verification and relevance filtering of hot news
  • Automated email alerts for breaking topics of interest
  • Integrating hot topic data into AI assistants via Claude Skill
  • Building custom dashboards for multi-source trend analysis

README excerpt

# AI 热点监控工具 > 作者:[程序员鱼皮](https://yuyuanweb.feishu.cn/wiki/Abldw5WkjidySxkKxU2cQdAtnah) > > 本项目为教学项目,提供完整视频教程 + 文字教程 + 简历写法 + 面试题解 + 答疑服务,帮你提升项目能力,给简历增加亮点! > > ⭐️ 加入项目系列学习:[加入编程导航](https://www.codefather.cn/vip) ## 一、项目介绍 这是一套以 **AI 编程实战** 为核心的项目教程,基于 Express 5 + React 19 + OpenRouter + Socket.io,用 AI 编程的方式从 0 到 1 开发一个《AI 热点监控工具》,带你亲身体验 AI Vibe Coding 的完整工作流,学会用 AI 快速做出实用的提效工具! 📺 项目介绍视频,快速查看成品效果:https://bilibili.com/video/BV1g8d8B6ENk ![](https://pic.yupi.icu/1/image-20260304102630302.png) 输入要监控的关键词,系统自动从 Twitter、Bing、HackerNews、搜狗、B 站等 **8+** 个信息源聚合抓取内容,利用 AI 进行真假识别和相关性分析,并通过 WebSocket 实时推送和邮件通知用户。此外,还将热点监控能力封装为 **Agent Skills 技能包**,让 Cursor、VSCode Copilot、Claude Code 等 AI 编程工具也能直接使用。 ### 为什么做这个项目? 鱼皮作为 AI 编程博主,要利用工具第一时间自动发现最新的热点(比如 AI 大模型的更新),并且及时给我发送通知,让我能够走在吃瓜第一线。 既然如此,**不如做一个更通用的工具**。 这就是 AI 热点监控工具的起点:让 AI 帮你盯热点,第一时间获取优质信息! ![](https://pic.yupi.icu/1/AI%E7%83%AD%E7%82%B9%E7%9B%91%E6%8E%A7%E5%AF%B9%E8%AF%9D%E6%A1%86.jpg) ### 6 大核心能力 1)配置监控关键词,支持激活 / 暂停。 ![](https://pic.yupi.icu/1/image-20260304102804249.png) 2)AI 自动从 8+ 数据源抓取和分析热点,利用 AI 进行查询扩展、真假识别、相关性分析和智能摘要。 ![](https://pic.yupi.icu/1/image-20260304103025682.png) 3)多维度筛选和排序,按来源、重要性、时间范围筛选,按热度、相关性、时间排序。 ![](https://pic.yupi.icu/1/image-20260304103219366.png) 4)全网搜索,输入关键词从多个数据源聚合搜索。 ![](https://pic.yupi.icu/1/image-20260304103824666.png) 5)实时通知,WebSocket 实时推送 + 邮件通知。 ![](https://pic.yupi.icu/1/image-20260304104139285.png) 6)Agent Skills 技能包,安装后在 Cursor、VSCode Copilot、Claude Code 中都能直接使用。 ![](https://pic.yupi.icu/1/1772099941189-4fb78679-12ac-4b92-a7b4-b5b4645b09d4.png) ## 二、项目优势 本项目选题新颖,紧跟 AI 编程时代,以 **实用工具开发** 为导向,区别于增删改查的烂大街项目。项目内容精炼,**不到一周就能学完**,带你掌握 AI 编程的完整工作流,给你的简历和求职大幅增加竞争力! 技术丰富,覆盖 AI 编程全链路: ![](https://pic.yupi.icu/1/image-20260304101227060.png) 从这个项目中你可以学到: - 如

Topics

Explore more

Data from GitHub. Synced on 2026-06-17