YouTube Transcript Extractor

Extracts timestamped transcripts from YouTube videos for translation, summarization, and content creation.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "YouTube Transcript Extractor" with this command: npx skills add qwenlm/qwen-code-examples/qwenlm-qwen-code-examples-youtube-transcript-extractor

YouTube Transcript Extractor

What You Get

  • Terminal Output: Prints the transcript with [HH:MM:SS] timestamps.
  • Local File: Writes youtube_transcript_{video_id}.txt in 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}.txt in 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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

image-generation

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

dashboard-builder

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

auto-pr

No summary provided by upstream source.

Repository SourceNeeds Review