Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
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...
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
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Koulikas Giannis.
Original n8n.io source1. 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
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
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.
Showing the first 24 of 72 workflow blocks. Download the JSON for the full node graph.
| Workflow | Generate 24s engaging conspiracy doc reels |
|---|---|
| Complexity | advanced |
| Nodes | 72 |
| Categories | Content Creation, Multimodal AI |
| Author | Koulikas Giannis |
| Published | 19 Apr 2026 |
Use the JSON export at /data/workflows/15145/15145.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
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...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.