Youtube transcript
Skill nicepkg/ai-workflow/workflows/talk-to-slidev-workflow/.claude/skills/youtube-transcript
Fetch transcripts from YouTube videos for summarization and analysis.From its SKILL.md
npx -y skills add nicepkg/ai-workflow --skill youtube-transcriptAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.7 KB, 177 tokens by cl100k_base, as published. Nobody here has run it
YouTube Transcript
Fetch transcripts from YouTube videos.
Setup
cd {baseDir}
npm install
Usage
{baseDir}/transcript.js <video-id-or-url>
Accepts video ID or full URL:
EBw7gsDPAYQhttps://www.youtube.com/watch?v=EBw7gsDPAYQhttps://youtu.be/EBw7gsDPAYQ
Output
Timestamped transcript entries:
[0:00] All right. So, I got this UniFi Theta
[0:15] I took the camera out, painted it
[1:23] And here's the final result
Notes
- Requires the video to have captions/transcripts available
- Works with auto-generated and manual transcripts
What ships with it: 2 files
1.4 KB alongside SKILL.md, 1 of them executable
- package.json142 B
- transcript.jsruns1.2 KB