whisper

Transcribe and translate multilingual audio into timestamped text and SRT subtitles.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill addresses the challenge of converting spoken audio into accurate, timestamped text across 99 different languages, eliminating the need for manual transcription or expensive third-party services.

Core Features & Use Cases

  • Multilingual Transcription: Transcribe audio files in 99 languages with high accuracy using state-of-the-art models.
  • Translation & Subtitling: Automatically translate non-English audio to English text or generate SRT subtitle files for video content.
  • Use Case: Quickly generate meeting minutes from recorded audio or create accessible subtitles for video content by processing files through optimized model sizes like turbo or large.

Quick Start

Use the whisper skill to transcribe the audio file named meeting_recording.mp3 and save the output as a text file.

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 to text automatically?

Multilingual audio transcription uses OpenAI's Whisper models to convert spoken audio into accurate, timestamped text across 99 languages. You can process files like meeting recordings or podcasts to generate text output without manual transcription.

Can I generate SRT subtitles and translate non-English audio to English?

Yes, Whisper speech-to-text supports automatically translating non-English audio into English text and generating SRT subtitle files. This allows you to create accessible video subtitles or translated transcripts from diverse multilingual audio sources.

What Python dependencies do I need to run Whisper for speech-to-text?

Running Whisper for speech-to-text requires a Python environment with openai-whisper, transformers, and torch dependencies installed. These libraries provide the local execution framework needed for model inference and audio processing.

Does Whisper work for podcast transcription and meeting documentation?

Whisper works effectively for podcast transcription and meeting documentation by processing recorded audio files into text. It utilizes optimized model sizes like turbo or large to balance processing speed and transcription accuracy for diverse audio content.

What is the best way to convert recorded audio files into text locally?

The best way to convert recorded audio files into text locally is using OpenAI's Whisper models, which support high-accuracy speech recognition across 99 languages. Processing files through optimized model sizes yields accurate text transcription without expensive third-party services.