Skip to main content

Article to threaded Bluesky posts with JinaAI and Gemini/GPT

Workflow preview

Workflow preview
100%
Article to threaded Bluesky posts with JinaAI and Gemini/GPT preview
Open on n8n.io

Important notice

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

1. Workflow Overview

This workflow contains community nodes that are only compatible with the self hosted version of n8n. Who is this for? Automation enthusiasts, content creators, or social media managers who post art...

Best for

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

Tools used

@n8n/n8n-nodes-langchain.lmchatgooglegemini, n8n-nodes-bluesky-enhanced.bluesky, n8n-nodes-base.telegramtrigger, n8n-nodes-base.rssfeedreadtrigger, n8n-nodes-base.set, n8n-nodes-base.jinaai, @n8n/n8n-nodes-langchain.chainllm, n8n-nodes-base.wait

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Article to threaded Bluesky posts with JinaAI and Gemini/GPT
Workflow name
Article to threaded Bluesky posts with JinaAI and Gemini/GPT

This workflow contains community nodes that are only compatible with the self-hosted version of n8n.

Who is this for?

Automation enthusiasts, content creators, or social media managers who post article-based threads to Bluesky and want to automate the process end-to-end.

What problem is this solving?

Manual content repackaging and posting can be repetitive and time-consuming. This workflow automates the process from capturing article URLs (via Telegram or RSS) to scraping content, transforming it into a styled thread, and posting on Bluesky platform.

What this workflow does

  • Listens on Telegram or fetches from RSS feeds (AI Trends, Machine Learning Mastery, Technology Review).
  • Extracts content from URLs using JinaAI.
  • Converts the article into a neat, scroll-stopping thread via LangChain + Gemini / OpenAI ChatGPT.
  • Splits the thread into multiple posts. The first post is published with “Create a Post”, while subsequent posts are replies.
  • Adds short delays between posting to avoid rate limits.

Setup

  1. Add credentials for Telegram Bot API, JinaAI, Google Gemini, and Bluesky App Password.
  2. Add or customize RSS feeds if needed
  3. Test with a sample URL to validate posting sequence.

How to customize

  • Swap out RSS feeds or trigger sources.
  • Modify prompt templates or thread formatting rules in the LangChain/Gemini node.
  • Adjust wait times or content parsing logic.
  • Replace Bluesky with another posting target if desired.

Made by: Khaisa Studio Need customs workflows? Contact Me!

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

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 2 - Create a post

Type / Role
n8n-nodes-bluesky-enhanced.bluesky - bluesky
Config choices
Version 2

Block 3 - Telegram Input Trigger

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

Block 4 - RSS Feed - AI Trends

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

Block 5 - RSS Feed - Machine Learning Mastery

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

Block 6 - RSS Feed - Technology Review

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

Block 7 - Prepare Input URL

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 8 - Extract Web Content (JinaAI)

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

Block 9 - Transform Content to Thread

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

Block 10 - Reply with Next Post

Type / Role
n8n-nodes-bluesky-enhanced.bluesky - bluesky
Config choices
Version 2

Block 11 - Wait Before Next Reply

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

Block 12 - Wait Before Next Post (Initial)

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

Block 13 - Store Post URI and CID

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 14 - Check First Post Condition

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

Block 15 - Split Thread into Posts

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

Block 16 - Clean Thread Text

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

Block 17 - Prepare Thread Data

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 18 - Loop Through Thread Posts

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

Block 19 - Sticky Note

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

Block 20 - Sticky Note1

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

Block 21 - Alt

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

3. Summary Table

Workflow Article to threaded Bluesky posts with JinaAI and Gemini/GPT
Complexity advanced
Nodes 21
Categories AI Summarization, Multimodal AI
Author Khairul Muhtadin
Published 23 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7755/7755.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 Article to threaded Bluesky posts with JinaAI and Gemini/GPT do?

This workflow contains community nodes that are only compatible with the self hosted version of n8n. Who is this for? Automation enthusiasts, content creators, or social media managers who post art...

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