Lets Go RSS

Aggregates YouTube/Vimeo/Bilibili/Weibo feeds with dedup, OPML and AI tagging

Works with setup

Test report

Verdict
Works with setup
Score
7.6/10
Tested
Jul 17, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 2ee24bf

Ran it live: added YouTube and Vimeo subscriptions, pulled 15 videos with cross-run dedup, and generated feed.xml, OPML and summary reports from one command. But the incremental report, the recommended bot-push artifact, said 'no new content' while 15 items landed: fetched_at is stored in UTC and compared against a local-time string, so --status silently reports nothing in any non-UTC timezone (--digest mode works around it). The headline China platforms (Bilibili/Weibo/Xiaohongshu) need a self-managed RSSHub or a Chrome remote-debugging session and went unmeasured.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 6/10
  • Docs & honesty 3/5

What Lets Go RSS does

A self-hosted RSS subscription manager that aggregates content updates from YouTube, Vimeo, Behance, Twitter/X, Bilibili, Weibo, Douyin and Xiaohongshu into unified RSS feeds, OPML exports and markdown digests, with incremental dedup and keyword or Claude-based classification. Triggers when you ask to track, aggregate or push subscription updates from these platforms.

How to install Lets Go RSS

git clone https://github.com/ALBEDO-TABAI/lets-go-rss
mkdir -p ~/.claude/skills
cp -r lets-go-rss ~/.claude/skills/lets-go-rss

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Lets Go RSS

  • /lets-go-rss Aggregates YouTube/Vimeo/Bilibili/Weibo feeds with dedup, OPML and AI tagging

It also activates on plain-language prompts like these:

  • Track new uploads from this YouTube channel and Vimeo account
  • Aggregate my Bilibili and Weibo subscriptions into one feed
  • Give me a digest of what's new across my tracked creators

Frequently asked questions

Is the Lets Go RSS skill free?
Yes. The skill itself is free from ALBEDO-TABAI/lets-go-rss. SkillProof publishes the install command and an independent test verdict at no cost.
Does Lets Go RSS work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 17, 2026. Verdict: Works with setup. Ran it live: added YouTube and Vimeo subscriptions, pulled 15 videos with cross-run dedup, and generated feed.xml, OPML and summary reports from one command. But the incremental report, the recommended bot-push artifact, said 'no new content' while 15 items landed: fetched_at is stored in UTC and compared against a local-time string, so --status silently reports nothing in any non-UTC timezone (--digest mode works around it). The headline China platforms (Bilibili/Weibo/Xiaohongshu) need a self-managed RSSHub or a Chrome remote-debugging session and went unmeasured.
What is the Lets Go RSS SkillProof Score?
7.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 6/10, docs & honesty 3/5.
How do I install Lets Go RSS?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Lets Go RSS with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.