rss-reader
Installation
SKILL.md
RSS / Atom Feed Reader
Use this skill when:
- The user wants to monitor or retrieve updates from a website
- The user provides an RSS or Atom feed URL directly
- You need to efficiently collect multiple articles from one source without visiting each page
Step 1 — Discover the feed URL
If you already have an RSS/Atom URL, skip to Step 2.
Method A — page source
Navigate to the website, take a snapshot, and look for <link rel="alternate"> tags in <head>:
<link rel="alternate" type="application/rss+xml" href="/feed">
<link rel="alternate" type="application/atom+xml" href="/atom.xml">