2.6k
GitHub Stars
2
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill weibo-hot-cn- _meta.json284 B
- SKILL.md2.4 KB
Overview
This skill monitors Weibo trending topics and provides real-time hotlist retrieval, popularity indices, and sentiment-aware trend summaries. It helps track fast-rising topics, persistent hotspots, and geographic distribution to support timely decisions. Outputs include Top N hotlist snapshots, trend reports, and keyword alerting.
How this skill works
The skill fetches Weibo hot search entries and associated metrics (rank, heat score, labels like new/hot/explosive) and stores periodic snapshots for historical comparison. It computes rise/fall rates, identifies fastest-rising topics, and runs basic sentiment or public-opinion signals over matched content. It can also monitor specified keywords and send alerts when a keyword appears or spikes on the hotlist.
When to use it
- Monitor breaking news and viral topics on Weibo in real time
- Track reputation risks or customer-related keywords for brand safety
- Compare trend distributions across categories (entertainment, tech, society)
- Create content calendars based on emerging hot topics
- Archive historical hotlist data for retrospective analysis
Best practices
- Respect Weibo API limits and implement backoff and caching strategies
- Store regular snapshots (e.g., every 5 minutes) to accurately capture momentum
- Filter noise by combining heat score with label and historical persistence
- Cross-check spikes with multiple data sources before public actions
- Limit keyword monitoring scope to prioritized terms to reduce false alerts
Example use cases
- Receive alerts when a product or executive starts trending on Weibo
- Identify the top 10 fastest-growing tech topics over the past 24 hours
- Generate daily trend briefings for a media or PR team
- Compare Weibo hotlist composition with other platforms to spot cross-platform trends
- Archive weekly hotlist snapshots for longitudinal research into topic lifecycles
FAQ
The hotlist is typically refreshed every few minutes; schedule regular polling (e.g., 5-minute intervals) to capture changes accurately.
Can it notify me when a keyword appears on the hotlist?
Yes — configure keyword monitoring to trigger alerts when matches appear or when a tracked term shows rapid heat growth.