YouTube章节生成器
中级
这是一个Other, AI领域的自动化工作流,包含 13 个节点。主要使用 Set, YouTube, HttpRequest, ManualTrigger, ExtractFromFile 等节点,结合人工智能技术实现智能自动化。 使用Gemini AI和YouTube Data API v3自动生成YouTube章节
前置要求
- •可能需要目标 API 的认证凭证
- •Google Gemini API Key
使用的节点 (13)
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "SCUbdpVPX4USbQmr",
"meta": {
"instanceId": "7c617982c5622c49e1ea217f3ee01da25b7fb42fb9e969ce6e4e1b6c269ad0e5",
"templateCredsSetupCompleted": true
},
"name": "youtube 章节生成器",
"tags": [
{
"id": "637Ga13eORejFbTG",
"name": "youtube",
"createdAt": "2025-04-06T16:41:11.086Z",
"updatedAt": "2025-04-06T16:41:11.086Z"
},
{
"id": "tfcUyZ2pGsRZFcje",
"name": "chapters",
"createdAt": "2025-04-06T16:41:28.633Z",
"updatedAt": "2025-04-06T16:41:28.633Z"
}
],
"nodes": [
{
"id": "104fa4ce-cd86-4fff-b31c-0ef37fba6d93",
"name": "当点击\"测试工作流\"时",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-800,
-120
],
"parameters": {},
"typeVersion": 1
},
{
"id": "c3b45480-3098-40f9-a77f-ada54481b590",
"name": "获取字幕 ID",
"type": "n8n-nodes-base.httpRequest",
"position": [
-200,
-120
],
"parameters": {
"url": "=https://www.googleapis.com/youtube/v3/captions?part=snippet&videoId={{ $json.id }}",
"options": {},
"authentication": "predefinedCredentialType",
"nodeCredentialType": "youTubeOAuth2Api"
},
"credentials": {
"youTubeOAuth2Api": {
"id": "1TkjUqPfFCQ6NzL7",
"name": "YouTube account"
}
},
"typeVersion": 4.2
},
{
"id": "fe08adc4-e6ef-47ae-a946-1e6d5a85e10e",
"name": "获取字幕",
"type": "n8n-nodes-base.httpRequest",
"position": [
20,
-120
],
"parameters": {
"url": "=https://www.googleapis.com/youtube/v3/captions/{{ $json.items[0].id }}?tfmt=srt",
"options": {},
"authentication": "predefinedCredentialType",
"nodeCredentialType": "youTubeOAuth2Api"
},
"credentials": {
"youTubeOAuth2Api": {
"id": "1TkjUqPfFCQ6NzL7",
"name": "YouTube account"
}
},
"typeVersion": 4.2
},
{
"id": "0e15f334-9ff8-4a7e-85a9-4cf8cf10ea55",
"name": "提取字幕",
"type": "n8n-nodes-base.extractFromFile",
"position": [
240,
-120
],
"parameters": {
"options": {},
"operation": "text"
},
"typeVersion": 1
},
{
"id": "af99a919-7ebc-4a6c-80be-83e2ffa68d05",
"name": "结构化字幕",
"type": "@n8n/n8n-nodes-langchain.outputParserStructured",
"position": [
640,
100
],
"parameters": {
"jsonSchemaExample": "{\n\t\"description\": \"California\"\n\t\n}"
},
"typeVersion": 1.2
},
{
"id": "414a41a2-0715-4a57-a606-9f3678b2472a",
"name": "获取视频元数据",
"type": "n8n-nodes-base.youTube",
"position": [
-420,
-120
],
"parameters": {
"options": {},
"videoId": "={{ $json.video_id }}",
"resource": "video",
"operation": "get"
},
"credentials": {
"youTubeOAuth2Api": {
"id": "1TkjUqPfFCQ6NzL7",
"name": "YouTube account"
}
},
"typeVersion": 1
},
{
"id": "7304d9b1-5956-41c3-b78a-2c409d0aa726",
"name": "Google Gemini 聊天模型",
"type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
"position": [
460,
100
],
"parameters": {
"options": {},
"modelName": "models/gemini-1.5-flash-8b-exp-0924"
},
"credentials": {
"googlePalmApi": {
"id": "FshILEOmCAPVoGfW",
"name": "Google Gemini(PaLM) Api account 2"
}
},
"typeVersion": 1
},
{
"id": "867a6ad6-0712-4fbf-97fd-ab054b783172",
"name": "设置视频 ID",
"type": "n8n-nodes-base.set",
"position": [
-640,
-120
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "568762f7-e496-4550-8567-d49e2ce1676d",
"name": "video_id",
"type": "string",
"value": "r1wqsrW2vmE"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "dcd0c9d7-1a69-45e8-98e9-b7cf7d12734e",
"name": "更新章节",
"type": "n8n-nodes-base.youTube",
"position": [
940,
-120
],
"parameters": {
"title": "={{ $('Get Video Meta Data').item.json.snippet.title }}",
"videoId": "={{ $('Get Captions').item.json.items[0].snippet.videoId }}",
"resource": "video",
"operation": "update",
"categoryId": "22",
"regionCode": "US",
"updateFields": {
"description": "={{ $json.output.description }}\nChapters\n{{ $json.output.description }}"
}
},
"credentials": {
"youTubeOAuth2Api": {
"id": "1TkjUqPfFCQ6NzL7",
"name": "YouTube account"
}
},
"typeVersion": 1,
"alwaysOutputData": true
},
{
"id": "916629c4-6e49-4432-88e8-626748cb3d24",
"name": "在描述中标记章节",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"position": [
460,
-120
],
"parameters": {
"text": "=This is an srt format data. please classify this data into chapters\nbased upon this transcript \n{{ $json.data }}\n{\n\"description\":\"00:00 Introduction\n02:15 Topic One\n05:30 Topic Two\n10:45 Conclusion\"\n}\n",
"promptType": "define",
"hasOutputParser": true
},
"typeVersion": 1.6
},
{
"id": "b0f56d68-b787-4ccc-8bb5-bdb5b04c3ae4",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
-680,
-200
],
"parameters": {
"width": 1040,
"height": 440,
"content": ""
},
"typeVersion": 1
},
{
"id": "0bcee6b5-0e8b-4f85-8f83-c829e785467a",
"name": "便签1",
"type": "n8n-nodes-base.stickyNote",
"position": [
378,
-200
],
"parameters": {
"color": 4,
"width": 420,
"height": 440,
"content": "## 生成章节"
},
"typeVersion": 1
},
{
"id": "0f90f6ec-2154-4945-b262-6531fef2334f",
"name": "便签2",
"type": "n8n-nodes-base.stickyNote",
"position": [
820,
-200
],
"parameters": {
"color": 6,
"width": 440,
"height": 440,
"content": "## 更新描述"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "27125160-7c64-4431-b243-832c1ae29d29",
"connections": {
"Get Captions": {
"main": [
[
{
"node": "Extract Captions",
"type": "main",
"index": 0
}
]
]
},
"Set Video ID": {
"main": [
[
{
"node": "Get Video Meta Data",
"type": "main",
"index": 0
}
]
]
},
"Get Caption ID": {
"main": [
[
{
"node": "Get Captions",
"type": "main",
"index": 0
}
]
]
},
"Extract Captions": {
"main": [
[
{
"node": "Tag Chapters in Description",
"type": "main",
"index": 0
}
]
]
},
"Get Video Meta Data": {
"main": [
[
{
"node": "Get Caption ID",
"type": "main",
"index": 0
}
]
]
},
"Structured Captions": {
"ai_outputParser": [
[
{
"node": "Tag Chapters in Description",
"type": "ai_outputParser",
"index": 0
}
]
]
},
"Google Gemini Chat Model": {
"ai_languageModel": [
[
{
"node": "Tag Chapters in Description",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Tag Chapters in Description": {
"main": [
[
{
"node": "Update Chapters",
"type": "main",
"index": 0
}
]
]
},
"When clicking ‘Test workflow’": {
"main": [
[
{
"node": "Set Video ID",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - 其他, 人工智能
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
在可视化参考库中探索n8n节点
在可视化参考库中探索n8n节点
If
Ftp
Set
+93
113 节点I versus AI
其他
⚡AI驱动的YouTube播放列表和视频摘要与分析v2
AI YouTube播放列表与视频分析聊天机器人
If
Set
Code
+20
72 节点dmr
其他
生成考试题目
基于Google文档和Gemini的AI驱动自动生成考试题目与答案
Code
Google Docs
Http Request
+17
37 节点Davide
其他
自动化LinkedIn职位猎手_就绪版
自动化LinkedIn职位猎手:通过邮件获取最佳每日职位匹配
Set
Gmail
Aggregate
+9
26 节点Tianyi
其他
使用Bright Data和Gemini AI提取并总结Wikipedia数据
使用Bright Data和Gemini AI提取和总结Wikipedia数据
Set
Http Request
Manual Trigger
+4
12 节点Ranjan Dailata
其他
使用 Bright Data MCP 和 OpenAI 的食谱推荐引擎
基于 Bright Data MCP 和 OpenAI 4o mini 的食谱推荐引擎
Set
Code
Wait
+10
23 节点Ranjan Dailata
其他