transcribe

Transcribe audio files into text using OpenAI models with speaker diarization.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/shalevamin/The-_Ultimate_agents --skill transcribe-shalevamin
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: transcribe
Source: https://github.com/shalevamin/The-_Ultimate_agents/tree/main/.claude/skills/transcribe
Command: npx skills add https://github.com/shalevamin/The-_Ultimate_agents --skill transcribe-shalevamin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openai, and includes scripts (resource) and references (resource) and assets (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, editable, and analyzable.

Core Features & Use Cases

  • Accurate Transcription: Converts speech to text using advanced AI models.
  • Speaker Diarization: Identifies and labels different speakers in the audio.
  • Use Case: Transcribe a recorded meeting to generate meeting minutes, or convert a podcast episode into a blog post.

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 audio files into text with speaker diarization?▼

You can transcribe audio files into text by providing an audio or video file to this Skill, which processes it using OpenAI's models. It supports speaker diarization and known-speaker hints to generate written transcripts.

Can I use OpenAI to convert speech to text for meeting notes?▼

Yes, you can convert speech to text for meeting notes using this Skill, which leverages OpenAI's models to process audio files. It supports speaker diarization to accurately attribute spoken content to different speakers for clear meeting minutes.

Do I need an OpenAI API key to transcribe a podcast episode?▼

Yes, an OpenAI API key is required to transcribe a podcast episode. The Skill depends on OpenAI's models and requires the openai Python library installed in your environment to execute the speech to text conversion.

Does audio transcription work with video files or only audio formats?▼

Audio transcription works with both audio and video files, converting spoken content into written text. This allows you to extract and analyze dialogue from recorded meetings or video podcasts for documentation and content creation.

What is the best way to identify different speakers in an audio transcript?▼

The best way to identify different speakers in an audio transcript is by using speaker diarization, which this Skill supports through OpenAI's models. It labels different speakers and can use known-speaker hints for accurate attribution.