Generate 24s engaging conspiracy doc reels

Go to Workflow
0 views
Built by Koulikas Giannis Koulikas Giannis
Created on June 07, 2026

Description

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

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

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

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

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

Nodes Used (9)

Basic LLM Chain
@n8n/n8n-nodes-langchain.chainLlm
Code
n8n-nodes-base.code
DeepSeek Chat Model
@n8n/n8n-nodes-langchain.lmChatDeepSeek
Google Cloud Storage
n8n-nodes-base.googleCloudStorage
Google Gemini Chat Model
@n8n/n8n-nodes-langchain.lmChatGoogleGemini
HTTP Request
n8n-nodes-base.httpRequest
JWT
n8n-nodes-base.jwt
Structured Output Parser
@n8n/n8n-nodes-langchain.outputParserStructured
Telegram
n8n-nodes-base.telegram