Block 1 - OpenRouter Chat Model1
- Type / Role
- @n8n/n8n-nodes-langchain.lmChatOpenRouter - lmChatOpenRouter
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
How it works This workflow automatically uploads YouTube Shorts from a Google Drive folder. It picks one video at each run, generates a YouTube optimized title, description, and hashtags using an A...
@n8n/n8n-nodes-langchain.lmchatopenrouter, n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.googledrive, @n8n/n8n-nodes-langchain.chainllm, n8n-nodes-base.code, n8n-nodes-base.set, n8n-nodes-base.httprequest
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by osama goda.
Original n8n.io sourceThis workflow automatically uploads YouTube Shorts from a Google Drive folder. It picks one video at each run, generates a YouTube-optimized title, description, and hashtags using an AI model, uploads the video through YouTube’s resumable upload API, and finally moves the processed video to a “Posted” folder.
Run on a schedule (daily/hourly/custom CRON)
Fetch one video from a selected Google Drive folder
Generate title + description + hashtags using an LLM
Prepare YouTube metadata
Upload the video via resumable upload
Move the file to a “posted” folder to avoid duplicates
Connect your Google Drive credentials
Connect your YouTube OAuth2 credentials
Update the Drive folder IDs (input + posted folders)
Edit the “Set variables” node to change store name, country, coupon code, and tone
Review the prompt in the AI node if you want to customize content style
All technical details are documented inside the sticky notes within the 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.
| Workflow | Auto-post YouTube Shorts from Google Drive with OpenRouter AI titles & descriptions |
|---|---|
| Complexity | advanced |
| Nodes | 15 |
| Categories | Social Media, Multimodal AI |
| Author | osama goda |
| Published | 02 Dec 2025 |
Use the JSON export at /data/workflows/11441/11441.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 This workflow automatically uploads YouTube Shorts from a Google Drive folder. It picks one video at each run, generates a YouTube optimized title, description, and hashtags using an A...
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 Social Media, Multimodal AI use case.