Quick Overview
This workflow runs every morning to fetch recent articles from 50+ curated RSS/Atom feeds, uses Anthropic Claude to rank and rewrite the most relevant items based on your interests, then sends a category-grouped HTML news brief to you via Gmail.
How it works
- Runs daily on a schedule trigger.
- Reads your configured categories, interests, and look-back window, then expands them into a list of RSS/Atom feed URLs.
- Fetches each feed over HTTP and parses, tags, de-duplicates, and filters articles to keep only recent items within the time window.
- Sends the curated article pool to Anthropic Claude to remove noise, select the top stories across categories, rewrite headlines, and assign importance scores.
- Formats the ranked picks into an HTML brief grouped by category with links and one-line rationales.
- Emails the brief to your target address using Gmail.
Setup
- Add an Anthropic API key and set it in the workflow configuration so the HTTP request to Anthropic can authenticate.
- Connect a Gmail account credential for sending email.
- Update the configuration values for categories, interests, delivery email address, and limits (hoursBack, perFeed, maxItems, topN).
- Adjust the schedule trigger time to your preferred send hour.