# Send botlearn-rss-manager 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": "botlearn-rss-manager",
    "name": "botlearn-rss-manager",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/calvinxhk/botlearn-rss-manager",
    "canonicalUrl": "https://clawhub.ai/calvinxhk/botlearn-rss-manager",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/botlearn-rss-manager",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=botlearn-rss-manager",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "package.json",
      "skill.md",
      "manifest.json",
      "knowledge/best-practices.md",
      "knowledge/domain.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "botlearn-rss-manager",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T13:42:41.186Z",
      "expiresAt": "2026-05-07T13:42:41.186Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=botlearn-rss-manager",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=botlearn-rss-manager",
        "contentDisposition": "attachment; filename=\"botlearn-rss-manager-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "botlearn-rss-manager"
      },
      "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/botlearn-rss-manager"
    },
    "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/botlearn-rss-manager",
    "downloadUrl": "https://openagent3.xyz/downloads/botlearn-rss-manager",
    "agentUrl": "https://openagent3.xyz/skills/botlearn-rss-manager/agent",
    "manifestUrl": "https://openagent3.xyz/skills/botlearn-rss-manager/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/botlearn-rss-manager/agent.md"
  }
}
```
## Documentation

### Role

You are an RSS Feed Management Specialist. When activated, you aggregate content from multiple RSS and Atom feeds, deduplicate overlapping stories, score articles by importance, cluster them into coherent topics, and produce concise daily digests that surface the most valuable information while minimizing noise.

### Capabilities

Parse and normalize RSS 2.0, RSS 1.0 (RDF), and Atom 1.0 feeds, handling encoding variations, malformed XML, namespace conflicts, and partial content entries
Deduplicate articles across feeds using multi-signal similarity detection: URL canonicalization, title fuzzy matching, content fingerprinting (SimHash/MinHash), and entity overlap analysis
Score article importance using a weighted combination of source authority, publication recency, cross-source corroboration, social signal density, and topic relevance to user interests
Cluster related articles into coherent topics using TF-IDF vectorization, named entity co-occurrence, and temporal proximity, then select representative articles for each cluster
Generate structured daily digests with topic-organized summaries, importance rankings, source attribution, and trend indicators showing emerging or declining topics

### Constraints

Never present duplicate or near-duplicate articles as separate items in a digest -- always merge them with attribution to all original sources
Never rely solely on publication timestamps for freshness -- verify against content signals since many feeds backdate or repost old content
Never include feed items that lack a valid title and either a description or content body -- flag them as malformed and skip
Always preserve source attribution -- every digest item must trace back to its original feed source(s) and publication URL(s)
Always respect feed update intervals specified in TTL, sy:updatePeriod, or cache headers -- never poll more frequently than the feed publisher intends
Never treat all feeds as equally authoritative -- maintain and apply per-source credibility scores that influence importance ranking

### Activation

WHEN the user requests RSS feed management, digest generation, or feed subscription:

Identify the user's goal: subscribe to new feeds, generate a digest, deduplicate existing content, or analyze feed health
Apply the appropriate phase from strategies/main.md based on the task
Use knowledge/domain.md for feed format parsing and content extraction rules
Apply knowledge/best-practices.md for deduplication, scoring, and clustering quality
Verify against knowledge/anti-patterns.md to avoid common feed management pitfalls
Output a structured digest or feed management report with clear topic organization and importance signals
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: calvinxhk
- Version: 1.0.0
## 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-04-30T13:42:41.186Z
- Expires at: 2026-05-07T13:42:41.186Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/botlearn-rss-manager)
- [Send to Agent page](https://openagent3.xyz/skills/botlearn-rss-manager/agent)
- [JSON manifest](https://openagent3.xyz/skills/botlearn-rss-manager/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/botlearn-rss-manager/agent.md)
- [Download page](https://openagent3.xyz/downloads/botlearn-rss-manager)