Block 1 - Table of Contents
- Type / Role
- @n8n/n8n-nodes-langchain.agent - agent
- Config choices
- Version 1.7
This workflow is provided as-is. Please review and test before using in production.
Description This template automates the process of creating blog posts from YouTube videos using Mistral AI for text generation and Gemini for image generation. It provides a seamless workflow that...
@n8n/n8n-nodes-langchain.agent, n8n-nodes-base.splitout, n8n-nodes-base.merge, n8n-nodes-base.aggregate, n8n-nodes-base.editimage, n8n-nodes-base.httprequest, n8n-nodes-base.rssfeedreadtrigger, n8n-nodes-base.code
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Zakwan.
Original n8n.io sourceDescription
This template automates the process of creating blog posts from YouTube videos using Mistral AI for text generation and Gemini for image generation. It provides a seamless workflow that transforms YouTube content into ready-to-publish articles complete with engaging visuals.
⚠️ Disclaimer: This template can only be used on self-hosted n8n instances. It also relies on community nodes, which must be installed before running the workflow.
Workflow Overview
YouTube Data Extraction – Retrieves video details (title, description, and transcript).
Content Summarization – Mistral AI rewrites and structures the transcript into a blog-ready format.
Image Generation – Gemini creates relevant, high-quality images to complement the article.
Post Assembly – The workflow automatically combines the generated text and visuals into a structured blog post.
Features
Extract video details and transcripts directly from YouTube.
Summarize and rewrite content into blog posts using Mistral AI.
Generate relevant images with Gemini for engaging visuals.
Automatically structure blog posts for publishing.
Requirements
Before using this template, ensure you have:
An active self-hosted n8n instance.
API keys for OpenRouter (Mistral AI) and Gemini.
The required community nodes installed.
Access to public or unlisted YouTube videos.
Setup Instructions
Import the template into your self-hosted n8n instance.
Configure the API credentials:
Add your OpenRouter API key.
Add your Gemini API key.
Replace placeholder domains or webhook URLs with your own.
Run the workflow with a sample YouTube video URL.
Review the generated blog post and images.
Customization
Content length: Adjust prompt settings in the Mistral AI node.
Tone of voice: Modify prompts for formal, casual, or technical style.
Image style: Update Gemini requests to change the look and feel.
Publishing: Connect to your CMS (e.g., WordPress, Ghost) for direct publishing.
How YouTube is Involved
The workflow starts with a YouTube video URL, extracts metadata and transcripts, and then transforms this raw content into a complete blog post enriched with AI-generated images.
WorkFlow:
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 56 workflow blocks. Download the JSON for the full node graph.
| Workflow | Create blog posts from YouTube videos with Mistral AI & Gemini image generation |
|---|---|
| Complexity | advanced |
| Nodes | 56 |
| Categories | Content Creation, Multimodal AI |
| Author | Zakwan |
| Published | 02 Sept 2025 |
Use the JSON export at /data/workflows/8190/8190.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.
Description This template automates the process of creating blog posts from YouTube videos using Mistral AI for text generation and Gemini for image generation. It provides a seamless workflow that...
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.