youtube-transcriber-yt-transcript

star 14

A zero-dependency skill to download pure subtitles from any YouTube video and format them into readable notes.

tpitsunov By tpitsunov schedule Updated 3/5/2026

name: YouTube Transcriber (/yt-transcript) description: A zero-dependency skill to download pure subtitles from any YouTube video and format them into readable notes.

YouTube Transcriber Workflow

When the user asks you to extract or transcribe a YouTube video (/yt-transcript <url>), follow these precise steps:

Step 1: Execute Python Fetcher

Run the lightweight python script to securely and privately fetch the video's subtitle track. This script extracts raw text without burning your context limits on timestamps or requiring third-party API keys.

CRITICAL: VIRTUAL ENVIRONMENT This script requires the youtube-transcript-api package. To ensure the user's host machine is not polluted, it uses an isolated virtual environment.

Run the script exclusively through the provided run.sh bash wrapper. The wrapper will automatically build the environment if it doesn't exist and pass your arguments to the script transparently.

/absolute/path/to/Obsidian-AI-Skills/youtube_transcribe/run.sh "YOUTUBE_URL_OR_ID"

Step 2: Read and Clean

The script will output the raw, unformatted transcript block into your context.

Your job as an AI is to act as an expert editor:

  1. Fix any obvious speech-to-text recognition errors.
  2. Add proper punctuation (commas, periods, question marks).
  3. Break the massive wall of text into logical, readable paragraphs.
  4. Add markdown H2 (##) headers denoting topic changes.

Step 3: Present

Output the cleaned, readable markdown document to the user. Do not try to summarize the document unless the user explicitly requested it; your goal is to provide a cleaned, full transcription.

Install via CLI
npx skills add https://github.com/tpitsunov/obsidian-skills --skill youtube-transcriber-yt-transcript
Repository Details
star Stars 14
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator