whisper

Transcribe and translate spoken audio across 99 languages using OpenAI's Whisper model.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/gagan114662/content_books --skill whisper-gagan114662
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: whisper
Source: https://github.com/gagan114662/content_books/tree/main/AI-research-SKILLs/18-multimodal/whisper
Command: npx skills add https://github.com/gagan114662/content_books --skill whisper-gagan114662

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openai-whisper, transformers, torch, faster-whisper, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of converting spoken audio into written text and can translate audio from various languages into English, making audio content accessible and searchable.

Core Features & Use Cases

  • Speech-to-Text Transcription: Transcribe audio files in 99 languages.
  • Translation: Translate spoken audio directly into English text.
  • Language Identification: Automatically detect the language spoken in an audio file.
  • Use Case: Transcribe a multilingual podcast episode, extract key information from meeting recordings, or generate subtitles for video content.

Quick Start

Use the whisper skill to transcribe the attached audio file 'meeting.mp3'.

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 speech recognition?

Speech recognition transcription converts spoken audio files into written text using OpenAI's Whisper model, supporting robust multilingual processing across 99 languages to make audio content searchable and accessible.

Can I translate spoken audio directly into English text?

Yes, you can translate spoken audio directly into English text by leveraging the Whisper model, which automatically processes multilingual speech input and outputs the translated English written content.

Does this speech recognition tool support multilingual podcast transcription?

Yes, this speech recognition tool supports multilingual podcast transcription by automatically detecting the spoken language and converting the audio into written text across 99 supported languages.

Do I need PyTorch or Hugging Face transformers to run speech-to-text models?

You need PyTorch, Hugging Face transformers, and the OpenAI Whisper package installed in your environment to run the speech-to-text models and execute the audio processing scripts.

What is the best way to generate subtitles from an audio recording?

The best way to generate subtitles from an audio recording is applying multilingual speech recognition via the Whisper model, which transcribes the spoken audio directly into text for video content.

Are there limitations when using faster-whisper for large audio processing tasks?

When using faster-whisper for large audio processing tasks, performance depends on selecting the optimal model size for your environment, as resource constraints may impact transcription speed and translation accuracy.