openai-whisper-api

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of converting spoken audio into written text using OpenAI's powerful Whisper model.

Core Features & Use Cases

  • Audio Transcription: Accurately transcribe audio files into text.
  • Language Support: Specify the language of the audio for improved accuracy.
  • Customizable Output: Choose between plain text or JSON output formats.
  • Use Case: Transcribe meeting recordings, voice notes, or customer service calls to create searchable text records.

Quick Start

Use the openai-whisper-api skill to transcribe the audio file located at /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?

You can transcribe audio by providing the file path to this Skill, which sends the audio to the OpenAPI Audio Transcriptions API. It returns written text records of the spoken content.

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

Yes, you need an OpenAI API key for authentication and processing. The Skill uses this key to securely access the Whisper model and convert your spoken audio into text.

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

The Skill supports various audio formats for speech-to-text transcription. You can provide common audio files to generate accurate text output using the Whisper model.

Can I specify the language for audio transcription to improve accuracy?

Yes, you can specify the language of the audio for improved accuracy during transcription. This language specification helps the Whisper model better process the spoken content.

Does cURL need to be installed to use this audio transcription Skill?

Yes, cURL is required as a dependency. The Skill uses cURL scripts to communicate with the OpenAI Audio Transcriptions API and retrieve your text output.

Can I customize the output format when transcribing audio files?

Yes, you can customize the output format by choosing between plain text or JSON. This allows you to select the structure that best fits your downstream text record needs.