whisper

Transcribe and translate audio across languages with OpenAI Whisper.

Updated May 11, 2026
One-click install
npx skills add https://github.com/jason660519/Project-Manager --skill whisper-jason660519
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: whisper
Source: https://github.com/jason660519/Project-Manager/tree/main/hermes-agent/optional-skills/mlops/whisper
Command: npx skills add https://github.com/jason660519/Project-Manager --skill whisper-jason660519

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transcribe and translate audio across languages using a unified speech recognition model.

Core Features & Use Cases

  • Supports 99 languages for transcription and translation to English.
  • Multiple model sizes from tiny to large to balance speed and accuracy.
  • Easy integration in Python projects with openai-whisper; supports language detection or explicit language specification.

Quick Start

Install the whisper package and run a transcription on your audio file.

Frequently Asked Questions about whisper

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

FAQPage Schema
How do I transcribe audio files to text using Python?

To transcribe audio to text in Python, use the openai-whisper library to load a speech recognition model and run it on your audio file, generating accurate text output across 99 languages.

Can I automatically detect the language of an audio recording and translate it?

Yes, speech recognition with Whisper supports auto language detection for transcription and can optionally translate the detected audio content into English using its unified multilingual model.

What is the best way to generate meeting notes or podcast transcripts from audio?

The best way to generate podcast transcription or meeting notes is applying a speech recognition model to the audio, where selecting larger model sizes increases accuracy for complex multilingual media processing.

Does Whisper support multilingual speech recognition for media processing?

Yes, multilingual speech recognition is natively supported, allowing you to process audio across 99 languages through auto language detection or by explicitly specifying the language for accurate transcription.

How do model sizes from tiny to large affect speech recognition performance?

Choosing model sizes from tiny to large lets you balance transcription speed and accuracy, where smaller models process audio faster while larger models deliver higher precision for complex speech recognition tasks.

Why should I specify a language explicitly instead of using auto detection for transcription?

Specifying a language explicitly during audio processing bypasses auto detection overhead and ensures the speech recognition model targets the correct linguistic patterns for accurate multilingual transcription.