YouTube Harvester Skill Extract and ingest YouTube video transcripts into RAG with proper chunking and metadata. Overview YouTube is a rich source of tutorials, lectures, and explanations. This skill covers: - Transcript extraction (manual and auto-generated) - Timestamp-aware chunking - Playlist and channel harvesting - Metadata enrichment Prerequisites Extraction Methods Method 1: youtube-transcript-api (Recommended) Best for clean transcript text with timestamps. Method 2: yt-dlp Subtitles Better for batch processing and when API limits are hit. Chunking Strategies Strategy 1: Time-Based C…