ai-tech-rss-fetch

Installation
SKILL.md

AI Tech RSS Fetch

Core Goal

  • Subscribe to RSS/Atom sources.
  • Persist feed and entry metadata to SQLite.
  • Deduplicate entries with layered identity keys plus content fingerprints.
  • Keep only metadata; do not fetch full article bodies and do not summarize.

Triggering Conditions

  • Receive a request to subscribe RSS feeds from URLs or OPML.
  • Receive a request to run incremental RSS sync reliably.
  • Need stable metadata persistence for downstream processing.
  • Need dedupe-safe storage of feed items over repeated runs.

Workflow

  1. Prepare runtime and database.
  • Ensure dependency is installed: python3 -m pip install feedparser.
  • In multi-agent runtimes, pin DB to an absolute path before any command:
Installs
7
Repository
fadeloo/skills
First Seen
Feb 24, 2026
ai-tech-rss-fetch — fadeloo/skills