openai-whisper-api

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

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/loveoplay2023-hue/OpenMehdi --skill openai-whisper-api-loveoplay2023-hue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper-api
Source: https://github.com/loveoplay2023-hue/OpenMehdi/tree/main/skills/openai-whisper-api
Command: npx skills add https://github.com/loveoplay2023-hue/OpenMehdi --skill openai-whisper-api-loveoplay2023-hue

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 editable.

Core Features & Use Cases

  • Audio Transcription: Converts spoken words in audio files into written text.
  • Language Support: Can transcribe in multiple languages.
  • Customizable Output: Allows specifying the output format (text or JSON) and model.
  • Use Case: Transcribe meeting recordings, voice notes, or interviews to easily search for specific information or create written summaries.

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

You can transcribe audio to text by sending audio files to the OpenAI Audio Transcriptions API. This skill automates the process, allowing you to convert spoken words into written text using curl.

What audio formats can I transcribe using the Whisper API?

The Whisper API supports various audio formats for transcription. You can convert meeting recordings, voice notes, or interviews into searchable and editable text.

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

Yes, you need an OPENAI_API_KEY environment variable for authentication. This key allows the curl script to securely access the OpenAI Audio Transcriptions API.

Can I customize the language and output format for speech-to-text transcription?

Yes, you can customize the transcription by specifying the language, model, and prompt hints. The API also allows you to choose between text or JSON output formats.

Is curl required to use this OpenAI audio transcription skill?

Yes, curl is a required dependency. The skill relies on curl scripts to send HTTP requests to the OpenAI Audio Transcriptions API for processing audio files.