Video Transcript Analyzer

Analyze SRT or plain-text video transcripts into structured Markdown documents.

5|Updated Nov 26, 2025
One-click install
npx skills add https://github.com/jeffvincent/claude-config --skill video-transcript-analyzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Video Transcript Analyzer
Source: https://github.com/jeffvincent/claude-config/tree/main/skills/video-transcript-analyzer
Command: npx skills add https://github.com/jeffvincent/claude-config --skill video-transcript-analyzer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill analyzes customer interview transcripts (SRT or plain text) to generate comprehensive structured documents with thematic analysis, key insights, chapter markers, and the full transcript.

Core Features & Use Cases

  • Detect transcript format (SRT vs plain text) and extract dialogue
  • Identify 5-10 major topics and assemble a thematic breakdown
  • Include verbatim quotes and chapter markers (timestamps if available)
  • Produce a markdown document containing summary, quotes, topics, and the full transcript

Quick Start

Upload a transcript (SRT or TXT) and ask to analyze; optionally provide a video URL to include.

Frequently Asked Questions about Video Transcript Analyzer

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

FAQPage Schema
How do I analyze a video transcript to extract key topics and insights?

Transcript analysis identifies major themes and organizes dialogue by topic. Upload an SRT or plain-text transcript, and the Skill generates a structured markdown document with thematic breakdowns, verbatim quotes, and chapter markers tied to timestamps when available.

Can I use SRT files with timestamps for transcript analysis?

Yes. The Skill detects SRT format automatically, parses timestamps, and generates chapter markers in the output. Timestamps enable precise linking between topics and video segments, ideal for customer interviews or user research calls.

What output format does transcript analysis produce?

Transcript analysis produces a single markdown document containing a video link (if provided), call summary, verbatim quotes grouped by topic, a topical breakdown of 5–10 major themes, chapter markers, and the full transcript with a date-based filename.

How do I prepare plain-text transcripts without timestamps for analysis?

Plain-text transcripts require no preprocessing. The Skill auto-detects format and extracts dialogue directly. Output includes thematic analysis and quotes but omits chapter markers since timestamps aren't available.

What's the best way to organize customer interview insights from transcripts?

Transcript analysis groups dialogue into 5–10 major topics, preserves verbatim quotes for each theme, and structures everything in markdown for easy navigation, sharing, and downstream documentation of customer feedback or user research findings.

Can I add a video URL to my transcript analysis output?

Yes. Optionally provide a video URL when submitting your transcript, and the generated markdown document will include it as a link alongside the summary, quotes, and thematic breakdown.