1. User requests recent updates or news from RSS feeds.
2. The skill identifies the relevant RSS feeds from `references/feeds.opml`.
3. The skill determines the timeframe for the updates (defaulting to 3 days).
4. The skill executes the `aggregate.py` script with the specified timeframe.
5. The script fetches and summarizes the latest updates from the RSS feeds.
6. The skill presents the aggregated updates to the user in a structured format.