rss-subscriber

Manage RSS/Atom subscriptions and collect new items into a knowledge base.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/lordking/lee-second-brain-os --skill rss-subscriber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rss-subscriber
Source: https://github.com/lordking/lee-second-brain-os/tree/main/skills/kb-rss-subscribing
Command: npx skills add https://github.com/lordking/lee-second-brain-os --skill rss-subscriber

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

RSS/Atom 订阅源管理、监控更新、自动收集新内容到知识库的需求。跨源跟踪、去重和组织笔记的难点,借助集中管理与增量更新可以显著提升信息获取效率。

Core Features & Use Cases

  • Multi-source management: 同时管理多个源,自动轮询、去重与状态跟踪。
  • Content filtering & incremental updates: 根据关键词过滤并仅收集新增内容,避免信息冗余。
  • Notes clipping into knowledge base: 将新文章自动转化为笔记并归档至 00_inbox/02_clipping/rss/{feed-name}/。

Quick Start

Add an RSS/Atom feed with the add command and configure a regular check schedule to auto collect new items.

Frequently Asked Questions about rss-subscriber

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

FAQPage Schema
How do I automatically monitor RSS feeds and collect updates into a knowledge base?

You can automatically monitor RSS feeds by configuring scheduled checks that poll multiple sources, collect new items, and generate notes directly into your knowledge base.

How does RSS content deduplication work when tracking multiple feeds?

RSS content deduplication works by persisting state across scheduled checks, tracking previously fetched items to ensure only newly published articles are clipped and archived.

Can I filter RSS feed updates by keyword before adding them to my notes?

Yes, you can apply content filtering based on specific keywords to ensure only relevant RSS feed updates are collected, avoiding information redundancy in your knowledge base.

What is the best way to organize RSS clippings from multiple sources?

The best way to organize RSS clippings is to automatically generate notes and archive them into dedicated paths like 00_inbox/02_clipping/rss/{feed-name}/ for structured retrieval.

Does RSS feed monitoring handle broken sources or invalid feeds safely?

Yes, RSS feed monitoring enforces safe error handling and valid feed handling protocols to manage broken sources without disrupting the scheduled polling of other active subscriptions.

How do I set up incremental updates for Atom feeds to avoid duplicate entries?

Incremental updates for Atom feeds are set up by scheduling regular checks that compare new items against persisted state, ensuring only unique content bypasses deduplication.