gooseworks-ai/youtube-watcher
Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
npx skills add https://github.com/gooseworks-ai/goose-skills --skill youtube-watcher
Fetch transcripts from YouTube videos to enable summarization, QA, and content extraction.
Retrieve the text transcript of a video.
python3 {baseDir}/scripts/get_transcript.py "https://www.youtube.com/watch?v=VIDEO_ID"
Summarize a video:
python3 {baseDir}/scripts/get_transcript.py "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
Find specific information:
yt-dlp to be installed and available in the PATH.Take gooseworks-ai/youtube-watcher from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.