From intellectronica-agent-skills-5
Extracts transcripts from YouTube videos (URL or video ID) with optional timestamps. Outputs clean text or timestamped format via a Python script.
How this skill is triggered — by the user, by Claude, or both
Slash command
/intellectronica-agent-skills-5:youtube-transcriptThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Extract transcripts from YouTube videos using the youtube-transcript-api.
Extract transcripts from YouTube videos using the youtube-transcript-api.
Run the script with a YouTube URL or video ID:
uv run scripts/get_transcript.py "VIDEO_URL_OR_ID"
With timestamps:
uv run scripts/get_transcript.py "VIDEO_URL_OR_ID" --timestamps
[MM:SS] text format (or [HH:MM:SS] for longer videos)https://www.youtube.com/watch?v=VIDEO_IDhttps://youtu.be/VIDEO_IDhttps://youtube.com/embed/VIDEO_ID-transcript.txt suffix.npx claudepluginhub intellectronica/agent-skillsFetches YouTube video transcripts/captions using youtube-transcript-api. Saves plain text outputs to repo-scoped logs directory. Supports timestamps and multiple URLs.
Fetches the transcript text for a given YouTube video URL using the youtube-to-docs process_video tool.
Fetches and reads YouTube video transcripts for summarization, question answering, and content extraction. Requires yt-dlp and works with videos that have closed captions or auto-generated subtitles.