mcpbeat Sign in

Hot Monitor Skill for Claude

> AI hotspot monitoring and trending topic discovery across multiple sources (Bing, Google, DuckDuckGo, HackerNews, 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.

14k tokens
context cost
the whole folder, loaded on every use
8
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
677
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/liyupi/yupi-hot-monitor --skill hot-monitor

The instruction itself

15 sections, as written by the author

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

Run search scripts based on scope. Always combine international + Chinese sources for comprehensive coverage.

International sources (no API keys needed):

python scripts/search_web.py "AI programming" --sources bing,hackernews,duckduckgo

Chinese sources (no API keys needed):

python scripts/search_china.py "AI编程" --sources sogou,bilibili,weibo

Twitter (requires TWITTER_API_KEY):

python scripts/search_twitter.py "AI programming"

All scripts output JSON to stdout. Combine results for multi-source analysis.

3. Analyze Results

After collecting search results, apply the analysis framework yourself (no external AI API needed). For each result, evaluate:

  • Authenticity (isReal): Is this genuine news or clickbait/rumor?
  • Relevance (0-100): How related is this to the user's interest area?
  • Importance (low/medium/high/urgent): How significant is this development?
  • Summary: One-sentence Chinese summary of the core information

See references/analysis-guide.md for detailed evaluation criteria.

4. Present Results

Format output as structured report, sorted by importance. Use this template:

## 🔥 热点监控报告 — {keyword}
> 扫描时间: {timestamp} | 数据源: {sources_used}

### 🚨 紧急 (Urgent)
- **{title}** — {summary}
  来源: {source} | 相关性: {relevance}% | [原文链接]({url})

### 🔴 重要 (High)
...

### 🟡 一般 (Medium)
...

### 🟢 低优先级 (Low)
...

---
共发现 {total} 条热点,其中紧急 {urgent} 条,重要 {high} 条

Script Reference

| Script | Sources | API Key | Output |

|--------|---------|---------|--------|

| search_web.py | Bing, Google, DuckDuckGo, HackerNews | None | JSON array of {title, content, url, source, publishedAt?} |

| search_china.py | Sogou, Bilibili, Weibo | None | JSON array (same schema + engagement metrics) |

| search_twitter.py | Twitter/X | TWITTER_API_KEY | JSON array (same schema + author info) |

| generate_report.py | — | None | Reads JSON from stdin, outputs Markdown report |

Common Options

All search scripts support:

  • --sources: Comma-separated list of sources to use (default: all)
  • --limit: Max results per source (default: 20)
  • --json: Output raw JSON (default, always JSON to stdout)

Error Handling

Scripts output [] (empty JSON array) on failure and print errors to stderr. Always check for empty results and inform the user which sources failed.

Advanced Patterns

Keyword Expansion

For better coverage, expand the user's keyword into variants before searching:

  • English/Chinese translations (e.g., "人工智能" ↔ "AI" ↔ "Artificial Intelligence")
  • Abbreviations (e.g., "GPT-5" → also search "GPT5", "OpenAI GPT")
  • Related terms (e.g., "Claude" → also search "Anthropic", "Claude 4")

Bilibili Account Detection

search_china.py supports --detect-account flag. If the keyword matches a Bilibili creator's name, it fetches their latest videos instead of doing a generic search:

python scripts/search_china.py "程序员鱼皮" --detect-account

Multi-keyword Batch

For monitoring multiple keywords, run searches sequentially with a 3-second delay between keywords to respect rate limits.

Reference Files

  • references/search-sources.md — Detailed info about each data source, rate limits, and quirks
  • references/analysis-guide.md — Hotspot analysis framework: authenticity, relevance, importance criteria

Other skills for the same job

different authors, same section of the catalogue
Nx Workspace
by christophacham
×1

Configure, explore, and optimize Nx monorepo workspaces. Use when setting up Nx, exploring workspace structure, configuring project boundaries, analyzing affected projects, optimizing build caching, or implementing CI/CD with affected commands. Keywords — nx, monorepo, workspace, projects, targets, affected. Do NOT use for running tasks (use nx-run-tasks) or code generation with generators (use nx-generate).

8k tokens
Schema Markup
by ComeOnOliver
×1

> Design, validate, and optimize schema.org structured data for eligibility, correctness, and measurable SEO impact. Use when the user wants to add, fix, audit, or scale schema markup (JSON-LD) for rich results. This skill evaluates whether schema should be implemented, what types are valid, and how to deploy safely according to Google guidelines.

4k tokens
Azure Pricing
by github
vendor

Fetches real-time Azure retail pricing using the Azure Retail Prices API (prices.azure.com) and estimates Copilot Studio agent credit consumption. Use when the user asks about the cost of any Azure service, wants to compare SKU prices, needs pricing data for a cost estimate, mentions Azure pricing, Azure costs, Azure billing, or asks about Copilot Studio pricing, Copilot Credits, or agent usage estimation. Covers compute, storage, networking, databases, AI, Copilot Studio, and all other Azure service families.

6k tokens
Ads Monitor
by AgriciDaniel

Monitor paid-ad account pacing, delivery, performance, creative fatigue, tracking, policy, and data quality across supported platforms. Use for daily or weekly checks, anomaly review, budget pacing, post-launch verification, or campaign monitoring.

293 tokens
Ads Server Side Tracking
by AgriciDaniel

Audit server-side paid-media measurement including server-side tag management, platform conversion APIs, event taxonomy, browser/server deduplication, consent, hashing, data quality, observability, and privacy. Use for server-side tracking, sGTM, server-side tagging, CAPI, Events API, event_id, pixel debugging, first-party measurement, or conversion data loss.

324 tokens
Nextjs Developer
by zebbern

Use when building Next.js 14+ applications with App Router, server components, or server actions. Invoke for full-stack features, performance optimization, SEO implementation, production deployment.

13k tokens
Omniverse Cad To Simready
by NVIDIA
vendor

Coordinate the end-to-end CAD/source-asset to SimReady workflow. Use for broad requests such as CAD to SimReady, source asset to simulation-ready USD, or prop packaging that require conversion, material/physics assignment, SimReady conformance, validation, and optional package creation; deploy or verify Content Agents services first when property assignment is enabled; route single-stage work through nested references.

224k tokens scripts
Kanchi Dividend Sop
by tradermonty

Convert Kanchi-style dividend investing into a repeatable US-stock operating procedure. Use when users ask for かんち式配当投資, dividend screening, dividend growth quality checks, PERxPBR adaptation for US sectors, pullback limit-order planning, or one-page stock memo creation. Covers screening, deep dive, entry planning, and post-purchase monitoring cadence.

38k tokens scripts

How to use it

Copy the folder

Take liyupi/hot-monitor from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.

Install what it needs

The instructions reference pip. Without those the skill loads but fails at the first command.