transcribe

Transcribe audio and video to text with optional speaker diarization.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Transcribe audio and video content into accurate, searchable text, with optional speaker diarization to identify who spoke when.

Core Features & Use Cases

  • Transcribe audio using OpenAI, with optional diarization and known-speaker hints for meetings, interviews, and podcasts.
  • Deterministic execution via the bundled CLI for repeatable results.
  • Supports language hints and chunking strategies for longer files.

Quick Start

Transcribe the attached audio file to text, optionally including diarization and known-speaker labels.

Frequently Asked Questions about transcribe

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

FAQPage Schema
How do I transcribe audio with speaker diarization for an interview?

To transcribe audio with speaker diarization, provide the recording and optional known-speaker references. The process uses OpenAI and a bundled CLI to output accurate text with speaker labels identifying who spoke when.

Can I use OpenAI to transcribe long podcast audio files?

Yes, you can transcribe long podcast audio files using OpenAI. The process supports language hints and chunking strategies to handle longer recordings, outputting complete text via deterministic CLI execution.

What is the best way to get accurate transcripts for meetings with multiple speakers?

The best way to get accurate meeting transcripts is using speech-to-text with optional diarization. Providing known-speaker references improves diarization accuracy, correctly labeling who spoke specific segments.

Do I need an OpenAI API key to transcribe video content?

Yes, an OpenAI API key is required to transcribe video content. The process integrates directly with the OpenAI API to convert audio and video recordings into searchable text.

Are transcript results repeatable across multiple runs?

Yes, transcript results are repeatable. The bundled CLI ensures deterministic execution, providing consistent output across multiple runs for the same audio file and settings.