whisper

Transcribe audio into text across 99 languages and translate to English.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/nadicodeai/argo-agent --skill whisper-nadicodeai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: whisper
Source: https://github.com/nadicodeai/argo-agent/tree/main/optional-skills/mlops/whisper
Command: npx skills add https://github.com/nadicodeai/argo-agent --skill whisper-nadicodeai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Whisper enables robust transcription of audio across many languages, enabling developers to turn speech into text and translate when needed, reducing manual transcription work.

Core Features & Use Cases

  • 99 language speech-to-text and translation to English
  • Multiple model sizes (tiny to large) for balance of speed and accuracy
  • Use cases: podcast transcription, meeting minutes, video captions, multilingual audio processing

Quick Start

Transcribe an audio file by loading an appropriate Whisper model and calling transcribe.

Frequently Asked Questions about whisper

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

FAQPage Schema
How do I transcribe audio into text across multiple languages?

To transcribe audio into text, you load a Whisper model, specify the audio language, and call the transcribe function to convert speech into text across 99 supported languages.

Does Whisper speech recognition support translation to English?

Yes, Whisper speech recognition supports translation to English. When requested, it transcribes non-English audio and translates the resulting text directly into English.

What model sizes are available for multilingual speech recognition?

Multilingual speech recognition offers multiple Whisper model sizes ranging from tiny to large, plus a turbo option, allowing developers to balance processing speed and transcription accuracy.

Can I use speech-to-text models for podcast transcription and meeting minutes?

Yes, you can use speech-to-text models for podcast transcription, meeting minutes, video captions, and multilingual audio workflows to reduce manual transcription work.

Do I need to specify the language for audio processing with Whisper?

Yes, audio processing with Whisper requires language specification to accurately transcribe speech into text. This ensures the model applies the correct language context during transcription.