transcript-processing

Convert transcripts from text, audio, video, or YouTube URLs into structured outputs.

1|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/fidalgok/ai-assistance-patterns --skill transcript-processing-fidalgok
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: transcript-processing
Source: https://github.com/fidalgok/ai-assistance-patterns/tree/main/skills/transcript-processing
Command: npx skills add https://github.com/fidalgok/ai-assistance-patterns --skill transcript-processing-fidalgok

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ffmpeg, whisper-cli, yt-dlp, and includes scripts (resource) components.

What problem does it solve?

Unified workflow for processing transcripts from meetings, workshops, podcasts, tutorials, and other spoken content. Automatically detects input formats (text, audio, video, YouTube URLs) and converts to text, then processes in two modes: Operations for actionable items and Content for frameworks and insights, with staged human-in-the-loop validation.

Core Features & Use Cases

  • Supports multiple input formats and automatic conversion to text
  • Two processing modes: Operations (decisions, action items) and Content (frameworks, insights)
  • Structured output suitable for meeting minutes, learning materials, or post-event summaries

Quick Start

Point your AI assistant at a transcript source (file path or YouTube URL) and choose a processing mode to begin generating structured outputs.

Frequently Asked Questions about transcript-processing

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

FAQPage Schema
How do I extract action items from meeting transcripts and YouTube videos?

To extract action items from meeting transcripts and YouTube videos, this Skill automatically detects input formats and uses an Operations mode to generate structured decisions and action items. It processes text, audio, and video sources with staged human-in-the-loop validation.

Do I need ffmpeg and whisper-cli installed to process audio transcripts?

Yes, you need ffmpeg, whisper-cli, and yt-dlp installed locally to process audio transcripts. These dependencies handle automatic format detection, local speech-to-text conversion, and YouTube URL downloads before the transcript is transformed into structured output.

Can I use yt-dlp to download YouTube URLs for transcript processing?

Yes, you can use yt-dlp to download YouTube URLs for transcript processing. The Skill accepts YouTube links directly, automatically downloads the source media using yt-dlp, and converts the audio to text via whisper-cli for downstream analysis.

What is the best way to turn spoken content into structured learning materials?

The best way to turn spoken content into structured learning materials is using the Skill's Content mode. It processes transcripts from tutorials and podcasts to extract frameworks and insights, outputting structured summaries suitable for educational exploration.

How does human-in-the-loop validation work during transcript processing?

Human-in-the-loop validation works during transcript processing by supporting staged workflows where you review and validate intermediate outputs. This ensures the accuracy of extracted decisions, action items, and frameworks before finalizing the structured meeting minutes or content summaries.

Are there limitations when processing long workshop or podcast transcripts?

Limitations when processing long workshop or podcast transcripts depend on your local whisper-cli configuration and ffmpeg capabilities. The Skill processes audio and video locally, so hardware constraints may affect transcription speed and the overall structured output generation time.