openai-whisper-api

Transcribe audio files into text using the OpenAI Whisper API.

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

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 usable for various applications.

Core Features & Use Cases

  • Audio Transcription: Converts spoken words in audio files (e.g., M4A, OGG) into written text.
  • Language Support: Can transcribe in multiple languages.
  • Customizable Output: Allows specifying output format (text or JSON) and providing prompts for better accuracy.
  • Use Case: Transcribe meeting recordings, voice notes, or podcast segments into text for documentation, analysis, or content creation.

Quick Start

Use the openai-whisper-api skill to transcribe the audio file 'meeting_recording.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 M4A audio files to text using the OpenAI Whisper API?

To transcribe M4A audio files to text, the Skill sends the audio file to the OpenAI Whisper API via curl. It returns the spoken words as written text, allowing you to convert meeting recordings or voice notes into searchable documentation.

Do I need an OPENAI_API_KEY environment variable to convert speech to text?

Yes, an OPENAI_API_KEY environment variable is required for authentication when converting speech to text. The Skill uses this key to interact with the OpenAI API through curl, ensuring secure processing of your audio files.

Can I customize the output format and language for audio transcription?

Yes, you can customize the audio transcription output format and language. The Skill allows specifying output formats like text or JSON and provides prompt options to improve transcription accuracy across multiple languages.

Does the Whisper API transcription Skill work with OGG audio formats?

Yes, the Whisper API transcription Skill works with OGG audio formats alongside M4A. It supports various audio formats, converting them into text using customizable OpenAI models for meeting recordings or podcast segments.

What is the best way to automate transcribing podcast segments into JSON?

The best way to automate transcribing podcast segments into JSON is using this Skill to send audio files to the Whisper API. It handles the API interaction via curl and returns structured JSON output for content creation and analysis.