🔥
AI EngineeringTypeScript

Hot Monitor

by liyupi

Hot Monitor is an AI Engineering skill for Claude Code, published by liyupi in yupi-hot-monitor.

698 stars138 forkson liyupi/yupi-hot-monitorAdded 2026/08/23Repository updated 2026/04/16
agent-skillsaibackendfrontendjavascriptnodejsopenrouterreacttypescriptvibe-codingweb
Install in seconds
Install Hot Monitor
Copy Hot Monitor into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/liyupi/yupi-hot-monitor/tree/master/skills/hot-monitor ~/.claude/skills/hot-monitor

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

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

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/hot-monitor/SKILL.md in liyupi/yupi-hot-monitor
Installs to
~/.claude/skills/hot-monitor
Collection
The only skill cataloged from this repository
Category
AI Engineering2451 skills

What Hot Monitor does

Hot Monitor searches multiple news and social sources to find trending topics and current developments. Use it to track keywords, gather hotspot reports, or check what’s newly discussed in a field.

Hot Monitor is cataloged under AI Engineering on DirSkills. Hot Monitor comes from a repository tagged agent-skills, ai, backend, frontend and javascript.

Documentation

README

Hot Monitor — AI 热点监控技能

Search and analyze trending topics across 8+ sources without any server or database. Scripts handle data collection; use your own AI capabilities for analysis.

Quick Start

All scripts are in scripts/. Install dependencies first:

pip install requests beautifulsoup4

Set optional env vars for Twitter (other sources need no keys):

export TWITTER_API_KEY=your_key   # optional, for Twitter search

Core Workflow

1. Understand User Intent

Determine what the user needs:

  • Broad discovery: "最近AI有什么热点" → search multiple sources with broad keywords
  • Specific tracking: "帮我关注GPT-5动态" → targeted search with specific keyword
  • Report generation: "生成今日热点报告" → full pipeline + formatted output

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Hot Monitor

  • How does Hot Monitor compare to other AI Engineering skills?

    Hot Monitor ranks #1733 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Hot Monitor against them. Open each page to compare what they document and how they install.