rss-reporter

Aggregates frontend RSS feeds into a weekly report with AI-generated summaries.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/summerscar/my-skills --skill rss-reporter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rss-reporter
Source: https://github.com/summerscar/my-skills/tree/main/.agents/skills/rss-reporter
Command: npx skills add https://github.com/summerscar/my-skills --skill rss-reporter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Aggregates frontend RSS sources into a single, readable weekly report, saving time and eliminating manual curation.

Core Features & Use Cases

  • Aggregation & Filtering: Collects configured RSS feeds, deduplicates content, and extracts summaries.
  • AI-Generated Summaries: Uses AI to generate concise weekly summaries and key takeaways.
  • Output & Delivery: Saves reports to workspace/output and can auto-sync to the current conversation.
  • Source Configuration: Reads feeds list from references/feeds.json.

Quick Start

Invoke the rss-reporter to fetch all configured feeds and generate the weekly report.

Frequently Asked Questions about rss-reporter

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

FAQPage Schema
How do I automate frontend RSS aggregation into a weekly report?

To automate frontend RSS aggregation, this Skill gathers feeds from your configured list, deduplicates content, and uses AI to generate a concise weekly report with key takeaways.

Can AI summarize and categorize topics from multiple RSS feeds?

Yes, after collecting and deduplicating feeds, the AI categorizes topics and generates concise summaries with key takeaways for the aggregated frontend content.

How do I configure custom RSS feeds for automated summarization?

You configure custom RSS feeds by adding your desired frontend sources to the references/feeds.json file, which the Skill reads to gather content for the weekly report.

Does the generated RSS weekly report save to workspace and notify the chat?

Yes, the output management saves the generated weekly report to the workspace/output directory and can auto-sync the summaries to notify the current conversation.

How does deduplication work when aggregating frontend RSS sources?

During source gathering, the RSS aggregation process identifies and removes duplicate content across multiple feeds before extracting summaries for the weekly report.