YouTube 짧은 비디오 스크립트 자동화
중급
이것은Content Creation, Multimodal AI분야의자동화 워크플로우로, 11개의 노드를 포함합니다.주로 Set, Telegram, Supadata, TelegramTrigger, ChainLlm 등의 노드를 사용하며. 사용 Gemini AI와 Telegram으로 비디오 링크에서 YouTube 짧은 비디오 스크립트 생성
사전 요구사항
- •Telegram Bot Token
- •Google Gemini API Key
사용된 노드 (11)
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "0b3sNR7VKXCSn2Fq",
"meta": {
"templateCredsSetupCompleted": true
},
"name": "YT script automation",
"tags": [],
"nodes": [
{
"id": "fc5a9462-5e0c-4425-9e24-bf7794da0974",
"name": "요약 전송",
"type": "n8n-nodes-base.telegram",
"position": [
980,
400
],
"parameters": {
"text": "={{ $json.output.title }}\n\n{{ $json.output.script }}",
"chatId": "={{ $('Input URL').item.json.message.chat.id }}",
"additionalFields": {
"appendAttribution": false
}
},
"credentials": {
"telegramApi": {
"id": "hL07rM7CcHcgYZre",
"name": "youtube_script_maker_bot"
}
},
"typeVersion": 1.2
},
{
"id": "be08404f-7005-46dc-bda0-9fa3bcd638f9",
"name": "URL 입력",
"type": "n8n-nodes-base.telegramTrigger",
"position": [
0,
400
],
"parameters": {
"updates": [
"message"
],
"additionalFields": {}
},
"credentials": {
"telegramApi": {
"id": "hL07rM7CcHcgYZre",
"name": "youtube_script_maker_bot"
}
},
"typeVersion": 1.2
},
{
"id": "9a74e5e6-e063-4c2d-aeeb-f627a1c8a878",
"name": "Make 트랜스크라이브",
"type": "n8n-nodes-supadata.supadata",
"position": [
160,
400
],
"parameters": {
"videoId": "={{ $json.message.text }}",
"operation": "getTranscript"
},
"credentials": {
"supadataApi": {
"id": "3CjkrDlWjpILdztV",
"name": "Supadata account"
}
},
"typeVersion": 1
},
{
"id": "1fc965aa-ed57-48b5-8185-1e163a9dd7b2",
"name": "파싱",
"type": "@n8n/n8n-nodes-langchain.outputParserStructured",
"position": [
800,
580
],
"parameters": {
"jsonSchemaExample": "{\n \"title\": \"ここに動画のタイトルが入ります\",\n \"script\": \"ここに動画の台本(全文)が入ります\"\n}"
},
"typeVersion": 1.2
},
{
"id": "d7699f35-e66d-43ae-b0e7-5182cf89b6f0",
"name": "스티커 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
-80,
320
],
"parameters": {
"color": 5,
"width": 600,
"height": 340,
"content": "## Get Video Link and Transcribe Video"
},
"typeVersion": 1
},
{
"id": "acd8d2c1-1949-4ac5-a788-69fe154d1fca",
"name": "스티커 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
560,
320
],
"parameters": {
"color": 5,
"width": 620,
"height": 420,
"content": "## AI PARSING & Send Script"
},
"typeVersion": 1
},
{
"id": "6630067d-5175-41f5-be71-833f27c43cb1",
"name": "스티커 노트2",
"type": "n8n-nodes-base.stickyNote",
"position": [
540,
100
],
"parameters": {
"color": 7,
"width": 640,
"height": 200,
"content": "## This Template is Free✨\n\n### Have any request, contact me [Here](https://x.com/taiki_16_k)"
},
"typeVersion": 1
},
{
"id": "7c9fb068-f93d-4836-be6d-031a1a96cafc",
"name": "스크립트 매핑",
"type": "n8n-nodes-base.set",
"position": [
320,
400
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "f523292a-168d-4f06-9d99-5d5969b1b09e",
"name": "full_script",
"type": "string",
"value": "={{ $json.content.map(item => item.text).join('\\n') }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "c5c3e290-df5b-43b7-a2b8-1aaaf88b5a06",
"name": "Google Gemini 챗 모델",
"type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
"position": [
620,
580
],
"parameters": {
"options": {},
"modelName": "models/gemini-2.5-pro"
},
"credentials": {
"googlePalmApi": {
"id": "Dc4myFSoHsGJrGZP",
"name": "Google Gemini(PaLM) Api account"
}
},
"typeVersion": 1
},
{
"id": "522ed972-2fb6-4c39-b9d7-bf8c2aaa5399",
"name": "스티커 노트3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-80,
100
],
"parameters": {
"width": 600,
"height": 200,
"content": "## Required API Keys:\n- **Supadata KEY**: Get your transcription API key [here](https://supadata.com/)\n\n### Setup Instructions:\n1. Send URL to your bot to start Transcribing"
},
"typeVersion": 1
},
{
"id": "5e57ee04-c618-4afb-8bf8-f4ddfe13c04c",
"name": "스크립트 생성",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"position": [
620,
400
],
"parameters": {
"text": "=#background information\n{{ $json.full_script }}",
"batching": {},
"messages": {
"messageValues": [
{
"message": "=You are a professional scriptwriter for YouTube Shorts, specializing in trivia across various genres.\nBased on the background information from the YouTube transcript provided by the user, you will create the ultimate script to captivate viewers. Your expertise lies in crafting scripts that interestingly convey fascinating trivia hidden in science, nature, culture, and daily life. Please use an intelligent yet friendly narrative style.\n\n#Conditions\n\nThe content must be based on accurate information.\n\nStructure the script to introduce a lot of trivia at a good tempo, minimizing transitional words.\n\nSpeak intelligently in a casual tone.\n\nThe script should be approximately 170-200 words.\n\nThe opening sentence must be a shocking fact or a line that strongly stimulates the viewer's curiosity. Get straight to the point.\n\nDo not include narration or timestamps; generate only the pure script text.\n\nCreate the script based on the background information from the provided YouTube transcript.\n\nDo not use bold text.\n\nUse periods to break lines appropriately.\n\n#Output Format\ntitle:\nscript:"
}
]
},
"promptType": "define",
"hasOutputParser": true
},
"typeVersion": 1.7
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "b464a592-ac27-4c62-aaaf-11b0b970d895",
"connections": {
"1fc965aa-ed57-48b5-8185-1e163a9dd7b2": {
"ai_outputParser": [
[
{
"node": "5e57ee04-c618-4afb-8bf8-f4ddfe13c04c",
"type": "ai_outputParser",
"index": 0
}
]
]
},
"be08404f-7005-46dc-bda0-9fa3bcd638f9": {
"main": [
[
{
"node": "9a74e5e6-e063-4c2d-aeeb-f627a1c8a878",
"type": "main",
"index": 0
}
]
]
},
"Edit Fields": {
"main": [
[
{
"node": "5e57ee04-c618-4afb-8bf8-f4ddfe13c04c",
"type": "main",
"index": 0
}
]
]
},
"fc5a9462-5e0c-4425-9e24-bf7794da0974": {
"main": [
[]
]
},
"5e57ee04-c618-4afb-8bf8-f4ddfe13c04c": {
"main": [
[
{
"node": "fc5a9462-5e0c-4425-9e24-bf7794da0974",
"type": "main",
"index": 0
}
]
]
},
"9a74e5e6-e063-4c2d-aeeb-f627a1c8a878": {
"main": [
[
{
"node": "Edit Fields",
"type": "main",
"index": 0
}
]
]
},
"c5c3e290-df5b-43b7-a2b8-1aaaf88b5a06": {
"ai_languageModel": [
[
{
"node": "5e57ee04-c618-4afb-8bf8-f4ddfe13c04c",
"type": "ai_languageModel",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 콘텐츠 제작, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
LinkedIn 및 X 바이럴 콘텐츠 자동 엔진
사용AI생성및게시자동생성LinkedIn및X의病毒콘텐츠
If
Set
Wait
+
If
Set
Wait
156 노드Diptamoy Barman
콘텐츠 제작
LinkedIn 자동화
Gemini AI와 승인 프로세스를 사용하여 Telegram 메시지를 전문적인 LinkedIn 게시물로 변환합니다.
If
Set
Code
+
If
Set
Code
54 노드Sateesh
콘텐츠 제작
WordPress - SEO 기사 자동 생성 및 게시
Gemini AI 및 OpenAI 이미지를 사용하여 WordPress 내에서 SEO 기사 자동 생성
Set
Telegram
Wordpress
+
Set
Telegram
Wordpress
18 노드Agent Circle
콘텐츠 제작
URL 기반 AI, Telegram 및 다중 플랫폼 게시를 사용한 소셜 미디어 게시물 자동 생성
URL 기반 AI, Telegram 및 다중 플랫폼 게시를 사용하여 소셜 미디어 게시물 자동 생성
If
Set
Code
+
If
Set
Code
42 노드Karol
콘텐츠 제작
WordPress + 소셜 미디어
GPT/Gemini 및 WordPress 기반 자동화된 블로그 생성 및 다중 플랫폼 게시
If
Set
Switch
+
If
Set
Switch
44 노드Khairul Muhtadin
콘텐츠 제작
GPT-4o, ElevenLabs, WaveSpeed으로 입체동기화을 생성하여 실제 UGC 비디오 광고 생성
GPT-4o, ElevenLabs, WaveSpeed으로 입술 동기화를 통해 진짜 UGC 비디오 광고 생성
If
Set
Wait
+
If
Set
Wait
38 노드Muhammad Farooq Iqbal
콘텐츠 제작