lets-go-rss

Manage multi-platform RSS subscriptions with incremental updates and digest reports.

98|13|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/ALBEDO-TABAI/lets-go-rss --skill lets-go-rss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lets-go-rss
Source: https://github.com/ALBEDO-TABAI/lets-go-rss/tree/main
Command: npx skills add https://github.com/ALBEDO-TABAI/lets-go-rss --skill lets-go-rss

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires httpx, yt_dlp, python-dateutil, anthropic, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

Lets Go RSS is a lightweight universal RSS subscription manager that runs as a Claude Skill inside AI IDEs and agents, enabling cross-platform subscription aggregation with incremental updates, deduplication, and digest-style reports.

Core Features & Use Cases

  • 7-Platform Support: YouTube, Vimeo, Behance, Weibo, Douyin, Xiaohongshu, Bilibili, Twitter/X, and ZhishiPlanet subscriptions are managed in one place.
  • Incremental Updates: SQLite-based deduplication ensures only new content is fetched.
  • Digest Mode: Optional digest output shows a concise update per account.
  • AI Classification: Optional Claude/Anthropic-powered content categorization to surface relevant items.
  • Standard Output: Produces RSS 2.0 XML feeds and Markdown digest/reports.
  • Schedulable: Works with crontab for automated periodic updates.

Quick Start

Add subscriptions, then run an update to fetch new items and generate digest reports.

Frequently Asked Questions about lets-go-rss

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

FAQPage Schema
How do I aggregate cross-platform RSS subscriptions with incremental updates?

To aggregate cross-platform RSS subscriptions with incremental updates, use a manager that tracks feed items in SQLite for deduplication. This ensures only newly fetched content from platforms like YouTube, Bilibili, or Twitter is processed during each update cycle.

Can I use Claude to automatically classify and tag fetched RSS feed items?

Yes, you can use Claude to automatically classify RSS feed items. By integrating the Anthropic API, the subscription manager categorizes fetched content and surfaces relevant items, producing concise digest reports for AI IDEs.

How do I generate digest reports from multi-platform RSS feeds in Markdown?

You can generate digest reports from multi-platform RSS feeds in Markdown by running an update cycle on your aggregated subscriptions. The manager processes new items and outputs concise per-account summaries alongside standard RSS 2.0 XML feeds.

Does this RSS subscription manager support fetching content from Douyin and Xiaohongshu?

Yes, this RSS subscription manager supports fetching content from Douyin and Xiaohongshu. It also covers YouTube, Vimeo, Behance, Weibo, Bilibili, Twitter/X, and ZhishiPlanet, enabling multi-platform subscription management in one place.

Do I need Python 3 and yt_dlp to run an automated RSS digest generator?

Yes, you need Python 3 and yt_dlp to run this automated RSS digest generator. Additional required dependencies include httpx and python-dateutil, with the Anthropic API being optional for enabling AI-assisted content classification features.

What is the best way to schedule automated RSS feed digest updates in an AI IDE?

The best way to schedule automated RSS feed digest updates is using crontab. This allows the subscription manager to periodically fetch incremental updates, deduplicate entries via SQLite, and generate digest reports within Claude-enabled AI environments.