The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "youtube-daily",
"nodes": [
{
"id": "1",
"name": "Schedule 8am",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
100,
300
],
"parameters": {
"rule": {
"interval": [
{
"field": "cronExpression",
"expression": "0 8 * * *"
}
]
}
}
},
{
"id": "2",
"name": "Trend Scraper",
"type": "n8n-nodes-base.executeCommand",
"position": [
350,
300
],
"parameters": {
"command": "cd /Users/nadirabaas/CMNDCENTER/youtube-pipeline && source ../.env && python3 modules/trend_scraper.py --output /tmp/trends.json"
}
},
{
"id": "3",
"name": "VCP Scorer",
"type": "n8n-nodes-base.executeCommand",
"position": [
600,
300
],
"parameters": {
"command": "cd /Users/nadirabaas/CMNDCENTER/youtube-pipeline && python3 modules/vcp_scorer.py --input /tmp/trends.json --output /tmp/trends-scored.json --top 5"
}
},
{
"id": "4",
"name": "Script Engine",
"type": "n8n-nodes-base.executeCommand",
"position": [
850,
300
],
"parameters": {
"command": "cd /Users/nadirabaas/CMNDCENTER/youtube-pipeline && source ../.env && python3 modules/script_engine.py --input /tmp/trends-scored.json --output /tmp/scripts-ready.json"
}
},
{
"id": "5",
"name": "Notify Content Ready",
"type": "n8n-nodes-base.executeCommand",
"position": [
1100,
300
],
"parameters": {
"command": "source /Users/nadirabaas/CMNDCENTER/.env && python3 /Users/nadirabaas/OMNISTACK/FUSION-MASTER/notifications/auto-notify.py --from-file /tmp/trends-scored.json --threshold 65"
}
},
{
"id": "6",
"name": "Notion Sync",
"type": "n8n-nodes-base.executeCommand",
"position": [
1350,
300
],
"parameters": {
"command": "cd /Users/nadirabaas/CMNDCENTER/youtube-pipeline && source ../.env && python3 modules/notion_sync.py --input /tmp/scripts-ready.json"
}
}
],
"connections": {
"Schedule 8am": {
"main": [
[
{
"node": "Trend Scraper",
"type": "main",
"index": 0
}
]
]
},
"Trend Scraper": {
"main": [
[
{
"node": "VCP Scorer",
"type": "main",
"index": 0
}
]
]
},
"VCP Scorer": {
"main": [
[
{
"node": "Script Engine",
"type": "main",
"index": 0
}
]
]
},
"Script Engine": {
"main": [
[
{
"node": "Notify Content Ready",
"type": "main",
"index": 0
}
]
]
},
"Notify Content Ready": {
"main": [
[
{
"node": "Notion Sync",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"saveManualExecutions": true
},
"id": "fusion-youtube-daily-v1"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
youtube-daily. Uses executeCommand. Scheduled trigger; 6 nodes.
Source: https://github.com/nabaas/claude-architect-os/blob/fe546f127716e96decfdabdc3e8dd2bb7348bcf6/n8n-workflows/youtube-daily.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
📘 Multi-Photo Facebook Post (Windows Directory) – How to Use ✅ Requirements To run this automation, make sure you have the following:
This workflow automatically mirrors your YouTube to TikTok and Instagram, so you don’t have to manually download and re-upload your content across platforms.
YouTube Shorts Otomasyonu - Haftalık Eğlenceli Video. Uses httpRequest, executeCommand, youTube. Scheduled trigger; 15 nodes.
03-Multi-Channel-Uploader. Uses executeCommand. Scheduled trigger; 10 nodes.
Google Ads + YouTube Ads Pull via tap-google-ads (google-ads-pull). Uses executeCommand, telegram. Scheduled trigger; 5 nodes.