openai-whisper-api

Transcribe audio files into text using the OpenAI Audio Transcriptions API.

1|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/iliagerman/mordecai --skill openai-whisper-api-iliagerman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper-api
Source: https://github.com/iliagerman/mordecai/tree/main/skills/shared/openai-whisper-api
Command: npx skills add https://github.com/iliagerman/mordecai --skill openai-whisper-api-iliagerman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the transcription of audio files into text, making audio content searchable and editable.

Core Features & Use Cases

  • Audio Transcription: Utilizes the OpenAI Whisper API for accurate speech-to-text conversion.
  • Customization: Supports specifying model, output file, language, and providing prompts for better accuracy.
  • Use Case: Quickly transcribe meeting recordings, voice notes, or customer service calls into text documents for analysis or documentation.

Quick Start

Use the openai-whisper-api skill to transcribe the audio file located at /path/to/audio.m4a.

Frequently Asked Questions about openai-whisper-api

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

FAQPage Schema
How do I transcribe audio to text using OpenAI Whisper?

To transcribe audio to text, this Skill sends your audio files to the OpenAI Audio Transcriptions API, converting spoken content into editable and searchable text documents.

What audio formats can I transcribe with the Whisper API?

The speech-to-text transcription supports various audio formats for processing, allowing you to easily transcribe meeting recordings, voice notes, or customer service calls into text.

Do I need an OpenAI API key to transcribe audio files?

Yes, audio transcription requires the OPENAI_API_KEY environment variable for authentication to successfully connect and process your speech-to-text requests through the API.

Can I specify the language for speech-to-text transcription?

Yes, you can customize the transcription process by specifying the language, selecting a model, and providing custom prompts to enhance accuracy for your specific audio content.

What is the best way to transcribe meeting recordings into text documents?

Using the OpenAI Whisper API provides an automated way to accurately transcribe meeting recordings, voice notes, or customer service calls into text for analysis and documentation.