yt-pull
Pull YouTube video transcripts from a URL, then provide a structured summary and analysis.
# YT Pull — YouTube Transcript Summary & Analysis One command: paste a YouTube URL, get the transcript pulled and a full summary + analysis. ## CLI Interface ### Single video mode ``` /yt-pull <youtube-url> [options] ``` **Input:** A YouTube video URL (any format — full URL, short URL, or just a video ID). Supported URL formats: - `https://www.youtube.com/watch?v=VIDEO_ID` - `https://youtu.be/VIDEO_ID` - `https://youtube.com/watch?v=VIDEO_ID&t=123` - `VIDEO_ID` (raw 11-character ID) ### Channel mode ``` /yt-pull --channel <channel> [options] ``` **Channel input** (any format): - `@Cha
When to use
Community skill by uehlingeric. Source: https://github.com/uehlingeric/yt-pull