transcript-analyzer

Extract decisions, actions, opinions, questions, and terms from meeting transcripts.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/KISHOR403/claude-skills --skill transcript-analyzer-kishor403
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: transcript-analyzer
Source: https://github.com/KISHOR403/claude-skills/tree/main/transcript-analyzer
Command: npx skills add https://github.com/KISHOR403/claude-skills --skill transcript-analyzer-kishor403

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openai, and includes scripts (resource) components.

What problem does it solve?

Analyze meeting transcripts to automatically extract decisions, actions, opinions, questions, and domain terms for glossary-building and structured summaries.

Core Features & Use Cases

  • Extract five categories (decisions, actions, opinions, questions, terms) from transcripts to fuel summaries and glossary development.
  • Integrate with an existing glossary, propose new terms with inferred definitions, and present results alongside confidence scores.
  • Produce a structured Markdown document containing extractions, glossary terms, and metadata suitable for sharing with stakeholders.

Quick Start

Run the transcript-analyzer CLI on a meeting transcript to generate a structured analysis with an accompanying glossary.

Frequently Asked Questions about transcript-analyzer

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

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

Meeting transcript analysis uses AI to automatically extract decisions, actions, opinions, questions, and domain terms from your text. It processes long business meetings and project reviews via chunked AI analysis to produce structured summaries and a glossary.

Can I integrate an existing glossary when extracting domain terms from transcripts?

Yes, you can integrate an existing glossary when extracting domain terms from transcripts. The analysis proposes new terms with inferred definitions, compares them against your current glossary, and provides confidence scores to evaluate the newly identified vocabulary.

Does the transcript analyzer work with long cross-functional meeting reviews?

Yes, the transcript analyzer works with long cross-functional meeting reviews by applying chunked AI processing. This method breaks down lengthy discussions to systematically extract decisions, actions, opinions, and domain terms without losing context.

What is the best way to generate a structured summary from project review transcripts?

The best way to generate a structured summary from project review transcripts is to use an AI extraction tool that outputs a structured Markdown document. This document includes categorized extractions, glossary terms, and metadata like extraction counts for stakeholder sharing.

Do I need an OpenAI dependency to analyze meeting transcripts?

Yes, you need an OpenAI dependency to analyze meeting transcripts with this tool. The AI processing relies on OpenAI models to handle the chunked transcript analysis, categorize extractions, and infer definitions for new domain terms.