whisper

Converts spoken audio into text with optional English translation and timestamps.

1|Updated May 16, 2026
One-click install
npx skills add https://github.com/devMoez/titan --skill whisper-devmoez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: whisper
Source: https://github.com/devMoez/titan/tree/main/optional-skills/mlops/whisper
Command: npx skills add https://github.com/devMoez/titan --skill whisper-devmoez

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Whisper solves the problem of converting spoken audio into accurate, readable transcripts and translations, so you can capture meetings, podcasts, and multilingual conversations without manual typing.

Core Features & Use Cases

  • Multilingual Speech-to-Text: Transcribe audio in 99 languages with automatic or specified language handling.
  • Translation to English: Convert non-English speech into English text for consistent understanding across teams.
  • Timestamps & Tuning: Produce segment and word-level timestamps and improve quality using model selection, language hints, and initial prompts.

Use cases include transcribing podcasts and interviews, generating meeting notes, translating multilingual recordings for documentation, and preparing audio for downstream search or analysis (e.g., turning recordings into text for summaries).

Quick Start

Use the whisper skill to transcribe the attached audio file 'audio.mp3' and return the full text.

Frequently Asked Questions about whisper

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

FAQPage Schema
How do I transcribe audio files into text with timestamps?

Transcribing audio files into text with timestamps involves using speech-to-text processing to generate segment and word-level markers for searchable records. This approach converts spoken recordings into readable text outputs suitable for downstream documentation and analysis.

Can I translate multilingual podcast audio to English text automatically?

Yes, translating multilingual podcast audio to English text is possible using automatic speech recognition with translation tasks. This converts non-English speech into consistent English text for localization and documentation across teams.

Does speech-to-text processing support automatic language detection for meetings?

Speech-to-text processing supports automatic language detection for meetings across 99 languages. You can configure the system to detect the spoken language automatically or specify the language explicitly to improve transcription accuracy.

How do I process batch audio recordings for transcription?

Processing batch audio recordings for transcription uses programmatic handling to convert multiple spoken audio sources into readable text. This allows you to process podcasts, interviews, and meetings systematically for downstream search and analysis.

What is the best way to improve transcription quality for noisy audio?

Improving transcription quality for noisy audio involves selecting configurable model sizes, providing explicit language hints, and using initial prompts. These tuning options help the speech-to-text engine accurately process challenging audio recordings.