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.
npx skills add liyupi/yupi-hot-monitor --skill hot-monitor --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Quick Start
- Core Workflow
- 1. Understand User Intent
- 2. Execute Search
- 3. Analyze Results
- 4. Present Results
- Script Reference
- Common Options
- Error Handling
- Advanced Patterns
- Keyword Expansion
- Bilibili Account Detection
- Multi-keyword Batch
- Reference Files
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
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.