transcript2html

Convert YouTube transcript Markdown into a Korean reading draft and dark-mode HTML.

30|1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/s-choung/Research-Skills --skill transcript2html
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: transcript2html
Source: https://github.com/s-choung/Research-Skills/tree/main/skills/transcript2html
Command: npx skills add https://github.com/s-choung/Research-Skills --skill transcript2html

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill converts raw YouTube transcript Markdown into a polished Korean reading document, so long auto-captions become easier to review, edit, and share.

Core Features & Use Cases

  • Transcript cleanup and segmentation: Merges fragmented caption chunks into natural paragraphs and adds section boundaries with Korean headings.
  • Korean translation: Rewrites the transcript into natural polite Korean while preserving technical terms and speaker intent.
  • Frame-anchored reading view: Builds a dark-mode HTML document with embedded frame images, translated frame captions, and highlighted key ideas.
  • Use Case: A researcher downloads a transcript from a lecture or interview, then uses this Skill to produce both a cleaned Markdown reading draft and a visually rich HTML page for easier study.

Quick Start

Use the transcript2html skill to convert the transcript.md file in this folder into transcript_formatted.md and transcript.html.

Frequently Asked Questions about transcript2html

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

FAQPage Schema
How do I convert a YouTube transcript into a readable HTML article?

To convert a YouTube transcript into a readable HTML article, you need a local transcript Markdown file. The tool processes the Markdown to generate a cleaned reading draft and a dark-mode HTML page with embedded frame images and captions.

Can I translate YouTube transcripts into Korean while converting to HTML?

Yes, you can translate YouTube transcripts into Korean during conversion. The process rewrites the raw transcript into natural polite Korean, preserving technical terms and speaker intent while building the final HTML layout.

Do I need frame image files to generate HTML from a video transcript?

Yes, frame image files are required to generate HTML from a video transcript correctly. You must place optional metadata and frame images in the same output directory as your transcript.md file to produce embedded frame captions.

What is the best way to clean up fragmented YouTube captions for lecture notes?

The best way to clean up fragmented YouTube captions for lecture notes is to merge the auto-caption chunks into natural paragraphs. The conversion adds section boundaries with headings to create a polished reading document.

Does the HTML transcript output support dark mode and highlighted key ideas?

Yes, the HTML transcript output supports dark mode and highlighted key ideas. The generated HTML document features a dark-mode layout with embedded frame images, translated frame captions, and visually emphasized key concepts.

What file types are supported for YouTube transcript translation and formatting?

Supported file types for YouTube transcript translation and formatting include local Markdown files for input. The workflow outputs a cleaned Markdown reading draft alongside a visually rich HTML file for easier study.