·transcript-analyzer
</>

transcript-analyzer

glebis/claude-skills

This skill analyzes meeting transcripts to extract decisions, action items, opinions, questions, and terminology using Cerebras AI (llama-3.3-70b). Use this skill when the user asks to analyze a transcript, extract action items from meetings, find decisions in conversations, build glossaries from discussions, or summarize key points from recorded meetings.

16Installs·1Trend·@glebis

Installation

$npx skills add https://github.com/glebis/claude-skills --skill transcript-analyzer

SKILL.md

Analyze meeting transcripts using AI to automatically extract and categorize:

| | Transcript file to analyze (first positional arg) | | -o, --output | Write markdown to file instead of stdout | | --include-transcript | Include full transcript in output [default: off] | | --no-extractions | Exclude extractions section | | --no-glossary | Exclude glossary section | | --glossary | Custom glossary JSON path |

| --skip-glossary | Don't preload glossary terms | | --max-terms | Limit glossary suggestions | | --chunk-size | Override chunk size (default: 3000) |

This skill analyzes meeting transcripts to extract decisions, action items, opinions, questions, and terminology using Cerebras AI (llama-3.3-70b). Use this skill when the user asks to analyze a transcript, extract action items from meetings, find decisions in conversations, build glossaries from discussions, or summarize key points from recorded meetings. Source: glebis/claude-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/glebis/claude-skills --skill transcript-analyzer
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is transcript-analyzer?

This skill analyzes meeting transcripts to extract decisions, action items, opinions, questions, and terminology using Cerebras AI (llama-3.3-70b). Use this skill when the user asks to analyze a transcript, extract action items from meetings, find decisions in conversations, build glossaries from discussions, or summarize key points from recorded meetings. Source: glebis/claude-skills.

How do I install transcript-analyzer?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/glebis/claude-skills --skill transcript-analyzer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/glebis/claude-skills