transcribe

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

5|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/lidge-jun/cli-jaw-skills --skill transcribe-lidge-jun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: transcribe
Source: https://github.com/lidge-jun/cli-jaw-skills/tree/main/transcribe
Command: npx skills add https://github.com/lidge-jun/cli-jaw-skills --skill transcribe-lidge-jun

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill converts spoken words in audio or video files into written text, making audio content searchable and editable.

Core Features & Use Cases

  • Speech-to-Text: Transcribes audio files into plain text.
  • Speaker Diarization: Identifies and labels different speakers in the audio.
  • Known Speaker Hints: Allows providing reference audio for specific speakers to improve labeling accuracy.
  • Use Case: Transcribe a recorded meeting to create a searchable transcript, identify who said what, and easily share key discussion points.

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 recording into text?

You transcribe audio by providing an audio or video file, which the Skill processes using OpenAI's Whisper models to convert spoken words into plain, editable text.

Can I identify different speakers during audio transcription?

Yes, audio transcription supports speaker diarization to identify and label different speakers, and allows providing reference audio to improve known speaker identification accuracy.

What is the best way to transcribe a meeting recording with multiple speakers?

The best way to transcribe multi-speaker meetings is using OpenAI's Whisper models with diarization enabled, which identifies who said what and outputs a searchable text transcript.

Do I need an OpenAI dependency to perform speech to text conversion?

Yes, you need the OpenAI dependency to perform speech to text conversion, as the Skill leverages OpenAI's Whisper models for accurate transcription and speaker diarization.

How does speaker diarization work with known speaker hints?

Speaker diarization identifies different speakers in audio, and known speaker hints allow you to provide reference audio for specific individuals to improve labeling accuracy.