audio-transcriber

Transcribe audio files to text using OpenAI Whisper with format options.

3|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/yungweng/dotfiles --skill audio-transcriber-yungweng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audio-transcriber
Source: https://github.com/yungweng/dotfiles/tree/main/claude/.claude/skills/audio-transcriber
Command: npx skills add https://github.com/yungweng/dotfiles --skill audio-transcriber-yungweng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill bridges the gap for Claude to process audio content by transcribing it locally on the user's machine, enabling analysis and interaction with voice data.

Core Features & Use Cases

  • Local Transcription: Utilizes OpenAI Whisper for accurate audio-to-text conversion.
  • Wide Format Support: Handles various audio file types including MP3, WAV, OGG, and more.
  • Use Case: Transcribe a voice note from a colleague, generate subtitles for a video, or convert a podcast segment into a text summary.

Quick Start

Transcribe the audio file located at /path/to/recording.mp3 using the medium Whisper model.

Frequently Asked Questions about audio-transcriber

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

FAQPage Schema
How do I transcribe an audio recording to text locally?

You can transcribe audio to text locally by running the Skill with your audio file path and specifying a Whisper model. It processes the recording entirely on your machine using OpenAI Whisper for accurate voice-to-text conversion.

Can I generate subtitles from an MP3 file?

Yes, you can generate subtitles from an MP3 file. This Skill transcribes the audio and outputs results in multiple formats including SRT and VTT, which are standard subtitle file types for video integration.

What audio formats can I convert using the Whisper model?

You can convert various audio formats including MP3, WAV, and OGG files. The Skill accepts these common audio file types and transcribes them using the Whisper model into your chosen text, subtitle, or JSON format.

Does local transcription support automatic language detection and translation?

Yes, local transcription supports automatic language detection and translation. The Whisper model identifies the spoken language in the audio and can translate the recording into English text during the transcription process.

Can I adjust the quality and speed trade-off when transcribing audio?

Yes, you can adjust the quality and speed trade-off when transcribing audio. The Skill allows you to select different Whisper models, such as the medium model, to balance transcription accuracy against local processing time.