Agent skill
youtube-transcript
Fetch transcripts from YouTube videos for summarization and analysis.
Install this agent skill to your Project
npx add-skill https://github.com/badlogic/pi-skills/tree/main/youtube-transcript
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
brave-search
Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.
vscode
VS Code integration for viewing diffs and comparing files. Use when showing file differences to the user.
gmcli
Gmail CLI for searching emails, reading threads, sending messages, managing drafts, and handling labels/attachments.
browser-tools
Interactive browser automation via Chrome DevTools Protocol. Use when you need to interact with web pages, test frontends, or when user interaction with a visible browser is required.
gdcli
Google Drive CLI for listing, searching, uploading, downloading, and sharing files and folders.
gccli
Google Calendar CLI for listing calendars, viewing/creating/updating events, and checking availability.
Didn't find tool you were looking for?