whisper
Installation
SKILL.md
Whisper Audio Transcription Skill
Transcribe audio files to text using OpenAI Whisper.
Capabilities
- Transcribe audio files (MP3, WAV, M4A, FLAC, OGG, etc.) to text
- Support for 90+ languages with auto-detection
- Optional timestamp generation
- Multiple model sizes (tiny/base/small/medium/large)
- Output in plain text or JSON format
Usage
Basic Transcription
python3 scripts/transcribe.py <audio_file> <output_file>