whisper

Transcribe audio files and translate speech to English using OpenAI's Whisper model.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/MesferAli/XCircle --skill whisper-mesferali
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: whisper
Source: https://github.com/MesferAli/XCircle/tree/main/.claude/skills/whisper
Command: npx skills add https://github.com/MesferAli/XCircle --skill whisper-mesferali

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

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

Core Features & Use Cases

  • Speech-to-Text Transcription: Transcribes audio files in 99 languages.
  • Translation: Translates audio content directly into English text.
  • Multilingual Support: Handles a wide array of languages for broad applicability.
  • Use Case: Transcribe a multilingual podcast episode, extract key information from meeting recordings, or convert video subtitles into text.

Quick Start

Use the whisper skill to transcribe the audio file 'meeting_recording.mp3'.

Frequently Asked Questions about whisper

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

FAQPage Schema
How do I transcribe an audio file to text using speech recognition?

Speech recognition transcribes your audio file into written text using the Whisper model. You simply provide the audio file, and the model processes the speech to output the corresponding text transcription.

Can I translate spoken audio directly into English text?

Yes, direct audio translation to English text is supported. The speech recognition model listens to the spoken audio content and directly outputs the translated English text instead of transcribing the original language.

Does automatic speech recognition work for multilingual audio processing?

Automatic speech recognition handles multilingual audio processing across 99 languages. It can identify the spoken language within the audio file and accurately transcribe it or translate it into English.

What is the best way to handle speech recognition for long meeting recordings?

Processing meeting recordings requires selecting a model size that balances performance and resources. The Whisper model offers various sizes, allowing you to extract key information from long meeting audio efficiently.

Do I need PyTorch to run OpenAI Whisper transcription?

Yes, you need PyTorch and the transformers library to run OpenAI Whisper transcription. These dependencies provide the underlying deep learning framework required to load and execute the speech recognition models.

What are the limitations of faster-whisper compared to openai-whisper?

Faster-whisper prioritizes processing speed while openai-whisper provides standard implementation. Choosing between them involves trading off execution speed against compatibility and resource usage within your environment.