openai-whisper-api

Transcribe audio files into text using the OpenAI Whisper API.

2|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/FatBy/DD-OS --skill openai-whisper-api-fatby
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper-api
Source: https://github.com/FatBy/DD-OS/tree/main/skills/openai-whisper-api
Command: npx skills add https://github.com/FatBy/DD-OS --skill openai-whisper-api-fatby

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, and includes scripts (resource) components.

What problem does it solve?

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

Core Features & Use Cases

  • Audio Transcription: Converts audio files (e.g., M4A, OGG) into text transcripts using OpenAI's Whisper model.
  • Customization: Allows specifying the model, output file path, language, and providing a prompt for better accuracy.
  • Use Case: Transcribe meeting recordings, voice notes, or podcast segments into text for easy searching, summarization, or further processing.

Quick Start

Use the openai-whisper-api skill to transcribe the audio file '/path/to/audio.m4a' and save the output to '/path/to/transcript.txt'.

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 the OpenAI Whisper API?

To transcribe audio to text, this Skill sends your audio files to the OpenAI Audio Transcriptions API using the Whisper model. It automates the request via cURL, allowing you to convert spoken content into searchable text transcripts.

What audio formats can I convert to text with OpenAI Whisper?

You can convert various audio formats to text, including M4A and OGG files. The Whisper API accepts these inputs and processes them through customizable parameters like model selection, language, and output format.

Do I need an OpenAI API key to transcribe speech-to-text?

Yes, you need an active OpenAI API key to execute speech-to-text transcription. The Skill also requires the cURL command-line tool to be installed in your environment to send the API requests and receive the text output.

Can I customize Whisper transcription parameters for better accuracy?

Yes, you can customize Whisper transcription parameters by specifying the model, output file path, target language, and providing context prompts. These options help improve accuracy for specific accents or terminology in your audio files.

How do I automate meeting transcription from M4A files?

You automate meeting transcription by providing the path to your M4A recording and a destination for the transcript file. The Skill processes the audio through the Whisper model and outputs the converted text for easy searching and summarization.

What is the best way to extract text from voice notes for further processing?

The best way to extract text from voice notes is using the Whisper API to convert spoken content into written transcripts. This Skill outputs the text to a specified file path, making it immediately available for search, summarization, or data processing.