whisper

Transcribe spoken audio into text with timestamps using Whisper.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/Gitnapp/Skills --skill whisper-gitnapp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: whisper
Source: https://github.com/Gitnapp/Skills/tree/main/mlops/models/whisper
Command: npx skills add https://github.com/Gitnapp/Skills --skill whisper-gitnapp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

## What problem does it solve? This Skill solves the challenge of converting spoken audio into accurate text across many languages, reducing manual transcription effort and enabling scalable audio understanding workflows.

## Core Features & Use Cases

  • Speech Recognition: Transcribe audio and video files into text with support for multilingual automatic speech recognition.
  • Translation and Language Processing: Translate non-English speech into English and identify spoken languages automatically.
  • Use Case: Convert podcasts, meetings, interviews, lectures, or noisy recordings into searchable transcripts with timestamps.

### Quick Start Use the whisper skill to transcribe the attached audio file and return the text with timestamps.

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 recordings into text with timestamps?

To transcribe multilingual audio into text with timestamps, load a Whisper model, configure transcription parameters, and apply audio preprocessing to generate searchable machine-readable transcripts from podcasts, meetings, or lectures.

What is the best way to generate video subtitles from spoken audio?

Generating video subtitles from spoken audio requires multilingual speech recognition processing. By loading a Whisper model and applying audio preprocessing, you can convert spoken language tracks into timestamped text suitable for subtitle generation workflows.

Can I translate non-English speech into English text automatically?

You can translate non-English speech into English text by applying automatic speech recognition and language identification. The Whisper model processes the audio input, identifies the spoken language, and outputs the translated English text.

Does audio transcription work on noisy recordings and interviews?

Audio transcription works on noisy recordings and interviews by applying audio preprocessing before speech recognition. This handles complex multilingual speech scenarios and converts variable quality audio into searchable, timestamped machine-readable text.

Do I need GPU acceleration for automatic speech recognition processing?

GPU acceleration is optional for automatic speech recognition processing. While the Whisper model can transcribe audio without it, enabling GPU acceleration significantly improves processing efficiency for large-scale audio transcription and translation workflows.

What are the limitations of transcribing long meetings with automatic speech recognition?

Transcribing long meetings with automatic speech recognition requires loading the Whisper model and applying audio preprocessing to manage resources. Efficient processing of extensive recordings depends on utilizing optional GPU acceleration to handle the computational load effectively.