Agent skill · Media & Video

Video Transcript Analyzer

Analyze customer interview transcripts (SRT or plain text) to generate thematic breakdowns with summary, quotes, topics, timestamps, and full transcript. Use when given video transcripts or asked to create chapter markers.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill video-transcript-analyzer-jeffvincent-claude-config --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Version: 1.0.0
Allowed tools: ReadWrite
Path: skills/analysis/video-transcript-analyzer-jeffvincent-claude-config/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Video Transcript Analyzer ## Overview This Skill analyzes video transcripts from customer interviews, user research sessions, or feedback calls and produces a comprehensive structured document with thematic analysis, key insights, chapter markers (if timestamps available), and the complete original transcript. ## When to Apply Use this Skill when: - User provides a video transcript file (.srt or .txt) - User asks to "analyze this customer call/interview" - User requests "chapter markers" or "topical breakdown" from a transcript - User wants to extract insights from a recorded conversation - User provides a transcript and asks for a summary or key themes Do NOT use this Skill for: - General text summarization (not conversation transcripts) - Meeting notes that aren't transcripts - Live conversations (only recorded/transcribed ones) ## Inputs 1. **Transcript file** - Either: - SRT format (with timestamps like `00:05:30,120 --> 00:05:33,450`) - Plain text format (dialogue without timestamps) 2. **Video URL** (optional) - Link to hosted video file if provided 3. **Context** (optional) - What the call/interview was about, participant names if not clear ## Outputs A single comprehensiv

What's inside
Steps it walks through
  1. Overview
  2. When to Apply
  3. Inputs
  4. Outputs
  5. Instructions for Claude
  6. Step 1: Detect Format and Extract Information
  7. Step 2: Analyze Conversation Themes
  8. Step 3: Extract Verbatim Quotes
  9. Step 4: Write Call Summary
  10. Step 5: Build Topical Breakdown
  11. Step 6: Assemble Final Document
  12. Step 7: Quality Checks
  13. Examples
  14. Example 1: SRT Input (with last name)
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the Video Transcript Analyzer skill do?

Analyze customer interview transcripts (SRT or plain text) to generate thematic breakdowns with summary, quotes, topics, timestamps, and full transcript. Use when given video transcripts or asked to create chapter markers.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill video-transcript-analyzer-jeffvincent-claude-config --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going