openai-whisper-api

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

1|1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/Rlier/clawdbot --skill openai-whisper-api-rlier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper-api
Source: https://github.com/Rlier/clawdbot/tree/main/skills/openai-whisper-api
Command: npx skills add https://github.com/Rlier/clawdbot --skill openai-whisper-api-rlier

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 the OpenAI Whisper API, saving time and effort compared to manual transcription.

Core Features & Use Cases

  • Audio Transcription: Converts spoken words in audio files into written text.
  • Customizable Output: Supports various output formats (text, JSON) and allows specifying language and prompts for better accuracy.
  • Use Case: Quickly 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 to text using the OpenAI Whisper API?

You can transcribe audio files by passing them to this Skill, which uses curl to call the OpenAI Audio Transcriptions API and returns the spoken words as written text.

Do I need an OpenAI API key to perform speech-to-text transcription?

Yes, an OpenAI API key is required for speech-to-text transcription because the Skill authenticates and sends requests to the OpenAI Audio Transcriptions API using this key.

Can I customize the output format and language when transcribing audio?

Yes, you can customize the output format and language during audio transcription; the Skill supports formats like text and JSON, and accepts language and prompt parameters for better accuracy.

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

The best way to automate transcription for meeting recordings and voice notes is using this Skill to process audio files through the OpenAI Whisper API, creating searchable text records quickly.

Does this audio transcription method work with different audio formats?

Yes, this audio transcription method supports various audio formats, allowing you to send different audio file types to the OpenAPI Audio Transcriptions API for conversion into text.