transcript-summarizer

Converts meeting transcripts into structured summaries highlighting decisions, actions, and topics.

2|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/mindmorass/reflex --skill transcript-summarizer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: transcript-summarizer
Source: https://github.com/mindmorass/reflex/tree/main/plugins/reflex/skills/transcript-summarizer
Command: npx skills add https://github.com/mindmorass/reflex --skill transcript-summarizer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill converts meeting transcripts into structured, actionable summaries—capturing decisions, action items, and key topics—so teams can quickly review outcomes without parsing long transcripts.

Core Features & Use Cases

  • Structured Summary Generation: Produces executive summary, list of topics, decisions with reasoning, and action items.
  • Format Flexibility: Works with VTT/SRT captions, plain transcripts, and pasted notes.
  • RAG/Knowledge Base Ready: Outputs summary markdown and metadata for indexing in vector stores like Qdrant.
  • Practical Use Case: After a 60-minute meeting, run the skill to generate a concise summary with attendees, decisions, and an action-item table.

Quick Start

Place your transcript (e.g., meeting.txt, meeting.srt, or meeting.vtt) into the input directory, set environment variables if needed (REFLEX_TRANSCRIPT_SRC_DIR, REFLEX_TRANSCRIPT_DST_DIR, REFLEX_TRANSCRIPT_LLM, REFLEX_TRANSCRIPT_MODEL), and run the Reflex plugin to produce outputs under the configured output directory.

Frequently Asked Questions about transcript-summarizer

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

FAQPage Schema
How do I summarize meeting transcripts into actionable notes?

Transcript summarization converts meeting recordings into structured summaries highlighting decisions, action items, and key topics. Place your VTT, SRT, or plain-text transcript in the input directory, configure environment variables for source/destination paths and LLM backend, then run the Reflex plugin to generate markdown summaries ready for indexing.

Can I use transcript summarization with VTT and SRT caption files?

Yes, transcript summarization works with VTT/SRT captions, plain transcripts, and pasted notes. The skill extracts text from caption formats and processes it alongside raw transcripts, making it flexible for different meeting capture methods without reformatting.

What output formats does transcript summarization produce?

The skill produces structured markdown summaries with executive overview, topic lists, decisions with reasoning, action-item tables, and metadata. Outputs are formatted for RAG storage and knowledge-base indexing in vector stores like Qdrant, enabling semantic search across meetings.

How do I set up transcript summarization for my team's meetings?

Configure REFLEX_TRANSCRIPT_SRC_DIR and REFLEX_TRANSCRIPT_DST_DIR environment variables to point to input and output directories, optionally set REFLEX_TRANSCRIPT_LLM and REFLEX_TRANSCRIPT_MODEL for your backend, then run the Reflex plugin after uploading transcripts to the source folder.

Can transcript summarization extract decisions and action items automatically?

Yes, the skill uses optional LLM backends to parse transcripts and automatically extract decisions with reasoning and action items into structured tables. This enables teams to capture outcomes without manual meeting notes.

Is transcript summarization suitable for knowledge-base and RAG workflows?

Yes, outputs are specifically designed for RAG indexing and vector-store storage. Structured markdown and metadata make summaries directly queryable, allowing teams to search and retrieve meeting outcomes semantically alongside other knowledge-base content.