π Summarize AI news from RSS, Reddit and HN with Claude to Discord and Slack
β‘ 94 views Β· π Market Research & Insights
Description
This n8n template builds an automated daily news digest powered by Claude AI.
It monitors RSS feeds, Reddit, and Hacker News, extracts full article text, analyzes each piece with AI, and delivers a polished briefing to Discord and Slack.
Stop drowning in newsletters β Claude reads everything and surfaces only what matters, scored and ranked by importance.
Good to know
- Estimated cost is $0.03-0.10 per daily run using Claude Haiku + Sonnet. See Anthropic pricing for current rates.
- Works without a database out of the box. Optionally enable PostgreSQL for article history and cross-day deduplication.
How it works
- Schedule trigger fires daily and fetches articles from 10 configurable sources (RSS, Atom, Reddit JSON, Hacker News API)
- Articles are deduplicated by URL hash and fuzzy title matching
- Jina Reader extracts full article text for deeper analysis
- Claude Haiku scores each article 1-10 for importance, assigns categories, and writes a βwhy it mattersβ summary
- Claude Sonnet compiles the top articles into a structured digest with lead story, top stories, quick hits, and trend detection
- Formatted output is delivered to Discord (rich embeds) and Slack (Block Kit)
How to use
- Add your Anthropic API key as an n8n credential and set your Discord webhook URL in the config node β thatβs the minimum to get running
- Edit the feed list in βBuild feed source listβ to add your own sources
Requirements
- Anthropic API key (setup guide)
- Discord webhook URL (setup guide) and/or Slack credential
Customizing this workflow
- Swap feed sources for any topic β finance, gaming, research papers, industry news
- Adjust topic importance weights to prioritize what you care about
- Modify the Claude system prompt to change the digestβs tone and style
π Nodes Used
HTTP Request, Postgres, Slack, Schedule Trigger, AI Agent, Basic LLM Chain
π₯ Import
Download workflow.json and import into n8n:
Workflow menu β Import from File