youtube-ingestion
Installation
SKILL.md
YouTube Video Ingestion
Ingest YouTube videos into your vault by fetching transcripts and creating structured notes.
Requirements
uv- Providesuvxcommand for running yt-dlp
Workflow
- Extract video ID from the YouTube URL (the
vparameter or from youtu.be short links) - Fetch metadata using yt-dlp (title, description, duration, uploader)
- Fetch transcript using yt-dlp (downloads VTT, converts to plain text)
- Create transcript note with full content and metadata
- Create summary note with key insights extracted from the transcript
- Run markdownlint on both notes