video-to-guide
Installation
SKILL.md
Video-to-Guide Skill
This skill transforms a YouTube video into a complete, structured written guide. It extracts every instruction, example, and explanation — no details omitted, no summarizing.
Environment Pre-flight
The script uses uv and automatically installs its dependency.
Script invocation: uv run scripts/fetch_transcript.py "<YouTube_URL>" [--json] [--language <code>]
On Windows, always write output to a .md file directly rather than relying on terminal display to avoid garbled characters.