rss-aggregator
Original:🇺🇸 English
Translated
2 scriptsChecked / no sensitive code detected
Aggregates and summarizes recent updates from a predefined list of RSS feeds. Use when the user asks for "recent updates", "what's new", or "RSS updates" within a specific timeframe.
3installs
Sourcezephyrwang6/myskill
Added on
NPX Install
npx skill4agent add zephyrwang6/myskill rss-aggregatorTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →RSS Aggregator
This skill fetches and aggregates the latest updates from a curated list of RSS feeds defined in .
references/feeds.opmlUsage
When the user asks for updates (e.g., "recent updates", "last 3 days", "what's new"), use the script.
scripts/aggregate.pyCommand
bash
uv run --with feedparser scripts/aggregate.py --days <number_of_days>If the user doesn't specify a timeframe, default to 3 days.
Output
The script outputs a list of updates in the following format:
- Title
- Author
- Summary (300 characters)
- Update Time
- Link
Configuration
The list of feeds is stored in .
references/feeds.opml