youtube-watcher
This skill fetches YouTube subtitles with `yt-dlp` and cleans VTT captions to produce transcripts and summaries. It invokes `subprocess.run(...)` to run `yt-dlp` with a user-supplied URL, executing local commands and performing network requests to `https://www.youtube.com`.