openai-whisper-api

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

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

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 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 a prompt for better accuracy.
  • Use Case: Quickly transcribe meeting recordings, voice notes, or customer service calls for documentation 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 into text, this Skill sends your audio to the OpenAI Audio Transcriptions API via a cURL utility. It supports formats like M4A and OGG to convert voice recordings into written content.

Do I need an OPENAI_API_KEY to convert speech to text with this tool?

Yes, an active OPENAI_API_KEY is required for authentication and API access to convert speech to text. You also need the cURL utility installed to execute the transcription requests.

What audio formats can I use for speech-to-text transcription with OpenAI?

You can use audio formats like M4A and OGG for speech-to-text transcription with OpenAI. The Skill processes these audio files to generate written text from spoken words.

Can I customize the transcription model or specify a language when using the OpenAI Audio API?

Yes, you can customize the transcription model, specify the output file path, set the language, and provide a prompt for better accuracy when using the OpenAI Audio API. This helps improve transcription quality for specific audio contexts.

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

The best way to automate transcription of meeting recordings and voice notes is to use the OpenAI Audio Transcriptions API via cURL. This approach quickly converts your audio files into written content for documentation and analysis.