Use this skill when the user asks about trending, popular, or hot content on BestBlogs. Triggers include "BestBlogs 本周热门 / 本周流行什么 / 最近热门文章 / 今日热门 / 本月 BestBlogs 精选", "BestBlogs trending", "what's trending on BestBlogs", "popular this week", "hot articles this month", "trending tech content". Invokes the `bestblogs` CLI.
76
95%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
| 原语 | CLI | 说明 |
|---|---|---|
bestblogs.trending.week | bestblogs trending --period week --json | 本周热门(默认) |
bestblogs.trending.today | bestblogs trending --period today --json | 今日热门 |
bestblogs.trending.month | bestblogs trending --period month --json | 本月热门 |
bestblogs.trending.week.en | bestblogs trending --period week --lang en_US --json | 英文热门 |
bestblogs.trending.week.zh | bestblogs trending --period week --lang zh_CN --json | 中文热门 |
bestblogs trending --period week --limit 20 --json返回:
{
"success": true,
"data": {
"period": "week",
"candidates": [
{
"resourceId": "RAW_xxx",
"title": "Vibe Coding 实战指南",
"url": "https://...",
"resourceType": "ARTICLE",
"language": "zh_CN",
"score": 95,
"sourceName": "InfoQ",
"summary": "…"
}
]
}
}展示建议:
score 降序排列(CLI 已排好),高分内容排前。sourceName 帮助用户判断来源可信度。language 时用语言标记区分中英文内容。| 场景 | 推荐时段 |
|---|---|
| 用户问"今天有什么热" | today |
| 用户问"最近/这周" | week(默认) |
| 用户想做月度回顾 | month |
# 只看英文内容
bestblogs trending --lang en_US --json
# 只看中文内容
bestblogs trending --lang zh_CN --json429 / RATE_LIMITED → 稍后重试。bestblogs-read skill 深读bestblogs-topic skill 查看 Topic 详情(主题维度更聚焦)bestblogs-brief 使用:trending 给宏观热度,brief 给今日精选756ffbd
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.