Skip to main content

Generate 24s engaging conspiracy doc reels

Workflow preview

Workflow preview
100%
Generate 24s engaging conspiracy doc reels preview
Open on n8n.io

1. Workflow Overview

How it works 1. Find trending theories – Uses Grok 4 to scan X (Twitter) for the top emerging conspiracy theory from the last 3 days 2. Write the script – Takes the theory and creates a 24 second d...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.set, n8n-nodes-base.jwt, n8n-nodes-base.converttofile, @n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.lmchatgooglegemini

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Generate 24s engaging conspiracy doc reels
Workflow name
Generate 24s engaging conspiracy doc reels

How it works

1. Find trending theories – Uses Grok-4 to scan X (Twitter) for the top emerging conspiracy theory from the last 3 days

2. Write the script – Takes the theory and creates a 24-second documentary-style script with 4 scenes (Hook, Segment 1, Segment 2, CTA) using Gemini 2.5 Pro

3. Create Veo prompts – Translates each scene's visual description into a production-ready prompt (120–150 words) optimized for Google Veo 3.0

4. Generate voiceover – Converts each scene's script into dark, mysterious narration using Google Text-to-Speech and uploads to GCS

5. Generate video clips – Creates four 8-second AI-generated video clips with Veo 3.0 and uploads each to GCS

6. Merge & render – Combines all video clips and audio tracks using Creatomate into a single 24-second vertical video

7. Deliver – Sends the final conspiracy reel to Telegram


Set up steps

  1. API Keys – Set up accounts for Google Cloud (Veo 3.0 + Text-to-Speech + GCS), xAI (Grok-4), and Creatomate

  2. Credentials in n8n – Add each API key as a credential in your n8n instance

  3. Configure variables – Update the SET node with your Google Cloud PROJECT_ID, CLIENT_EMAIL, and bucket_name

  4. Test – Execute the workflow to find a trending theory and generate a video

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 - Sticky Note

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

Block 2 - Sticky Note1

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

Block 3 - Sticky Note2

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

Block 4 - Sticky Note3

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

Block 5 - Sticky Note4

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

Block 6 - Sticky Note5

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

Block 7 - Sticky Note6

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

Block 8 - Sticky Note7

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

Block 9 - Sticky Note8

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

Block 10 - Sticky Note9

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

Block 11 - Manual Trigger

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

Block 12 - Post Text to Speech API

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

Block 13 - Set API Configuration

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

Block 14 - Process JWT Token

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

Block 15 - Post OAuth Token Request

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

Block 16 - Convert Audio to File

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

Block 17 - Generate Hook Prompt

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

Block 18 - Generate Segment 1 Prompt

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

Block 19 - Generate Segment 2 Prompt

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

Block 20 - Generate CTA Prompt

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

Block 21 - Google Gemini Chat Model 1

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

Block 22 - Google Gemini Chat Model 2

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

Block 23 - Google Gemini Chat Model 3

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

Block 24 - Google Gemini Chat Model 4

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

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

3. Summary Table

Workflow Generate 24s engaging conspiracy doc reels
Complexity advanced
Nodes 72
Categories Content Creation, Multimodal AI
Author Koulikas Giannis
Published 19 Apr 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15145/15145.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 Generate 24s engaging conspiracy doc reels do?

How it works 1. Find trending theories – Uses Grok 4 to scan X (Twitter) for the top emerging conspiracy theory from the last 3 days 2. Write the script – Takes the theory and creates a 24 second d...

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