whisper

Transcribe and translate multilingual audio to English using the Whisper library.

2|7|Updated Jun 19, 2026
One-click install
npx skills add https://github.com/humanerd-drew/opencode-drewgent --skill whisper-humanerd-drew
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: whisper
Source: https://github.com/humanerd-drew/opencode-drewgent/tree/main/skills/mlops/models/whisper
Command: npx skills add https://github.com/humanerd-drew/opencode-drewgent --skill whisper-humanerd-drew

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Whisper skill resolves the challenge of accurately transcribing and translating spoken words into written text across a wide array of languages, simplifying communication and data analysis in multilingual environments.

Core Features & Use Cases

  • Multilingual Support: Transcribes speech into text in 99 languages.
  • Robust Transcription: Ensures high-quality audio-to-text conversion for speech recognition.
  • Translation: Transcribes and translates to English, with the capability to specify other target languages.
  • Use Case: Ideal for processing and analyzing multilingual podcasts, meetings, or audio content across the web.

Quick Start

transcribe audio from the file 'multilingual_meeting.mp3' and output it in English.

Frequently Asked Questions about whisper

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

FAQPage Schema
How do I transcribe multilingual audio files into text?

To transcribe multilingual audio files into text, you can use this tool to perform real-time speech recognition on audio content, supporting high-quality audio-to-text conversion across 99 languages. It processes spoken language directly from your input files.

Can I translate speech to English during audio transcription?

Yes, you can translate speech to English during audio transcription. The system transcribes the spoken language and provides accurate translation to English by default, with options to specify other target languages for your multilingual audio content.

Does speech recognition work with the OpenAI Whisper library and PyTorch?

Yes, speech recognition works with the OpenAI Whisper library and PyTorch. This implementation requires both the openai-whisper package and torch to function, leveraging transformers to process spoken language into written text across multiple languages.

What is the best way to process multilingual podcasts for speech recognition?

The best way to process multilingual podcasts for speech recognition is to use an automated transcription tool that handles multiple languages natively. This skill transcribes spoken audio from podcasts or meetings directly into written text or translates it to English.

Do I need the Whisper library to run speech recognition and translation tasks?

Yes, you need the Whisper library by OpenAI to run speech recognition and translation tasks. The dependencies include openai-whisper, transformers, and torch, which are required to execute the audio processing and multilingual transcription logic.