Skip to main content

Curate and post AI news to X, Bluesky, Threads and more with GPT-5 mini and Cue

Workflow preview

Workflow preview
100%
Curate and post AI news to X, Bluesky, Threads and more with GPT-5 mini and Cue preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Curate & post AI news to X, Bluesky, Threads & more via GPT 5 mini & Cue This n8n template automatically curates AI news from RSS feeds and generates platform tailored social media posts using GPT ...

Best for

  • Social Media automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.rssfeedread, n8n-nodes-base.merge, n8n-nodes-base.code, n8n-nodes-base.aggregate, n8n-nodes-base.googlesheets, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Curate and post AI news to X, Bluesky, Threads and more with GPT-5 mini and Cue
Workflow name
Curate and post AI news to X, Bluesky, Threads and more with GPT-5 mini and Cue

Curate & post AI news to X, Bluesky, Threads & more via GPT-5 mini & Cue

This n8n template automatically curates AI news from RSS feeds and generates platform-tailored social media posts using GPT-5 mini. Posts are saved as drafts in Cue for review before publishing to X, Bluesky, Threads, Mastodon, and Facebook.

Use cases include:

  • Daily automated AI/tech news curation
  • Multi-platform social media content creation
  • Building thought leadership with consistent posting
  • Staying on top of industry news without manual effort

Who is this for?

This workflow is ideal for:

  • Tech content creators who want to share AI news across multiple platforms
  • Social media managers handling multiple accounts
  • Anyone building an audience around AI/tech topics
  • Teams who want consistent daily content without manual curation

What problem does this workflow solve?

Manually curating news, writing platform-specific posts, and publishing across 5 different social networks is time-consuming. This workflow automates the entire process:

  • Curation - Pulls from 4 trusted AI/tech RSS feeds daily
  • Deduplication - Tracks posted articles in Google Sheets so you never share the same story twice
  • Content creation - GPT-5 mini writes posts tailored to each platform's style and character limits
  • Review workflow - Creates drafts in Cue so you can review before publishing

How it works

  1. Schedule Trigger - Runs daily at 9am (configurable)
  2. RSS Feeds - Fetches articles from TechCrunch AI, Ars Technica AI, The Verge AI, and MIT Tech Review
  3. Filter & Merge - Combines all feeds and filters to articles from the last 7 days
  4. Deduplication - Compares against Google Sheets to find unposted articles
  5. Random Selection - Picks one random article from available stories
  6. AI Generation - GPT-5 mini generates 5 platform-specific posts with appropriate tone and length
  7. Save to Cue - Creates a draft post with all 5 platform variations
  8. Log to Sheet - Records the article URL to prevent future duplicates

Setup

Requirements

  • Cue account with connected social accounts
  • OpenAI API key
  • Google account for Sheets

Step 1: Install the Cue community node

  1. Go to SettingsCommunity Nodes
  2. Click Install
  3. Enter @cuehq/n8n-nodes-cue

Step 2: Create tracking spreadsheet

  1. Create a new Google Sheet named "AI News Tracker"
  2. Add these column headers in row 1:
    • article_url
    • title
    • source
    • processed_at

Step 3: Configure credentials

  1. Google Sheets - Add OAuth2 credentials and connect to the "Get Recent Posts" node
  2. OpenAI - Add your API key and connect to the "GPT-5 mini" node
  3. Cue - Add your API key from Cue Settings

Step 4: Configure the Cue node

  1. Open the Create Draft in Cue node
  2. Select your Profile
  3. For each platform slot, select your social account:
    • Slot 1 → X/Twitter
    • Slot 2 → Bluesky
    • Slot 3 → Threads
    • Slot 4 → Mastodon
    • Slot 5 → Facebook

Don't have all 5 platforms? Simply delete the unused slots.

Step 5: Publish

Save and click Publish to activate the workflow.

Customizing this workflow

Change the schedule

Edit the Daily 9am Trigger node to run at a different time or frequency.

Use different RSS feeds

Replace the feed URLs with sources relevant to your niche. The workflow handles any standard RSS feed. Keep 3-6 feeds for best results.

Auto-publish instead of drafts

To publish immediately instead of creating drafts, enable Publish Immediately in the Cue node settings.

Adjust the AI tone

Modify the system prompt in the Write Social Posts node to match your brand voice or adjust platform-specific guidelines.

Good to know

  • Cost - Each run uses one OpenAI API call. With GPT-5 mini, this costs approximately $0.01-0.02 per execution.
  • Draft review - Posts are created as drafts in Cue, giving you a chance to review and edit before publishing.
  • Deduplication - The Google Sheet tracks all posted URLs, so the same article is never shared twice.

About Cue

Cue is a social media scheduling platform that lets you manage and publish content across X, Bluesky, Threads, Mastodon, Facebook, LinkedIn, TikTok, and Instagram from a single dashboard.

Key features:

  • Multi-platform publishing - Schedule once, publish everywhere
  • Platform-specific content - Tailor each post for different audiences
  • Draft workflow - Review and edit before publishing
  • API & integrations - Connect with n8n, Zapier, Make, and custom apps

Get started free · Documentation · n8n Community Node

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 - Daily 9am Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 2 - TechCrunch AI

Type / Role
n8n-nodes-base.rssFeedRead - rssFeedRead
Config choices
Version 1.1

Block 3 - Ars Technica AI

Type / Role
n8n-nodes-base.rssFeedRead - rssFeedRead
Config choices
Version 1.1

Block 4 - The Verge AI

Type / Role
n8n-nodes-base.rssFeedRead - rssFeedRead
Config choices
Version 1.1

Block 5 - MIT Tech Review

Type / Role
n8n-nodes-base.rssFeedRead - rssFeedRead
Config choices
Version 1.1

Block 6 - Merge All Feeds

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3

Block 7 - Filter Recent

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

Block 8 - Standardize Fields

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

Block 9 - Collect New Articles

Type / Role
n8n-nodes-base.aggregate - aggregate
Config choices
Version 1

Block 10 - Collect Posted URLs

Type / Role
n8n-nodes-base.aggregate - aggregate
Config choices
Version 1

Block 11 - Compare Lists

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 12 - Select Random Article

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

Block 13 - Get Recent Posts

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 14 - Trigger Feeds

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

Block 15 - Write Social Posts

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

Block 16 - GPT-5 mini

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

Block 17 - Post Format

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

Block 18 - Prepare for Cue

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

Block 19 - Create Draft in Cue

Type / Role
@cuehq/n8n-nodes-cue.cue - cue
Config choices
Version 1

Block 20 - Prepare Sheet Data

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

Block 21 - Log to Sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 22 - Intro

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 23 - Section 1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 24 - Section 3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

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

3. Summary Table

Workflow Curate and post AI news to X, Bluesky, Threads and more with GPT-5 mini and Cue
Complexity advanced
Nodes 27
Categories Social Media, Multimodal AI
Author David P
Published 11 Jan 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12634/12634.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 Curate and post AI news to X, Bluesky, Threads and more with GPT-5 mini and Cue do?

Curate & post AI news to X, Bluesky, Threads & more via GPT 5 mini & Cue This n8n template automatically curates AI news from RSS feeds and generates platform tailored social media posts using GPT ...

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 Social Media, Multimodal AI use case.