openai-whisper-api

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

6|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/hlbbbbbbb/No-worries --skill openai-whisper-api-hlbbbbbbb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper-api
Source: https://github.com/hlbbbbbbb/No-worries/tree/main/noworries_app/apps/desktop/skills/openai-whisper-api
Command: npx skills add https://github.com/hlbbbbbbb/No-worries --skill openai-whisper-api-hlbbbbbbb

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 various audio formats (e.g., m4a, ogg) into text using the OpenAI Whisper API.
  • Customizable Output: Allows specifying the output file path, transcription model, language, and providing prompts for better accuracy.
  • Use Case: Quickly transcribe meeting recordings, voice notes, or interviews into text documents for easy reference and analysis.

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 an audio file into text using the Whisper API?

To transcribe audio into text, you provide an audio file path and the Skill sends it to the OpenAI Whisper API via curl. It returns the transcribed text, which can be saved to a specified output file.

What audio formats can I convert to text with this speech-to-text approach?

You can convert various audio formats like m4a and ogg into text using this speech-to-text approach. The OpenAI Audio Transcriptions API handles these files directly through curl requests.

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

Yes, you need an OpenAI API key to transcribe audio files. The Skill requires an OPENAI_API_KEY environment variable or configuration to authenticate your curl requests to the OpenAI Audio Transcriptions API.

Can I customize the language or model for audio transcription?

Yes, you can customize the language and transcription model for accurate audio transcription. You can also provide specific prompts to guide the speech-to-text conversion process for better context.

What is the best way to automate transcription of meeting recordings?

The best way to automate transcription of meeting recordings is using a script that sends audio files to the OpenAI Whisper API. This converts spoken content into searchable, editable text documents automatically.

Why does my curl command fail when transcribing audio?

Your curl command may fail when transcribing audio if the OPENAI_API_KEY is missing or invalid. Ensure the environment variable is configured correctly before executing the speech-to-text conversion script.