whisper

Transcribes multilingual speech from podcasts and meetings using Whisper models.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/attentiondotnet/hermes-agent --skill whisper-attentiondotnet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: whisper
Source: https://github.com/attentiondotnet/hermes-agent/tree/main/skills/mlops/models/whisper
Command: npx skills add https://github.com/attentiondotnet/hermes-agent --skill whisper-attentiondotnet

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Transcribe multilingual speech into accurate text using OpenAI's Whisper, addressing the complexity of handling dozens of languages, dialects, and varying audio quality in a single, scalable tool.

Core Features & Use Cases

  • Multilingual speech-to-text with 99 languages, enabling automated transcription across global content.
  • Language identification and optional translation to English to support multilingual workflows.
  • Multiple model sizes (tiny to large) to balance speed, memory usage, and accuracy for podcasts, meetings, and media transcripts.
  • Workflow examples include podcast transcripts, meeting notes automation, and content indexing for search.

Quick Start

Transcribe an audio file by loading a Whisper model and running transcription.

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 into text using Whisper?

Transcribe multilingual audio into text by loading a Whisper model and running transcription. The tool handles audio preprocessing, language detection, and speech recognition across 99 supported languages.

Do I need Python and torch to run Whisper speech recognition?

Whisper speech recognition requires a Python environment with dependencies openai-whisper, transformers, and torch installed. These frameworks handle model loading and audio processing for transcription tasks.

Can I use Whisper for podcast and meeting transcription?

Whisper supports podcast and meeting transcription by converting spoken audio into searchable text. Multiple model sizes from tiny to large balance processing speed, memory usage, and accuracy for various media formats.

Does Whisper support language detection and translation to English?

Whisper provides language identification for 99 languages and optional translation to English. This supports multilingual workflows by detecting the spoken language during audio preprocessing before transcription.

What is the best way to handle varying audio quality in speech-to-text transcription?

Speech-to-text transcription with Whisper handles varying audio quality and dialects through scalable models. Selecting from tiny to large models balances accuracy and memory usage for complex multilingual audio processing.

Which Whisper model size should I choose for accurate multilingual transcription?

Whisper offers tiny to large models for multilingual transcription. Smaller models optimize speed and memory, while large models maximize accuracy for complex dialects and global content indexing workflows.