
Description
Extracts timestamped transcripts from YouTube videos for translation, summarization, and content creation.
SKILL.md
YouTube Transcript Extractor
What You Get
- Terminal Output: Prints the transcript with
[HH:MM:SS]timestamps. - Local File: Writes
youtube_transcript_{video_id}.txtin the current working directory.- Includes the source video URL and the full transcript content.
Requirements
- Python 3.9+ (Recommended)
- Network environment that can access YouTube transcript APIs.
- Python Dependencies:
youtube-transcript-api
Quick Start
Step 1: (Optional) Create a Virtual Environment
python3 -m venv .venv
source .venv/bin/activate
python -m pip install -U pip
Step 2: Install Dependencies
python -m pip install youtube-transcript-api
Step 3: Extract Transcript
Run from the repository root (recommended for the clearest path):
python skills/youtube-transcript-extractor/scripts/get_youtube_transcript.py "https://www.youtube.com/watch?v=IDSAMqip6ms"
- The transcript will be saved to
youtube_transcript_{video_id}.txtin the current working directory.
Step 4: Convert Transcript to Reader-Friendly Markdown
Output youtube_transcript_{video_id}.md. Note: Ensure the content is not altered or truncated.
More skills from the qwen-code-examples repository
View all 10 skillsauto-pr
automate pull request submission and review
Jul 16AutomationCode ReviewDocumentationGitHub +1browser-use
automate web browser interactions
Jul 16Browser AutomationMCPPlaywrightTestingcodegraph-qa
analyze codebases using CodeScope
Jul 16Code AnalysisJavaJavaScriptPython +1computer-use
control local desktop applications
Jul 16AutomationDesktopMCPcomputer-use-hybrid
control desktop apps with hybrid context
Jul 16AccessibilityAutomationDesktopMCPdashboard-builder
build full-stack dashboard applications
Jul 16DashboardsData VisualizationExpressFrontend +4
More from Qwen
View publisherbatch
execute parallel batch operations on files
qwen-code
Jul 20AutomationConcurrencycua-driver-rs
drive native GUI applications via MCP
qwen-code
Jul 16AccessibilityBrowser AutomationDesktopMCPdataviz
design and validate data visualizations
qwen-code
Jul 16ChartsDashboardsData Visualizationextension-creator
create Qwen Code extensions
qwen-code
Jul 16CodingDocumentationPlugin Developmentloop
run scheduled or self-paced prompt loops
qwen-code
Jul 16AutomationProductivitySchedulingnew-app
build new applications from scratch
qwen-code
Jul 16EngineeringPrototypingWeb Development