openai-whisper-api

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

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/MoRen9527/TriMetaverse --skill openai-whisper-api-moren9527
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper-api
Source: https://github.com/MoRen9527/TriMetaverse/tree/main/reference/openclaw/skills/openai-whisper-api
Command: npx skills add https://github.com/MoRen9527/TriMetaverse --skill openai-whisper-api-moren9527

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the transcription of audio files into text using OpenAI's powerful Whisper API, saving time and effort compared to manual transcription.

Core Features & Use Cases

  • Audio Transcription: Convert spoken words in audio files (e.g., M4A, OGG) into written text.
  • Customization: Supports specifying the transcription model, output file path, language, and providing prompts for better accuracy.
  • Use Case: Quickly transcribe meeting recordings, voice notes, or interviews for easy searching 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 audio files into text using the OpenAI Whisper API?

To transcribe audio files using the Whisper API, you submit your audio file via cURL to the OpenAI Audio Transcriptions endpoint. You can specify the transcription model, language, and output file path to convert speech from formats like M4A or OGG into written text.

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

Yes, an OpenAI API key is required to transcribe meeting recordings and voice notes. You must set the OPENAI_API_KEY environment variable for authentication before executing the transcription script to interact with the API successfully.

Can I use cURL to convert speech-to-text for interviews and voice notes?

Yes, you can use cURL to convert speech-to-text for interviews and voice notes. The Skill relies on cURL to send HTTP requests to the OpenAI Audio Transcriptions API, passing your audio files and receiving the transcribed text output.

How do I improve speech-to-text accuracy when I transcribe audio files?

To improve speech-to-text accuracy when you transcribe audio files, you can provide specific prompts and specify the audio's language. These customization options help the Whisper API better understand context and dialect, yielding more precise transcription results.

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

You can transcribe audio formats such as M4A and OGG using the OpenAI Whisper API. The Skill processes these audio files by sending them to the transcription endpoint, which converts the spoken words into searchable written text for analysis.

What are the limitations of using cURL for audio transcription with the Whisper API?

Using cURL for audio transcription with the Whisper API requires a stable internet connection and manual environment configuration for the OPENAI_API_KEY. Processing very large audio files may also encounter API size limits or network timeout constraints during the request.