transcribe

Transcribe audio files to text using OpenAI Whisper models.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/serotoninboi/claudine-ai-v3.1 --skill transcribe-serotoninboi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: transcribe
Source: https://github.com/serotoninboi/claudine-ai-v3.1/tree/main/.kilocode/skills/%22transcribe%22
Command: npx skills add https://github.com/serotoninboi/claudine-ai-v3.1 --skill transcribe-serotoninboi

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of converting audio and video files into written text, making spoken content searchable and editable. It also handles speaker identification for clearer meeting minutes or interview transcripts.

Core Features & Use Cases

  • Accurate Transcription: Converts speech to text using advanced AI models.
  • Speaker Diarization: Identifies and labels different speakers in the audio.
  • Multiple Formats: Outputs transcription in plain text, JSON, or diarized JSON.
  • Use Case: Transcribe a recorded lecture to create study notes, or process a customer service call to identify key issues and resolutions.

Quick Start

Use the transcribe skill to convert the audio file meeting.m4a into a text transcript.

Frequently Asked Questions about transcribe

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I transcribe an audio file with speaker labels using OpenAI?

To transcribe audio with speaker labels, this Skill uses OpenAI's Whisper models for speech to text conversion and adds speaker diarization to identify different speakers in the recording.

What audio formats can I transcribe to text using OpenAI Whisper?

You can transcribe audio files like meeting recordings, interviews, and lectures into text. The Skill outputs the transcription results in plain text, JSON, or diarized JSON formats.

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

Yes, you need an OpenAI API key and a Python environment with the openai SDK installed to convert speech to text using this transcription Skill.

Can I use OpenAI transcription for generating meeting minutes?

Yes, you can use this Skill to transcribe recorded meetings and customer service calls. Speaker diarization identifies different speakers to help you generate clearer meeting minutes and interview transcripts.

What is the best way to transcribe a recorded lecture into study notes?

Transcribing a recorded lecture into study notes is best handled by using this Skill to convert the speech to text, making the spoken content fully searchable and editable for review.

Does OpenAI Whisper speaker diarization work for multiple speakers?

Yes, the speaker diarization feature identifies and labels different speakers in the audio file, allowing you to accurately separate and attribute speech to multiple participants during transcription.