ワンクリックで
daily-trending
// Fetch today's trending topics from tophub.today across multiple platforms. Triggered when users ask "what's trending today", "hot topics", "今日热搜", or "微博热搜".
// Fetch today's trending topics from tophub.today across multiple platforms. Triggered when users ask "what's trending today", "hot topics", "今日热搜", or "微博热搜".
有道云笔记官方 skill,支持笔记 CRUD(创建/读取/更新/删除)、待办管理、网页剪藏、笔记搜索、文件夹管理等基础操作。如需构建知识库或 Wiki,请使用 youdaonote-llm-wiki skill 而非本 skill。
Search tech blogs, developer forums, and IT media (TechCrunch, Hacker News, 36氪, etc.) for software and hardware industry updates with heat ranking and EN↔CN translation. Use this skill only when the topic is clearly about programming, software, hardware, AI, or IT infrastructure.
Real-time web search using Playwright-controlled browser. Use this skill when you need current information, latest documentation, recent news, or any data beyond your knowledge cutoff (January 2025).
Multi-style article creation skill. Supports 5 writing styles (deep analysis, practical guide, story-driven, opinion, news brief), including complete workflow: material collection → outline → content → formatting. Activated when users mention "write article", "write post", "create", or "draft".
WeChat Official Account topic planning and content calendar management. Based on WeChat article search and trending analysis, generates differentiated topic recommendations and outputs structured content calendars. Activated when users mention "topic", "planning", "content calendar", "trending", or "what to write next week".
A comprehensive stock deep analysis tool that combines real-time quotes, fundamental metrics, technical indicators, and growth analysis into a single professional report. Supports A-share, US stocks, HK stocks. Generates detailed investment recommendations with risk assessment and actionable trading strategies.
| name | daily-trending |
| description | Fetch today's trending topics from tophub.today across multiple platforms. Triggered when users ask "what's trending today", "hot topics", "今日热搜", or "微博热搜". |
| official | true |
Fetch today's trending topics by scraping data from various platforms via tophub.today.
Fetch trending lists from the following platforms on tophub.today:
/n/mproPpoq6O/n/KqndgxeLl9/n/Jb0vmloB1G/n/Q1Vd5Ko85R/n/5VaobgvAj1/n/wWmoO5Rd4ETo avoid context overflow, fetch in batches with character limits!
Option A: Core Platforms First (Recommended)
Use web-search skill or web_fetch to fetch only 2-3 core platforms:
web_fetch("https://tophub.today/n/KqndgxeLl9") # Weibo
web_fetch("https://tophub.today/n/mproPpoq6O") # Zhihu
web_fetch("https://tophub.today/n/Jb0vmloB1G") # Baidu
Fetching Priority:
From all platform trending lists, filter out truly important topics:
Include:
Exclude:
Output Requirements:
Output only the 5 most valuable items:
======
🔥 今日热搜(3月25日)
1. [完整新闻标题1]
2. [完整新闻标题2]
3. [完整新闻标题3]
4. [完整新闻标题4]
5. [完整新闻标题5]
======
Notes: