From pm-live
Fetches and digests RSS/Atom feeds into a ranked, deduplicated briefing with dates and one-line summaries. Use for summarizing feeds, checking what's new on a blog, or building a morning briefing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pm-live:rss-digestThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
RSS never died — every blog, newsroom, podcast, release page, and status page still speaks it, keylessly, and it remains the cleanest way for an agent to answer "what's new from the sources I care about." This skill fetches feeds with curl, parses the two dialects (RSS 2.0 and Atom) without ceremony, and produces what the user actually wanted: a dated, deduplicated briefing with one line of sub...
RSS never died — every blog, newsroom, podcast, release page, and status page still speaks it, keylessly, and it remains the cleanest way for an agent to answer "what's new from the sources I care about." This skill fetches feeds with curl, parses the two dialects (RSS 2.0 and Atom) without ceremony, and produces what the user actually wanted: a dated, deduplicated briefing with one line of substance per item — not thirty titles.
Ask for these if not provided:
/feed, /rss, /atom.xml, /index.xml, and the <link rel="alternate" type="application/rss+xml"> tag in the page head)curl -sL "https://hnrss.org/frontpage" — follow redirects (-L), and identify politely if a feed rejects default agents (-A "rss-digest/1.0"). Feeds are XML; both dialects carry the same essentials: RSS <item><title><link><pubDate><description> · Atom <entry><title><link href><updated><summary/content>.pubDate/updated converted to the user's zone; items without dates are labeled undated, not invisibly slotted; and the digest states its own window ("covering the last 48h as of [time]").[If a lens was set: the matching items first.]
[Source A]
[Duplicates noted: "also covered by X, Y" · thin-description items marked]
Feeds: [curl per feed] · window: [the since-filter applied]
npx claudepluginhub mohitagw15856/pm-claude-skills --plugin pm-liveAggregates and monitors RSS/Atom feeds, filters entries by keywords/date/author, tracks seen items, and pushes new content to Telegram or Slack.
Generates a themed digest from recent feed entries with semantic grouping and new source suggestions. Supports custom time windows, topic queries, project scoping, and optional knowledge structure analysis.
Aggregates RSS feeds from the past week, synthesizes top stories with Gemini, and publishes a newsletter digest to Ghost CMS. Outputs formatted Markdown for Substack or other platforms.