Use this skill when the user asks about today's daily brief, morning digest, or BestBlogs highlights. Triggers include "今天早报 / 今日早报 / BestBlogs 早报 / 今天有啥好文 / 今日精选 / 给我看早报", "today's brief", "today's digest", "BestBlogs morning brief", "today's highlights on BestBlogs", "what's in today's brief". 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.brief.today | bestblogs brief today --json | 今日早报(Pro = 个性化,默认 = 公共版) |
bestblogs.brief.today.en | bestblogs brief today --locale en --json | 英文版今日早报 |
bestblogs.brief.latest | bestblogs brief latest --json | 最新公开早报 |
bestblogs brief today --json返回:
{
"success": true,
"data": {
"brief": {
"briefDate": "2026-05-01",
"podcastTitle": "AI 工具爆发,开发效率革命……",
"editorIntro": "今天早报重点关注 AI 工具链……",
"contentItems": [
{
"resourceId": "RAW_xxx",
"title": "Claude 4 Benchmark 分析",
"sourceName": "Anthropic Blog",
"featured": true,
"matchReason": "AI 基础模型精选",
"contentType": "ARTICLE"
}
]
}
}
}展示建议:
podcastTitle 作为早报主题句(若有)。editorIntro 是编辑导语,直接呈现给用户。contentItems 按 featured=true 优先展示;matchReason 说明推荐理由。bestblogs brief today --locale en --jsonbestblogs brief latest --json404 / NOT_FOUND → 当日早报尚未生成(通常早上 7:00 前),改用 latest 命令。401 / UNAUTHORIZED → API Key 未配置,降级为 latest(公共版无需鉴权)。429 / RATE_LIMITED → 稍后重试;日频率通常不触发,除非 Agent 高频循环。bestblogs-read skill 做深读:bestblogs read <resourceId> --jsonbestblogs-capture skillbestblogs-explain skill 解释推荐逻辑bestblogs-trending skill(--period week)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.