hotspot-tagging

Classifies and pre-scores news hotspot batches into structured JSON for topic selection.

5|1|Updated Jul 31, 2026
One-click install
npx skills add https://github.com/shiker1996/wechat-editroom --skill hotspot-tagging-shiker1996
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hotspot-tagging
Source: https://github.com/shiker1996/wechat-editroom/tree/main/skills/hotspot-tagging
Command: npx skills add https://github.com/shiker1996/wechat-editroom --skill hotspot-tagging-shiker1996

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Editorial teams collecting hotspots from RSS, Reddit, GitHub, and web sources need a consistent way to categorize, decompose, and pre-score every item before deciding what to write about. Doing this manually across dozens of daily items is slow and inconsistent. ## Core Features & Use Cases - Semantic Tagging: Assigns each hotspot a category, market scope, China relevance, risk level, and an overall score based on the caller-provided account context. - Event Decomposition: Breaks each item into normalized event parts (who, what, where, when, action type, object, occasion) so duplicate reports of the same event can be clustered downstream. - Multi-Dimensional Pre-Scoring: Outputs sub-scores for conflict, audience relevance, information gain, emotion, timeliness, impact, and source reliability, plus scoop, saturation, and duplicate penalties. - Use Case: A WeChat official account editor ingests 50 RSS items each morning, runs this stage to get tagged and scored JSON, then filters the topic pool by audience relevance and risk before the editorial meeting. ## Quick Start Provide a batch of collected hotspots with your account context and ask the AI to tag and pre-score every item into the structured JSON output.

Frequently Asked Questions about hotspot-tagging

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically tag and score news hotspots for topic selection?

Feed a batch of hotspots with title, RSS summary, source, link, and publish time into this stage. It returns strict JSON per item with category, event parts, keywords, risk level, and a 0-100 score plus sub-scores for audience, timeliness, and impact.

What input does hotspot tagging need to produce accurate scores?

It needs the caller-provided account context plus each item's title, RSS summary, source, link, publish time, and metadata. Audience relevance and scores are judged against that account context, not a fixed industry or reader profile.

Can hotspot tagging handle GitHub trending projects?

Yes, but it relies on the project type, scenario, direct use, and discovery context supplied in the input. It does not raise reader relevance automatically based on project labels or names alone.

Does hotspot tagging write or format the final article?

No. It only performs semantic tagging and pre-evaluation at the topic-selection stage. Drafting, editing, layout, and publishing are handled by separate downstream stages in the pipeline.

Why are duplicate news reports scored differently across sources?

Items sharing the same who, what, and compatible time window are treated as one event, and duplicate or saturation penalties reduce their scores. Source reliability sub-scores also differ based on the credibility of each origin.