youtube-transcribe-skill
Extract subtitles/transcripts from a YouTube video URL and save as a local file. Use when you need to extract subtitles from a YouTube video.
Install
mkdir -p .claude/skills/youtube-transcribe-skill && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/94" && unzip -o skill.zip -d .claude/skills/youtube-transcribe-skill && rm skill.zipInstalls to .claude/skills/youtube-transcribe-skill
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Extract subtitles/transcripts from YouTube videos. Triggers: "youtube transcript", "extract subtitles", "video captions", "视频字幕", "字幕提取", "YouTube转文字", "提取字幕".About youtube-transcribe-skill
youtube-transcribe-skill is a specialized agent skill created by feiskyer that extends AI coding assistants with productivity-focused capabilities. This skill belongs to the Productivity category and is designed to help developers work more effectively in this domain. Agent skills provide context, workflows, and specialized knowledge that help AI assistants perform specific tasks more effectively than general-purpose AI alone.
Extract subtitles/transcripts from a YouTube video URL and save as a local file. Use when you need to extract subtitles from a YouTube video.
How to use youtube-transcribe-skill
Once installed, youtube-transcribe-skillbecomes available in your AI coding environment automatically. Your AI assistant will use the skill's instructions and knowledge whenever relevant tasks arise in your workflow. You can install it at the project level (available only in a specific project) or globally (available across all your projects).
Use the install panel on this page to copy a one-line command for your preferred AI client. The skill files are downloaded and placed in the appropriate directory — no additional configuration is required.
Compatible AI clients
youtube-transcribe-skill works with Claude Code, Codex, GitHub Copilot, Antigravity, and other AI coding assistants that support the skills format.
What are agent skills?
Agent skills are reusable instruction sets that give AI coding assistants new capabilities. They provide context, workflows, and domain-specific knowledge — specialized training for your AI assistant that helps it understand frameworks, coding patterns, and development workflows.
Browse more skills in the skills directory or check the leaderboard for the most popular skills.
Compared to similar skills
youtube-transcribe-skill side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| youtube-transcribe-skill (this skill) | 57 | 6mo | Review | — |
| pdf-to-markdown | 1,175 | 9mo | Review | Beginner |
| pptx | 393 | 7mo | Review | Advanced |
| markitdown | 177 | 2mo | Review | Intermediate |
More by feiskyer
View all by feiskyer →You might also like
pdf-to-markdown
aliceisjustplaying
Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions "load the whole PDF", "bring the PDF into context", "read the entire PDF", or when partial extraction/grepping would miss important context. This is the preferred method for PDF text extraction over page-by-page or grep approaches.
pptx
anthropics
Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks
markitdown
K-Dense-AI
Convert various file formats (PDF, Office documents, images, audio, web content, structured data) to Markdown optimized for LLM processing. Use when converting documents to markdown, extracting text from PDFs/Office files, transcribing audio, performing OCR on images, extracting YouTube transcripts, or processing batches of files. Supports 20+ formats including DOCX, XLSX, PPTX, PDF, HTML, EPUB, CSV, JSON, images with OCR, and audio with transcription.
nano-pdf
openclaw
Edit PDFs with natural-language instructions using the nano-pdf CLI.
video-downloader
ComposioHQ
Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.
youtube-transcript
michalparkola
Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouTube. Also use when user wants to transcribe or get captions/subtitles from a YouTube video.