1 技能榜单数据
https://skillhub.news/api/skills.json
curl 示例curl -s https://skillhub.news/api/skills.json | jq '.[0:5] | .[].n'
2 榜单历史快照
近 45 天每日全榜快照(30 天趋势 / 周更替的数据源)。
https://skillhub.news/api/history.json
curl 示例curl -s https://skillhub.news/api/history.json | jq '.[-1] | {date, n: (.items|length)}'
3 每日AI日报 · 报告 JSON
当日报纸式报告:五维分类 + 官方事件 + 风险分级 + 行动建议 + 未来 3 个月时间线(含英文译文字段)。按日归档,可回溯。
https://skillhub.news/api/daily.json
curl 示例curl -s https://skillhub.news/api/daily.json | jq '{date, count, cats: [.cats[] | {zh, n}]}'
https://skillhub.news/api/daily-index.json
索引{"latest":"2026-09-10","dates":[…],"weeks":[…],"months":[…]}