Agent skill · Content & Marketing

hot-monitor

AI hotspot monitoring and trending topic discovery across multiple sources (Bing, Google, DuckDuckGo, HackerNews, Sogou, Bilibili, Weibo, Twitter). Use when users ask about: trending news, hot topics, latest developments in a field, monitoring keywords, tech/AI news discovery, generating hotspot reports, "最近有什么热点", "帮我关注XX动态", "查一下XX最新消息", "生成热点报告", "monitor XX", "what's trending in XX", or any request to search/track/discover current events and trending content across Chinese and international platforms.

程序员鱼皮21,049★ · +291/wk · 3 repos on radarProfile →
claude-codeships scripts
Install
npx skills add liyupi/yupi-hot-monitor --skill hot-monitor --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 8
SKILL.md size: 5 KB
Bundled scripts: yes
Path: skills/hot-monitor/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 678
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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: ```bash pip install requests beautifulsoup4 ``` Set optional env vars for Twitter (other sources need no keys): ```bash 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 ### 2. Execute Search Run search scripts based on scope. Always combine international + Chinese sources for comprehensive coverage. **International sources** (no API keys needed): ```bash python scripts/search_web.py "AI programming" --sources bing,hackernews,duckduckgo ``` **Chinese sources** (no API keys needed): ```bash python scripts/search_china.py "AI编程" --sources sogou,bilibili,weibo ``` **Twitter** (requires `TWITTER_API_KEY`): ```b

What's inside
Steps it walks through
  1. Quick Start
  2. Core Workflow
  3. 1. Understand User Intent
  4. 2. Execute Search
  5. 3. Analyze Results
  6. 4. Present Results
  7. Script Reference
  8. Common Options
  9. Error Handling
  10. Advanced Patterns
  11. Keyword Expansion
  12. Bilibili Account Detection
  13. Multi-keyword Batch
  14. Reference Files
Ships with 7 files
  • references/analysis-guide.md
  • references/search-sources.md
  • scripts/generate_report.py
  • scripts/requirements.txt
  • scripts/search_china.py
  • scripts/search_twitter.py
  • scripts/search_web.py
Commands it runs
pip install requests beautifulsoup4
export TWITTER_API_KEY=your_key   # optional, for Twitter search
python scripts/search_web.py "AI programming" --sources bing,hackernews,duckduckgo
python scripts/search_china.py "AI编程" --sources sogou,bilibili,weibo
python scripts/search_twitter.py "AI programming"
python scripts/search_china.py "程序员鱼皮" --detect-account
About this skill
What does the hot-monitor skill do?

AI hotspot monitoring and trending topic discovery across multiple sources (Bing, Google, DuckDuckGo, HackerNews, Sogou, Bilibili, Weibo, Twitter). Use when users ask about: trending news, hot topics, latest developments in a field, monitoring keywords, tech/AI news discovery, generating hotspot reports, "最近有什么热点", "帮我关注XX动态", "查一下XX最新消息", "生成热点报告", "monitor XX", "what's trending in XX", or any request to search/track/discover current events and trending content across Chinese and international platforms.

How do I install it?

Run `npx skills add liyupi/yupi-hot-monitor --skill hot-monitor --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 liyupi/yupi-hot-monitor, a repository with 678 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.

Keep going