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.