{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ai-news-collectors",
    "name": "ai-news-collectors",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/kenxcomp/ai-news-collectors",
    "canonicalUrl": "https://clawhub.ai/kenxcomp/ai-news-collectors",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/ai-news-collectors",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ai-news-collectors",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/sources.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/ai-news-collectors"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/ai-news-collectors",
    "agentPageUrl": "https://openagent3.xyz/skills/ai-news-collectors/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ai-news-collectors/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ai-news-collectors/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "AI News Collector",
        "body": "收集、聚合并按热度排序 AI 领域新闻。"
      },
      {
        "title": "核心原则",
        "body": "不要只搜\"AI news today\"。 泛搜索返回的是 SEO 聚合页和趋势预测文章，会系统性遗漏社区级病毒传播现象（如开源工具爆火、Meme 级事件）。必须用多维度、分层搜索策略。"
      },
      {
        "title": "1. 多维度分层搜索（最少 8 次，建议 10-12 次）",
        "body": "按以下 6 个维度 依次执行搜索，每个维度至少 1 次：\n\n维度 A：周报/Newsletter 聚合（最优先 🔑）\n\n这是信息密度最高的来源，一篇文章可覆盖 10+ 条新闻。\n\n搜索词：\n- \"last week in AI\" [当前月份年份]\n- \"AI weekly roundup\" [当前月份年份]\n- \"the batch AI newsletter\"\n- site:substack.com AI news [当前月份]\n\n发现周报后，用 web_fetch 获取全文，从中提取所有新闻线索。\n\n维度 B：社区热度/病毒传播（关键维度 🔑）\n\n捕捉自下而上的社区爆款，这类信息泛搜索几乎无法触达。\n\n搜索词：\n- \"viral AI tool\" OR \"viral AI agent\"\n- \"AI trending\" site:reddit.com OR site:news.ycombinator.com\n- \"GitHub trending AI\" OR \"AI open source trending\"\n- AI buzzing OR \"everyone is talking about\" AI\n- \"most popular AI\" this week\n\n维度 C：产品发布与模型更新\n\n搜索词：\n- \"AI model release\" OR \"LLM launch\" [当前月份]\n- \"AI product launch\" [当前月份年份]\n- OpenAI OR Anthropic OR Google OR Meta AI announcement\n- \"大模型 发布\" OR \"AI 新产品\"\n\n维度 D：融资与商业\n\n搜索词：\n- \"AI startup funding\" [当前月份年份]\n- \"AI acquisition\" OR \"AI IPO\"\n- \"AI 融资\" OR \"人工智能投资\"\n\n维度 E：研究突破\n\n搜索词：\n- \"AI breakthrough\" OR \"AI paper\" [当前月份]\n- \"state of the art\" machine learning\n- \"AI 论文\" OR \"机器学习突破\"\n\n维度 F：监管与政策\n\n搜索词：\n- \"AI regulation\" OR \"AI policy\" [当前月份年份]\n- \"AI law\" OR \"AI governance\" \n- \"AI 监管\" OR \"人工智能法案\""
      },
      {
        "title": "2. 交叉验证与补漏",
        "body": "初轮搜索完成后，检查是否有遗漏：\n\n如果 Newsletter 中提到了某个项目/事件但初轮搜索未覆盖 → 对该项目专项搜索\n如果同一事件被 3+ 个不同来源提及 → 大概率是热点，深入搜索获取更多细节\n如果中文媒体和英文媒体的热点完全不同 → 两边都要覆盖"
      },
      {
        "title": "3. 搜索关键词设计原则（反模式清单）",
        "body": "❌ 不要这样搜✅ 应该这样搜原因\"AI news today February 2026\"\"AI weekly roundup February 2026\"前者返回聚合页，后者返回策划内容\"AI news today\"\"viral AI tool\" + \"AI model release\" 分开搜泛搜无法覆盖社区现象\"artificial intelligence breaking news\"按维度分类搜索过于宽泛，返回噪音搜索词中加具体年月日用 \"this week\" \"today\" \"latest\"日期反而会偏向预测/展望文章只搜 3 次就开始写至少 8 次，覆盖 6 个维度3 次搜索覆盖率不到 30%"
      },
      {
        "title": "4. 热度综合判断",
        "body": "基于以下信号评估每条新闻热度（1-5 星）：\n\n信号权重说明多家媒体报道同一事件⭐⭐⭐ 高3+ 来源 = 确认热点社区病毒传播证据⭐⭐⭐ 高GitHub star 暴涨、Twitter 刷屏、HN 首页来自权威来源（顶会、大厂官宣）⭐⭐⭐ 高但注意大厂 PR 不等于真热点实际用户体验分享⭐⭐ 中有人真的在用 > 只是发布了技术突破性/影响范围⭐⭐ 中争议性（安全、伦理讨论）⭐⭐ 中争议往往说明影响力大时效性（越新越热）⭐ 中低辅助排序"
      },
      {
        "title": "5. 输出格式",
        "body": "按热度降序排列，输出 15-25 条新闻：\n\n## 🔥 AI 新闻速递（YYYY-MM-DD）\n\n### ⭐⭐⭐⭐⭐ 热度最高\n\n1. **[新闻标题]**\n   > 一句话摘要（不超过 50 字）\n   > 🔗 [来源名称](URL)\n\n### ⭐⭐⭐⭐ 高热度\n\n2. ...\n\n### ⭐⭐⭐ 中等热度\n\n...\n\n---\n📊 本次共收集 XX 条新闻 | 搜索 XX 次 | 覆盖维度：A/B/C/D/E/F | 更新时间：HH:MM"
      },
      {
        "title": "6. 去重与合并",
        "body": "同一事件被多家报道时，合并为一条，选择最权威/详细的来源\n在摘要中注明\"多家媒体报道\"以体现热度\n改名/更名的项目视为同一事件（如 Clawdbot → Moltbot → OpenClaw）"
      },
      {
        "title": "推荐新闻源",
        "body": "详见 references/sources.md。"
      },
      {
        "title": "注意事项",
        "body": "优先使用 HTTPS 链接\n遇到付费墙/无法访问的内容，标注\"需订阅\"\n保持客观，不对新闻内容做主观评价\n搜索不足 8 次不要开始输出\n如果某个维度搜索结果为空，换关键词再搜一次"
      }
    ],
    "body": "AI News Collector\n\n收集、聚合并按热度排序 AI 领域新闻。\n\n核心原则\n\n不要只搜\"AI news today\"。 泛搜索返回的是 SEO 聚合页和趋势预测文章，会系统性遗漏社区级病毒传播现象（如开源工具爆火、Meme 级事件）。必须用多维度、分层搜索策略。\n\n工作流程\n1. 多维度分层搜索（最少 8 次，建议 10-12 次）\n\n按以下 6 个维度 依次执行搜索，每个维度至少 1 次：\n\n维度 A：周报/Newsletter 聚合（最优先 🔑）\n\n这是信息密度最高的来源，一篇文章可覆盖 10+ 条新闻。\n\n搜索词：\n- \"last week in AI\" [当前月份年份]\n- \"AI weekly roundup\" [当前月份年份]\n- \"the batch AI newsletter\"\n- site:substack.com AI news [当前月份]\n\n\n发现周报后，用 web_fetch 获取全文，从中提取所有新闻线索。\n\n维度 B：社区热度/病毒传播（关键维度 🔑）\n\n捕捉自下而上的社区爆款，这类信息泛搜索几乎无法触达。\n\n搜索词：\n- \"viral AI tool\" OR \"viral AI agent\"\n- \"AI trending\" site:reddit.com OR site:news.ycombinator.com\n- \"GitHub trending AI\" OR \"AI open source trending\"\n- AI buzzing OR \"everyone is talking about\" AI\n- \"most popular AI\" this week\n\n维度 C：产品发布与模型更新\n搜索词：\n- \"AI model release\" OR \"LLM launch\" [当前月份]\n- \"AI product launch\" [当前月份年份]\n- OpenAI OR Anthropic OR Google OR Meta AI announcement\n- \"大模型 发布\" OR \"AI 新产品\"\n\n维度 D：融资与商业\n搜索词：\n- \"AI startup funding\" [当前月份年份]\n- \"AI acquisition\" OR \"AI IPO\"\n- \"AI 融资\" OR \"人工智能投资\"\n\n维度 E：研究突破\n搜索词：\n- \"AI breakthrough\" OR \"AI paper\" [当前月份]\n- \"state of the art\" machine learning\n- \"AI 论文\" OR \"机器学习突破\"\n\n维度 F：监管与政策\n搜索词：\n- \"AI regulation\" OR \"AI policy\" [当前月份年份]\n- \"AI law\" OR \"AI governance\" \n- \"AI 监管\" OR \"人工智能法案\"\n\n2. 交叉验证与补漏\n\n初轮搜索完成后，检查是否有遗漏：\n\n如果 Newsletter 中提到了某个项目/事件但初轮搜索未覆盖 → 对该项目专项搜索\n如果同一事件被 3+ 个不同来源提及 → 大概率是热点，深入搜索获取更多细节\n如果中文媒体和英文媒体的热点完全不同 → 两边都要覆盖\n3. 搜索关键词设计原则（反模式清单）\n❌ 不要这样搜\t✅ 应该这样搜\t原因\n\"AI news today February 2026\"\t\"AI weekly roundup February 2026\"\t前者返回聚合页，后者返回策划内容\n\"AI news today\"\t\"viral AI tool\" + \"AI model release\" 分开搜\t泛搜无法覆盖社区现象\n\"artificial intelligence breaking news\"\t按维度分类搜索\t过于宽泛，返回噪音\n搜索词中加具体年月日\t用 \"this week\" \"today\" \"latest\"\t日期反而会偏向预测/展望文章\n只搜 3 次就开始写\t至少 8 次，覆盖 6 个维度\t3 次搜索覆盖率不到 30%\n4. 热度综合判断\n\n基于以下信号评估每条新闻热度（1-5 星）：\n\n信号\t权重\t说明\n多家媒体报道同一事件\t⭐⭐⭐ 高\t3+ 来源 = 确认热点\n社区病毒传播证据\t⭐⭐⭐ 高\tGitHub star 暴涨、Twitter 刷屏、HN 首页\n来自权威来源（顶会、大厂官宣）\t⭐⭐⭐ 高\t但注意大厂 PR 不等于真热点\n实际用户体验分享\t⭐⭐ 中\t有人真的在用 > 只是发布了\n技术突破性/影响范围\t⭐⭐ 中\t\n争议性（安全、伦理讨论）\t⭐⭐ 中\t争议往往说明影响力大\n时效性（越新越热）\t⭐ 中低\t辅助排序\n5. 输出格式\n\n按热度降序排列，输出 15-25 条新闻：\n\n## 🔥 AI 新闻速递（YYYY-MM-DD）\n\n### ⭐⭐⭐⭐⭐ 热度最高\n\n1. **[新闻标题]**\n   > 一句话摘要（不超过 50 字）\n   > 🔗 [来源名称](URL)\n\n### ⭐⭐⭐⭐ 高热度\n\n2. ...\n\n### ⭐⭐⭐ 中等热度\n\n...\n\n---\n📊 本次共收集 XX 条新闻 | 搜索 XX 次 | 覆盖维度：A/B/C/D/E/F | 更新时间：HH:MM\n\n6. 去重与合并\n同一事件被多家报道时，合并为一条，选择最权威/详细的来源\n在摘要中注明\"多家媒体报道\"以体现热度\n改名/更名的项目视为同一事件（如 Clawdbot → Moltbot → OpenClaw）\n推荐新闻源\n\n详见 references/sources.md。\n\n注意事项\n优先使用 HTTPS 链接\n遇到付费墙/无法访问的内容，标注\"需订阅\"\n保持客观，不对新闻内容做主观评价\n搜索不足 8 次不要开始输出\n如果某个维度搜索结果为空，换关键词再搜一次"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/kenxcomp/ai-news-collectors",
    "publisherUrl": "https://clawhub.ai/kenxcomp/ai-news-collectors",
    "owner": "kenxcomp",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ai-news-collectors",
    "downloadUrl": "https://openagent3.xyz/downloads/ai-news-collectors",
    "agentUrl": "https://openagent3.xyz/skills/ai-news-collectors/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ai-news-collectors/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ai-news-collectors/agent.md"
  }
}