youtube-summarizer

Installation
SKILL.md

YouTube Summarizer

Prerequisites

  • yt-dlp must be installed (pip install yt-dlp)

Workflow

1. Extract transcript

Run the bundled script to fetch and clean the transcript:

python scripts/fetch_transcript.py "<YOUTUBE_URL>" --lang <LANG> 2>/tmp/yt_meta.json > /tmp/yt_transcript.txt
Installs
5
Repository
tumf/skills
GitHub Stars
3
First Seen
Mar 24, 2026
youtube-summarizer — tumf/skills