AI Agents

Extract and analyze YouTube content with AI

15 nodes 193 108 Automatic trigger
Download

Workflow Description

Automation that receives queries through a chat interface, searches relevant YouTube videos, analyzes their content using OpenAI models, and stores results in memory for quick retrieval and contextual responses.

How it works

  1. 1.Receive user queries through the chat trigger
  2. 2.Search for matching YouTube videos
  3. 3.Process videos in sequential batches
  4. 4.Analyze content using an AI agent
  5. 5.Store and retrieve results from memory

Use cases

  • Automatically summarize long YouTube videos
  • Extract key topics and themes from video content
  • Generate intelligent responses to user questions about video material
  • Build knowledge bases from video analysis results

Requirements

  • Valid OpenAI API key with appropriate permissions
  • Active YouTube account with data access credentials
  • Stable internet connection for API calls

Service Value

Ideal as a smart automation service combining integrations and AI to produce ready-to-use results.

Apps Used

AI Agent Chat Trigger Tool OpenAI Memory YouTube Split In Batches

Details

Trigger Automatic trigger
Nodes 15
Apps 7
Views 193
Downloads 108

How to Use

  1. 1.Click "Download Template"
  2. 2.Open your n8n dashboard
  3. 3.Go to Workflows > Import from File
  4. 4.Select downloaded file and configure credentials

Nodes Used (15)

/

AI Agent

Agent

#1

chat_message_received

Chat Trigger

#2

youtube_search

Tool Workflow

#3

openai_llm

OpenAI

#4

window_buffer_memory

Memory Buffer Window

#5

Sticky Note1

Sticky Note

#6

find_video_data1

HTTP Request

#7

get_videos1

You Tube

#8

response1

Set

#9

group_data1

Set

#10

save_data_to_memory1

Code

#11

retrieve_data_from_memory1

Code

#12

loop_over_items1

Split In Batches

#13

if_longer_than_3_

If

#14

Sticky Note2

Sticky Note

#15