SKILLs/daily-trending/SKILL.md
Fetch today's trending topics from tophub.today across multiple platforms. Triggered when users ask "what's trending today", "hot topics", "今日热搜", or "微博热搜".
npx skillsauth add netease-youdao/lobsterai daily-trendingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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:
documentation
有道云笔记官方 skill,支持笔记 CRUD(创建/读取/更新/删除)、待办管理、网页剪藏、笔记搜索、文件夹管理等基础操作。如需构建知识库或 Wiki,请使用 youdaonote-llm-wiki skill 而非本 skill。
development
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
development
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).
development
Get current weather and forecasts (no API key required).