transcript-analyzer

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

3|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/pinion05/skills --skill transcript-analyzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: transcript-analyzer
Source: https://github.com/pinion05/skills/tree/main/transcript-analyzer
Command: npx skills add https://github.com/pinion05/skills --skill transcript-analyzer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @anthropic-ai/sdk, @radix-ui/react-dialog, @radix-ui/react-label, @radix-ui/react-progress, @radix-ui/react-scroll-area, @radix-ui/react-separator, @radix-ui/react-slot, @radix-ui/react-tabs, class-variance-authority, clsx, lucide-react, next, openai, react, react-dom, tailwind-merge, and includes scripts (resource) components.

What problem does it solve?

This skill analyzes meeting transcripts to extract decisions, action items, opinions, questions, and glossary terms using Cerebras AI (llama-3.3-70b). It helps users automatically structure discussions, track commitments, and build glossaries from conversations.

Core Features & Use Cases

  • Extraction & Categorization: Identify and classify Decisions, Actions, Opinions, Questions, and Terms from transcripts.
  • Glossary Building: Generate domain-specific terms with concise definitions for a living glossary.
  • Summarization & Reporting: Produce a compact summary of key points and decisions for sharing with stakeholders.
  • Use Case: Analyze an executive meeting to extract decisions, action items, and glossary terms for a project brief.

Quick Start

Run the CLI against a meeting transcript to generate a structured analysis. For example: npm run cli -- /path/to/meeting.md -o /path/to/analysis.md

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?

To extract decisions and action items from meeting transcripts, run the CLI tool against a transcript file to automatically classify and output structured categories including actions, opinions, and questions. This process uses Cerebras AI to transform conversations into actionable insights.

Can I build a glossary from project review transcripts automatically?

Yes, you can build a glossary from project review transcripts automatically. The skill identifies domain-specific terms from conversations and generates concise definitions, creating a living glossary alongside extracted decisions and summaries for knowledge capture.

Does the transcript analyzer work with OpenAI or Cerebras API?

The transcript analyzer works with the Cerebras API, specifically utilizing the Cerebras llama-3.3-70b model to produce deterministic extractions. The environment includes the OpenAI SDK dependency, but extractions are powered by Cerebras for structured analysis.

How do I run transcript analysis using the command line?

You run transcript analysis by executing the CLI script with a file path to your meeting transcript and an output path. For example, use 'npm run cli -- /path/to/meeting.md -o /path/to/analysis.md' to generate a structured analysis report.

What is the best way to summarize meetings for stakeholders?

The best way to summarize meetings for stakeholders is to process transcripts through the analyzer to produce a compact summary of key points and decisions. This generates shareable reports containing structured decisions, action items, and glossary terms.

Can I test transcript extraction without making API calls?

Yes, you can test transcript extraction without making API calls by using the built-in mock mode. This testing mode allows you to validate the configurable chunking strategy and extraction pipeline locally before processing actual conversations.