audio-transcriber

Transcribe audio recordings into structured Markdown documents with summaries.

65|11|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/ericgandrade/claude-superskills --skill audio-transcriber-ericgandrade
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audio-transcriber
Source: https://github.com/ericgandrade/claude-superskills/tree/main/skills/audio-transcriber
Command: npx skills add https://github.com/ericgandrade/claude-superskills --skill audio-transcriber-ericgandrade

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires faster-whisper, rich, tqdm, openai-whisper, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Transcode audio recordings into professional Markdown documents by generating transcripts, metadata, and structured notes without manual transcription.

Core Features & Use Cases

  • Automatic transcripts: Convert audio to text with speaker labeling and timestamps.
  • Structured outputs: Generate meeting minutes, executive summaries, and action items in Markdown.
  • Use Case: Transcribe a team standup or client call into a reusable report with attendees, decisions, and next steps.

Quick Start

Transcribe an audio file (e.g., meeting.mp3) to a Markdown report with optional LLM-assisted summaries.

Frequently Asked Questions about audio-transcriber

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

FAQPage Schema
How do I transcribe audio recordings into structured Markdown meeting minutes?

You can transcribe audio recordings into structured Markdown meeting minutes by using local transcription engines to generate text, apply speaker diarization, add timestamps, and produce metadata for meetings, interviews, or podcasts.

Can faster-whisper perform speaker diarization and generate timestamped transcripts?

Yes, faster-whisper can perform speaker diarization and generate timestamped transcripts, outputting structured Markdown documents with speaker labels and metadata for various audio formats and languages.

What is the best way to generate executive summaries and action items from audio files?

The best way to generate executive summaries and action items from audio files is through on-demand LLM-assisted processing, which transforms raw audio transcriptions into structured Markdown reports with attendees, decisions, and next steps.

Do I need an LLM to convert audio to text and create meeting notes?

You do not need an LLM to convert audio to text and create meeting notes, as local engines handle zero-configuration transcription. An LLM is optional and used specifically for on-demand, prompt-driven summary generation.

Does this audio transcription approach work with large audio files and multiple languages?

Yes, this audio transcription approach works with large audio files and multiple languages, processing recordings across formats and sizes while leveraging local engines for reliable transcription and structured Markdown output.