Files
market/skills/ai-news-radar/entry.json
Yige a205ef20f0 feat: 迁移统一目录元数据契约 (#102)
## 中文

- 为 System Agent、34 个 Builtin Skill、28 个 Pointer/Collection 条目增加 catalog
sidecar
- 覆盖 147 个 collection child,并固定可证明的来源;无法证明的内容保持 listing-only/unknown
- 增加 strict Schema、validator、collection check 与 CI 完整性门禁

## English

- Add catalog metadata sidecars for the System Agent, 34 built-in
Skills, and 28 pointer/collection entries
- Cover 147 collection children while keeping unverifiable facts
listing-only or unknown
- Add strict schemas, validators, deterministic collection checks, and
CI completeness gates

## 验证 / Verification

- Catalog validator 17/17
- Collection generator 4/4
- 63 sidecars, 147 children, zero errors
2026-08-31 04:10:49 -04:00

38 lines
1.4 KiB
JSON

{
"id": "ai-news-radar",
"name": "AI News Radar",
"category": "productivity",
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><rect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"2\" stroke=\"#2563EB\" stroke-width=\"1.7\"/><path d=\"M8 8h5m-5 4h8m-8 4h5\" stroke=\"#2563EB\" stroke-width=\"1.7\" stroke-linecap=\"round\"/><circle cx=\"17\" cy=\"8\" r=\"1.5\" fill=\"#2563EB\"/></svg>",
"tags": [
"ai-news",
"rss",
"learnprompt"
],
"i18n": {
"zh-CN": {
"name": "AI 资讯雷达",
"shortDesc": "24 小时 AI 资讯雷达:从多信源筛选要闻、合并成故事线,并用三种口味锐评每日头条"
},
"en-US": {
"name": "AI News Radar",
"shortDesc": "24/7 AI news radar that curates multiple sources into storylines and delivers daily headlines with three flavors of commentary"
}
},
"maintainer": {
"name": "LearnPrompt",
"verified": false,
"account": "LearnPrompt",
"url": "https://github.com/LearnPrompt/ai-news-radar"
},
"stewardship": "community",
"license": "MIT",
"redistribution": "allowed",
"source": {
"kind": "git",
"repoUrl": "https://github.com/LearnPrompt/ai-news-radar.git",
"repoBranch": "master",
"path": "skills/ai-news-radar",
"ref": "f23ce289695aaf8808f4c19b0b815b51b20730a9"
}
}