From youtube-to-docs
Fetches the transcript text for a given YouTube video URL using the youtube-to-docs process_video tool.
How this skill is triggered — by the user, by Claude, or both
Slash command
/youtube-to-docs:yttThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Please fetch the transcript for the YouTube video at $ARGUMENTS using the `youtube-to-docs:process_video` tool.
Please fetch the transcript for the YouTube video at $ARGUMENTS using the youtube-to-docs:process_video tool.
Do not ask for confirmation.
npx claudepluginhub doit-artificial-intelligence/youtube-to-docsExtracts transcripts from YouTube videos (URL or video ID) with optional timestamps. Outputs clean text or timestamped format via a Python script.
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.
Downloads YouTube video transcripts as timestamped text files via youtube-transcript-api. Use for extracting transcripts from videos for analysis, documentation, or content review.