transcript-analyzer

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

345|52|Updated Oct 25, 2025
One-click install
npx skills add https://github.com/glebis/claude-skills --skill transcript-analyzer-glebis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: transcript-analyzer
Source: https://github.com/glebis/claude-skills/tree/main/transcript-analyzer
Command: npx skills add https://github.com/glebis/claude-skills --skill transcript-analyzer-glebis

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill analyzes meeting transcripts to automatically extract and categorize decisions, actions, opinions, questions, and terminology, enabling structured notes and faster follow-ups. It leverages Cerebras AI (llama-3.3-70b) to produce categorized outputs suitable for documentation and decision tracking.

Core Features & Use Cases

  • Extracts Decisions, Actions, Opinions, Questions, and Terms from transcripts to create action logs and glossaries.
  • Generates structured JSON-like outputs for downstream tooling and onboarding.
  • Use Case: A product team analyzes a sprint meeting to capture decisions, assign owners for actions, and build a glossary of terms discussed.

Quick Start

Analyze a transcript to generate a structured report with decisions, actions, questions, and glossary terms.

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 actions from meeting transcripts?

You can extract decisions and actions from meeting transcripts by processing the text through chunk-based NLP analysis, which identifies and categorizes key discussion points. This approach returns structured JSON arrays containing actions, opinions, and source snippets for faster follow-ups.

Can I generate a glossary of terminology from interview transcripts?

Yes, you can generate a terminology glossary from interview transcripts using NLP extraction. The analysis identifies specific terms discussed during the meeting and outputs them alongside structured extractions, which accelerates team onboarding and standardizes project vocabulary.

Does transcript analysis work with the OpenAI API and Llama models?

Yes, transcript analysis works with OpenAI dependencies and supports configurable models such as llama-3.3-70b or Cerebras-based APIs. This flexibility allows you to process meeting discussions and extract structured data while tracking token usage for auditing.

What is the best way to structure meeting notes for downstream tooling?

The best way to structure meeting notes for downstream tooling is to parse transcripts into categorized JSON arrays. This format captures decisions, actions, and questions with corresponding speaker tags and source snippets, making the data immediately consumable by other systems.

How does chunk-based processing handle long project discussions?

Chunk-based processing handles long project discussions by breaking the transcript into manageable segments before analysis. This method ensures comprehensive extraction of questions and opinions while maintaining context, and it reports total token usage so you can audit the operation.

What limitations exist when extracting opinions from meeting transcripts?

A key limitation when extracting opinions from meeting transcripts is the dependency on the configured AI model's accuracy. Additionally, while the output includes speaker and source snippets, complex contextual nuances in project discussions may require manual review to ensure correct categorization.