RD
RSS Digest
🔵 Stable🕐 updated 2026-07-18
🔷 SkillSpec L3
pm-live
Fetch and digest any RSS or Atom feed with zero API keys — curl plus disciplined parsing into a ranked, deduplicated briefing instead of a link dump. Use when asked summarize this feed, what's new on this blog, digest these RSS feeds, or build me a morning briefing from these sources. Produces the digest with dates and one-line what-it-is summaries, cross-feed dedup, and the rerunnable commands per feed.
What to give it
▸The feed URLs — or the site ("find the feed" is part of the job: try `/feed`, `/rss`, `/atom.xml`, `/index.xml`, and the `<link rel="alternate" type="application/rss+xml">` tag in the page head)
▸The window — today, this week, since a date — "what's new" needs an epoch
▸The lens — everything, or filtered to a topic; a briefing has a reader, and the reader has interests
✅ The bar it holds itself to
Every skill in this library self-verifies — these are this skill's own quality checks, straight from its definition.
✓Every item line summarizes the description, not the title
✓The window is stated and applied — no undated "new"
✓Cross-feed duplicates are merged with sources noted
✓Malformed feeds produce a note, not silent item loss
✓Feed discovery was attempted when given a bare site URL
⚠️ What it refuses to do
Do not output a link dump — the one-line-of-substance rule is the product
Do not restate titles as summaries — the description field exists; use it or mark the item thin
Do not fetch every full article by default — the feed's own content first, deep-dives on request
Do not present an old cached item as new — the window does the filtering, visibly
Do not invent a feed's contents when the fetch fails — report the failure and move to the sources that answered
Install
npx pm-claude-skills add --agent claude # or codex · cursor · gemini · hermes
# or one-line MCP (every skill, any client):
claude mcp add pm-skills -- npx -y pm-claude-skills-mcp
Related skills
🔌 Embed this skill
Drop this on your blog, docs, or site — it renders a "Run this skill" card:
<div data-pm-skill="rss-digest"></div>
<script src="https://mohitagw15856.github.io/pm-claude-skills/embed.js" async></script>
💬 Discussion
RSS Digest is one of 625 open-source professional AI agent skills — all SkillSpec L3.
Try them all in the browser · ⭐ Star on GitHub · Browse the full catalog