youtube-transcript-cn

Extract YouTube subtitles and convert them into Chinese transcripts.

333|83|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/zephyrwang6/myskill --skill youtube-transcript-cn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: youtube-transcript-cn
Source: https://github.com/zephyrwang6/myskill/tree/main/youtube-transcript-cn
Command: npx skills add https://github.com/zephyrwang6/myskill --skill youtube-transcript-cn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires youtube-transcript-api, and includes scripts (resource) components.

What problem does it solve?

Manual transcription of YouTube videos is time-consuming and hampers quick content repurposing. This skill automatically extracts subtitles from YouTube and converts them into Chinese transcripts, enabling faster publishing and localization.

Core Features & Use Cases

  • Subtitle extraction: Retrieve available captions from YouTube videos (manual or auto-generated) and prioritize Chinese transcripts.
  • Translation support: Automatically translate non-Chinese subtitles to Chinese while preserving structure.
  • Output formats: Produce results in Markdown, plain text, or JSON for easy integration into workflows.
  • Use Case: A creator wants a Chinese transcript of a video to publish captions or to translate for a Chinese audience.

Quick Start

Run the script to fetch a transcript from a YouTube video: python3 scripts/get_transcript.py "https://www.youtube.com/watch?v=VIDEO_ID"

Frequently Asked Questions about youtube-transcript-cn

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract subtitles from a YouTube video and convert them to Chinese?

Extract subtitles from YouTube videos by running the script with a video link or ID. The Skill automatically retrieves available captions, prioritizes Chinese transcripts, and translates non-Chinese subtitles to Chinese while preserving structure for downstream use.

Can I get YouTube transcripts in different output formats like JSON or Markdown?

Yes, YouTube transcripts are produced in multiple formats: Markdown, plain text, or JSON. This flexibility enables easy integration into different workflows and content publishing systems.

Does this work with auto-generated captions or only manual subtitles?

The Skill supports both manual and auto-generated captions from YouTube. It automatically selects the preferred language order and handles translation when needed, making it flexible for most video types.

Can I batch extract transcripts from multiple YouTube videos at once?

Yes, batch use is supported, allowing you to extract and convert transcripts from multiple YouTube videos efficiently in a single operation.

What do I need to use this YouTube transcript extraction tool?

You need the youtube-transcript-api dependency installed. Provide a YouTube video link or video ID, and the Skill handles subtitle extraction and Chinese conversion automatically.

Why would I use automated YouTube transcription instead of manual transcription?

Automated extraction eliminates time-consuming manual transcription, enabling faster content repurposing and localization for Chinese audiences while maintaining subtitle structure.