This pulls real-time trending topics from six major Chinese platforms: Weibo, Zhihu, Baidu, Douyin, Toutiao, and Bilibili. You get simple GET endpoints for each platform that return ranked lists with titles, heat scores, and URLs. It's useful when you need to track what's actually trending in Chinese social media right now, whether you're doing research, building content dashboards, or just want Claude to answer "what's hot on Weibo today" without making stuff up. The API updates every few minutes and responses are straightforward JSON. Built by vikiboss, runs on a single base URL with clean /v2/platform paths.
npx skills add https://github.com/vikiboss/60s-skills --skill hot-topics