openai-whisper-api

Transcribe audio files into text using OpenAI's Whisper API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the problem of transcribing audio files into text using OpenAI's Whisper API, providing a quick and efficient way to convert spoken words into written form.

Core Features & Use Cases

  • Audio Transcription: Converts audio files into text using OpenAI's Whisper API.
  • Custom Model Selection: Allows users to select the Whisper model for transcription.
  • Language and Prompt Support: Supports various languages and allows users to add prompts for better transcription accuracy.
  • Output Format: Outputs the transcription in plain text or JSON format.
  • Use Case: Ideal for quickly transcribing interviews, lectures, or any other audio content.

Quick Start

Transcribe the audio file 'meeting_recording.m4a' using the 'whisper-1' model and output the result 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 an audio file to text using the Whisper API?

You can convert speech to text by providing an audio file and an OpenAI API key. The Skill uses the Whisper API to process the recording and output the transcription in plain text or JSON format.

Do I need an OpenAI API key to convert speech to text?

Yes, an OpenAI API key is required to authenticate your requests. You also need the curl command-line tool installed in your environment to execute the transcription scripts.

Can I specify a language or add prompts for speech to text conversion?

Yes, speech to text conversion supports various languages and allows you to add custom prompts. Providing context-specific prompts helps improve the accuracy of the generated text output.

What audio formats can I transcribe using the OpenAI Whisper API?

You can transcribe audio files like m4a using the Whisper API. The Skill supports selecting various models, such as whisper-1, to convert spoken audio into written text.

Does the Whisper API transcription output in JSON format?

Yes, Whisper API transcription can output results in plain text or JSON format. You can select the desired output format to easily integrate the converted speech data into downstream applications.