# Send Rss Aggregator to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "rss-aggregator",
    "name": "Rss Aggregator",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/HooIla/rss-aggregator",
    "canonicalUrl": "https://clawhub.ai/HooIla/rss-aggregator",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/rss-aggregator",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=rss-aggregator",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "rss_sources.txt",
      "skill.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "rss-aggregator",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T05:38:41.622Z",
      "expiresAt": "2026-05-08T05:38:41.622Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=rss-aggregator",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=rss-aggregator",
        "contentDisposition": "attachment; filename=\"rss-aggregator-1.0.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "rss-aggregator"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/rss-aggregator"
    },
    "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."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/rss-aggregator",
    "downloadUrl": "https://openagent3.xyz/downloads/rss-aggregator",
    "agentUrl": "https://openagent3.xyz/skills/rss-aggregator/agent",
    "manifestUrl": "https://openagent3.xyz/skills/rss-aggregator/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/rss-aggregator/agent.md"
  }
}
```
## Documentation

### 技能描述

自动读取 RSS 链接列表，抓取并阅读正文。通过跨源事件合并与严格的历史日志核对，实现每日多次运行时的“纯增量”推送，最终生成高信息密度的纯文本简报。

### 执行指令 (Workflow)

当触发此技能时，请严格按以下顺序执行：

资源读取与抓取
读取配置文件中的有效 RSS 链接，获取最新文章并通读网页核心内容。
内容过滤 (质量审查与跨源合并)

内容审查：对抓取的内容进行初步评估，若检测到垃圾广告、无意义水文或滥规言论（即内部判定 is_abuse=true），请直接丢弃。
跨源合并：交叉分析通过审查的文章。若多篇报道指向同一事件，将其合并为一条综合资讯，提取各方补充细节，避免同一事件重复出现。


严格核对记忆 (核心增量逻辑)
读取本地的 pushed_history.log 文件。对比当前准备推送的事件，彻底剔除所有在历史记录中已经存在的内容。
（注：确保每天 18 点运行时，不会推送当天 8 点已经推送过的文章。一旦某条全新资讯被选中推送，必须立即将其标题和链接追加记录到 pushed_history.log 中。）
撰写与排版
将所有筛选出的全新资讯，严格按照下方的【输出规范】和【输出模板范例】进行排版。

### 输出规范 (Strict Formatting Rules)

必须严格遵守以下约束，任何情况下均不可违反：

头部日期：推送的最顶部必须有且仅有一行总标题：今日AI资讯 (YYYY-MM-DD)，按当天实际日期动态填充。
区块结构：每条资讯严格按照 标题： -> 摘要： -> 链接： 的顺序排列，且每个字段之间必须保留一个空行。
深度摘要：摘要部分需要详尽且专业（类似专业科技媒体的深度快讯）。要求包含具体数据（如时间、算力、参数量等）、核心动作和深层影响，直接陈述事实，不加任何主观废话。
隐藏数据源：绝对不要在任何地方展示 RSS 订阅源或原始媒体的名称。
纯净排版：严禁使用任何 Emoji 表情符号，仅使用纯文本及基础的 Markdown 换行。

### 输出模板范例

请严格套用以下模板生成最终推送（除了填充内容外，不要改变任何换行和标点符号）：

今日AI资讯 (YYYY-MM-DD)

标题： [此处填写合并后的事件标题]

摘要： [此处撰写详尽的核心摘要。多源合并时需综合各方要点，提取最核心的数据、过程和结论。]

链接：
[原文链接 1]
[原文链接 2 (若有多个链接直接换行展示)]

标题： [此处填写下一条独立事件标题]

摘要： [下一条事件的详细摘要...]

链接：
[原文链接]
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: HooIla
- Version: 1.0.2
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T05:38:41.622Z
- Expires at: 2026-05-08T05:38:41.622Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/rss-aggregator)
- [Send to Agent page](https://openagent3.xyz/skills/rss-aggregator/agent)
- [JSON manifest](https://openagent3.xyz/skills/rss-aggregator/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/rss-aggregator/agent.md)
- [Download page](https://openagent3.xyz/downloads/rss-aggregator)