whisper-transcribe

Transcribe audio and video files to text using OpenAI Whisper.

1|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/framerslab/agentos-skills --skill whisper-transcribe-framerslab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: whisper-transcribe
Source: https://github.com/framerslab/agentos-skills/tree/main/registry/curated/whisper-transcribe
Command: npx skills add https://github.com/framerslab/agentos-skills --skill whisper-transcribe-framerslab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ffmpeg, openai, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the process of converting audio and video content into text, eliminating the need for manual transcription and saving valuable time.

Core Features & Use Cases

  • Automated Transcription: Transcribe audio and video files using OpenAI Whisper or compatible speech-to-text APIs.
  • Supports Multiple Formats: Handles a wide range of audio formats including mp3, mp4, wav, m4a, webm, flac, ogg.
  • Language Detection & Translation: Automatic language detection with optional translation to English.
  • Use Case: Transcribe meeting recordings, create subtitles for videos, or generate text summaries of audio files.

Quick Start

Transcribe the audio file 'meeting.mp3' using the whisper-transcribe skill.

Frequently Asked Questions about whisper-transcribe

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

FAQPage Schema
How do I automate audio transcription for meeting recordings?

To automate audio transcription, you can use this Skill to convert meeting recordings into text using OpenAI Whisper or compatible speech-to-text APIs. It handles formats like mp3, wav, and m4a, requiring ffmpeg for audio extraction and an OpenAI API key for the STT services.

Can I use OpenAI Whisper for video transcription?

Yes, OpenAI Whisper can be used for video transcription. The Skill supports video formats such as mp4 and webm, extracting audio via ffmpeg to process the speech-to-text conversion and generate text outputs for subtitles or summaries.

Does audio transcription support automatic language detection and translation?

Audio transcription with this Skill includes automatic language detection and optional translation to English. This feature allows you to process multi-language audio files and retrieve English text summaries directly through the speech-to-text API.

What formats can I transcribe with a speech-to-text API?

You can transcribe multiple formats including mp3, mp4, wav, m4a, webm, flac, and ogg. The speech-to-text API processes these file types by extracting the audio track using ffmpeg before sending it to OpenAI Whisper for text conversion.

Do I need ffmpeg installed for AI transcription?

Yes, ffmpeg is required for AI transcription with this Skill. It handles the necessary audio extraction from video files and format processing before the OpenAI API executes the speech-to-text conversion.