transcribe

Transcribe audio files into text using OpenAI Whisper models.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/northseadl/skillwisp --skill transcribe-northseadl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: transcribe
Source: https://github.com/northseadl/skillwisp/tree/main/skills/%40openai/transcribe
Command: npx skills add https://github.com/northseadl/skillwisp --skill transcribe-northseadl

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 conversion of audio and video files into text, making spoken content searchable, editable, and analyzable. It also identifies different speakers within the audio.

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: Supports various output formats including plain text, JSON, and diarized JSON.
  • Use Case: Transcribe a recorded meeting to generate meeting minutes, identify action items, and attribute comments to specific attendees.

Quick Start

Use the transcribe skill to convert the audio file 'meeting_recording.mp3' 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?

To transcribe audio with speaker labels, you can convert spoken content into searchable text while identifying different speakers. This approach uses OpenAI's Whisper models to generate text and applies speaker diarization to attribute dialogue to specific individuals.

What is speaker diarization and how does it work for meeting transcription?

Speaker diarization is the process of identifying and segmenting different speakers in an audio recording. For meeting transcription, it labels individual attendees' contributions, allowing you to attribute comments accurately and generate structured meeting minutes.

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. This Skill relies on OpenAI's Whisper models for accurate transcription and requires this setup to process your audio or video files.

Can I transcribe video recordings for content analysis?

Yes, you can transcribe video recordings for content analysis. The Skill processes the audio track from video files to convert speech into text, making the spoken content searchable and editable for further analysis, such as extracting action items.

What output formats are available for audio transcription?

Available output formats for audio transcription include plain text, JSON, and diarized JSON. These formats allow you to choose between simple readability and structured data that retains speaker identification for downstream processing.

How do I identify known speakers in an interview transcription?

To identify known speakers in an interview transcription, the Skill supports known speaker identification alongside speaker diarization. This allows you to match diarized audio segments to specific participant names, creating an accurate interview record.