hot-topics

获取微博、知乎、百度、抖音、今日头条、B站等主流中文平台的实时热搜榜单和热门话题。Use when users want to know trending topics, hot searches, or popular content on Chinese social media platforms.

By vikiboss · 1,999 installs

npx skills add vikiboss/60s-skills --skill hot-topics

Source repository · Upstream listing

Hot Topics & Trending Content Skill This skill helps AI agents fetch trending topics and hot searches from major Chinese social media and content platforms. When to Use This Skill Use this skill when users: Want to know what's trending on social media Ask about hot topics or viral content Need to understand current popular discussions Want to track trending topics across platforms Research social media trends Supported Platforms 1. Weibo (微博) Chinese Twitter equivalent 2. Zhihu (知乎) Chinese Quora equivalent 3. Baidu (百度) China's largest search engine 4. Douyin (抖音) TikTok China 5. Toutiao (今日头条) ByteDance news aggregator 6. Bilibili (B站) Chinese YouTube equivalent API Endpoints Platform Endpoint Description Weibo /v2/weibo Weibo hot search topics Zhihu /v2/zhihu Zhihu trending questions Baidu /v2/baidu/hot Baidu hot searches Douyin /v2/douyin Douyin trending videos Toutiao /v2/toutiao Toutiao hot news Bilibili /v2/bili Bilibili trending videos All endpoints use GET method and base URL: https://60s.viki.moe/v2 How to Use Get Weibo Hot Searches Get Zhihu Hot Topics Get Multiple Platform Trends Simple bash examples Response Format Responses typically include: Example Interactions User: "现在微博上什么最火?" User: "知乎上大家在讨论什么?" User: "对比各平台热点" Best Practices 1. Rate Limiting : Don't call APIs too frequently, data updates every few minutes 2. Error Handling : Always handle network errors and invalid responses 3. Caching : Cache results for 5 10 minutes to reduce API calls 4. Top N : Usually showing top 5 10 items is sufficient 5. Context : Provide platform context when showing trending topics Common Use Cases 1. Daily Trending Summary 2. Find Common Topics Across Platforms 3. Platform specific Trending Alert 4. Trending Content Recommendation Platform Specific Notes Weibo (微博) Updates frequently (every few minutes) Includes "热度" (heat score) Some topics may have tags like "热" or "新" Zhihu (知乎) Focuses on questions and discussions Usually more in depth topics Great for understanding what people are curious about Baidu (百度) Reflects search trends Good indicator of mainstream interest Includes various categories Douyin (抖音) Video focused trending Entertainment and lifestyle content Young audience interests Bilibili (B站) Video platform trends ACG (Anime, Comic, Games) culture Creative content focus Troubleshooting Issue: Empty or null data Solution : API might be updating, retry after a few seconds Check network connectivity Issue: Old timestamps Solution : Data is cached, this is normal Most platforms update every 5 15 minutes Issue: Missing platform Solution : Ensure correct endpoint URL Check API documentation for changes Related Resources [60s API Documentation](https://docs.60s api.viki.moe) [GitHub Repository](https://github.com/vikiboss/60s)