rss-reader

Convert RSS/Atom feed URLs into markdown lists of recent entries.

8.4k|1.4k|Updated Apr 24, 2024
One-click install
npx skills add https://github.com/TeamWiseFlow/wiseflow --skill rss-reader-teamwiseflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rss-reader
Source: https://github.com/TeamWiseFlow/wiseflow/tree/main/addons/officials/skills/rss-reader
Command: npx skills add https://github.com/TeamWiseFlow/wiseflow --skill rss-reader-teamwiseflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires rss-parser, and includes scripts (resource) components.

What problem does it solve?

It solves the problem of finding relevant website updates and turning feed items into usable article summaries without manually visiting each page.

Core Features & Use Cases

  • RSS/Atom feed URL discovery: Help users identify a correct feed URL via common paths and page source patterns, including RSS/Atom icon or link labels.
  • Automated feed fetching and parsing: Retrieves a feed and parses entries to return markdown that distinguishes full-content items from summary-only items.
  • Efficient workflow with limits and deduplication: Supports limiting results and skipping already-processed URLs to reduce repetition.

Use case example: If you want weekly updates from a specific blog or product site, provide the RSS/Atom feed link and get a curated set of recent articles for review, with full content when available.

Quick Start

Ask the skill to fetch the RSS/Atom feed and return up to 20 entries in markdown by running the fetch script with your feed URL.

Frequently Asked Questions about rss-reader

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch and summarize RSS feed updates into markdown?

To fetch and summarize RSS feed updates, you provide an RSS/Atom feed URL to run a script that parses entries into a markdown list. This list distinguishes between inline full content and link-only items for later retrieval.

How do I discover an RSS or Atom feed URL for a specific website?

You can discover an RSS or Atom feed URL by checking common endpoint paths and page source patterns. The skill identifies correct feed links by looking for RSS/Atom icons or link labels on the target website.

Can I limit RSS feed fetching results and skip already processed URLs?

Yes, you can limit RSS feed fetching results and skip already processed URLs. The skill supports applying limits and URL deduplication with skip lists to reduce repetition during feed monitoring.

Does rss-parser work with both RSS and Atom feeds?

Yes, rss-parser works with both RSS and Atom feeds. The skill uses this dependency to validate the feed URL, retrieve updates, and parse entries into structured markdown for downstream LLM processing.

What is the best way to monitor weekly website updates without manual visits?

The best way to monitor weekly website updates is to provide the site's RSS/Atom feed link to get a curated set of recent articles. The skill returns markdown with full content when available, eliminating manual page visits.