whisper

Transcribe spoken audio into text with optional English translation using OpenAI Whisper.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Whisper solves the problem of converting spoken audio into readable text, including multilingual transcription and optional translation to English, so you can turn recordings into searchable content.

Core Features & Use Cases

  • Robust multilingual speech-to-text: Transcribes audio in 99 languages and can identify the spoken language.
  • Translation to English: Converts non-English speech into English text for cross-language workflows.
  • Timestamped outputs: Produces segment and word-level timing to support subtitles, notes, and alignment.

Quick Start

Use the whisper model to transcribe your audio file audio.mp3 and return the text output.

Frequently Asked Questions about whisper

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

FAQPage Schema
How do I convert spoken audio into written text with timestamps?

OpenAI Whisper transcribes spoken audio into written text by providing segment and word-level timestamps. You get accurate transcripts with precise timing alignment suitable for subtitle creation and meeting notes generation.

Can I transcribe and translate multilingual audio to English?

Whisper handles multilingual transcription across 99 languages and can translate non-English speech into English text. It identifies the spoken language automatically and converts the audio content for cross-language workflows.

How do I generate subtitles or meeting notes from an audio file?

You can generate subtitles and meeting notes by feeding your audio file into Whisper. The transcribe task produces timestamped text segments that align directly with the original spoken audio for subtitle formatting.

What is the best way to process podcast audio for searchable text?

Processing podcast audio with Whisper converts spoken content into readable, searchable text. It uses models from tiny to large or turbo to balance speed and accuracy for podcast transcription tasks.

Does OpenAI Whisper work without an internet connection for transcription?

Whisper runs locally using torch and transformers dependencies for speech-to-text processing. Once the selected model is loaded, it transcribes audio files without requiring external API calls or continuous internet connectivity.

Which Whisper model size should I choose for accurate speech-to-text?

Whisper offers model sizes from tiny to large and turbo. Larger models provide higher transcription accuracy for complex audio, while smaller models process faster for straightforward speech-to-text tasks.