← All skills
Tencent SkillHub · Data Analysis

botlearn-rss-manager

Aggregate and deduplicate multiple RSS/Atom feeds, score and cluster articles by importance, and generate concise, source-attributed daily digests.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Aggregate and deduplicate multiple RSS/Atom feeds, score and cluster articles by importance, and generate concise, source-attributed daily digests.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, package.json, skill.md, manifest.json, knowledge/best-practices.md, knowledge/domain.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 4 sections Open source page

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

Category context

Data access, storage, extraction, analysis, reporting, and insight generation.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Docs2 Config
  • knowledge/best-practices.md Docs
  • knowledge/domain.md Docs
  • README.md Docs
  • skill.md Docs
  • manifest.json Config
  • package.json Config