Skip to main content

Summarize AI news from RSS, Reddit and HN with Claude to Discord and Slack

Workflow preview

Workflow preview
100%
Summarize AI news from RSS, Reddit and HN with Claude to Discord and Slack preview
Open on n8n.io

1. Workflow Overview

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...

Best for

  • Market Research automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.code, n8n-nodes-base.postgres, n8n-nodes-base.httprequest, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.lmchatanthropic, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.slack

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by nXsi.

Original n8n.io source

1.1 Workflow description

Title
Summarize AI news from RSS, Reddit and HN with Claude to Discord and Slack
Workflow name
Summarize AI news from RSS, Reddit and HN with Claude to Discord and Slack

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

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

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Initialize run timestamp

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 2 - Create run record

Type / Role
n8n-nodes-base.postgres - postgres
Config choices
Version 2.5

Block 3 - Build feed source list

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 4 - Fetch feed content

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 5 - Parse articles from feeds

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 6 - Any articles found?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 7 - Mark run as empty

Type / Role
n8n-nodes-base.postgres - postgres
Config choices
Version 2.5

Block 8 - Deduplicate by URL and title

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 9 - Check database for recent duplicates

Type / Role
n8n-nodes-base.postgres - postgres
Config choices
Version 2.5

Block 10 - Remove already-seen articles

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 11 - Select top articles for extraction

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 12 - Extract full text via Jina

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 13 - Assemble extracted content

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 14 - Prepare analysis prompts

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 15 - Analyze article with Claude

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 16 - Score and rank articles

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 17 - Select articles for digest

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 18 - Claude Sonnet (compiler)

Type / Role
@n8n/n8n-nodes-langchain.lmChatAnthropic - lmChatAnthropic
Config choices
Version 1.3

Block 19 - Compile digest with Claude

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.7

Block 20 - Format multi-channel outputs

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 21 - Send digest to Discord

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 22 - Send digest to Slack

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.2

Block 23 - Build article save query

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 24 - Save articles to database

Type / Role
n8n-nodes-base.postgres - postgres
Config choices
Version 2.5

Showing the first 24 of 39 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Summarize AI news from RSS, Reddit and HN with Claude to Discord and Slack
Complexity advanced
Nodes 39
Categories Market Research, AI Summarization
Author nXsi
Published 19 Feb 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/13527/13527.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Summarize AI news from RSS, Reddit and HN with Claude to Discord and Slack do?

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...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research, AI Summarization use case.