abubakarsiddik31/whisperx-transcribe

11 stars · Last commit 2026-07-26

Claude Code skill/plugin: transcribe audio & video into clean, speaker-labeled Markdown via WhisperX, so an LLM can read a long meeting without processing raw audio.

README preview

# WhisperX Transcribe — a Claude Code skill for meeting & video transcription

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![Claude Code Skill](https://img.shields.io/badge/Claude%20Code-Skill-blueviolet)](https://code.claude.com/docs/en/skills)
[![Powered by WhisperX](https://img.shields.io/badge/Powered%20by-WhisperX-orange)](https://github.com/m-bain/whisperX)

A [Claude Code](https://claude.com/claude-code) skill that transcribes local audio
and video files — meetings, interviews, podcasts, lectures, standups, recorded
calls — into a clean, speaker-labeled **Markdown transcript**, using
[WhisperX](https://github.com/m-bain/whisperX) (Whisper + forced alignment +
speaker diarization) under the hood.

The problem this solves: a one-hour meeting recording is far too long to hand an
LLM directly, and raw Whisper/WhisperX output is a flat wall of timestamped
JSON segments that's expensive and awkward for an LLM to read. This skill lets
Claude offload the actual transcription to WhisperX, then hands itself back a
tidy, skimmable Markdown document it can summarize, search, or quote from —
without ever touching the raw audio or the raw JSON.

```markdown

View full repository on GitHub →