openai-whisper-api

Transcribe audio files to text using the OpenAI Audio Transcriptions API via cURL.

16|1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/Flexasaurusrex/OpenPaw --skill openai-whisper-api-flexasaurusrex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper-api
Source: https://github.com/Flexasaurusrex/OpenPaw/tree/main/skills/openai-whisper-api
Command: npx skills add https://github.com/Flexasaurusrex/OpenPaw --skill openai-whisper-api-flexasaurusrex

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 audio content searchable and editable.

Core Features & Use Cases

  • Audio Transcription: Converts spoken words in audio files (e.g., M4A, OGG) into written text using OpenAI's Whisper API.
  • Customization: Supports 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 editing.

Quick Start

Use the openai-whisper-api skill to transcribe the audio file '/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 via cURL, converting spoken words into editable text.

What audio formats can I transcribe with the OpenAI speech-to-text API?

You can transcribe various audio formats, including M4A and OGG files, by sending them through the OpenAI Audio Transcriptions API using cURL commands.

Do I need an OpenAI API key to transcribe meeting recordings?

Yes, transcribing meeting recordings requires an active OpenAI API key and cURL installed in your environment to authenticate and execute the API requests.

Can I customize the language and model for audio transcription?

Yes, audio transcription customization supports specifying the model, output file path, language, and prompts to improve accuracy when converting speech to text.

What's the best way to automate transcription of voice notes into text?

Automating voice notes transcription is best handled by executing a cURL script that passes your audio files directly to the OpenAI Whisper API for accurate text conversion.

Why does my audio transcription require cURL to process?

Audio transcription requires cURL because the Skill uses it as the underlying command-line tool to construct and send HTTP requests to the OpenAI Audio Transcriptions API.