transcribe

Transcribe audio and video recordings into text with speaker diarization.

3|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/garochee33/DSH --skill transcribe-garochee33
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: transcribe
Source: https://github.com/garochee33/DSH/tree/main/agents/skills/transcribe
Command: npx skills add https://github.com/garochee33/DSH --skill transcribe-garochee33

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill removes the manual burden of listening to recordings and typing out what was said, making audio and video content searchable and reusable.

Core Features & Use Cases

  • Speech-to-text transcription: Convert interviews, meetings, lectures, and recordings into readable text.
  • Speaker diarization: Separate and label who said what when multiple people are speaking.
  • Known-speaker hints: Improve speaker labeling by providing reference samples for expected speakers.
  • Use Case: If you have a meeting recording and need a clean transcript with speaker names, this Skill can produce a structured output ready for notes, summaries, or publishing.

Quick Start

Ask for a transcription of the provided audio file, and specify whether you want plain text, diarized output, or speaker hints.

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 with speaker diarization?

Transcribe audio recordings with speaker diarization by providing the file and enabling speaker separation. The Skill labels who said what in multi-speaker recordings and outputs structured speaker segments.

Do I need OpenAI to convert meeting notes from speech to text?

Yes, OpenAI transcription models are required to convert speech to text. The Skill uses these models to process audio or video recordings into searchable transcript text.

Can I use known-speaker hints to improve speaker labeling accuracy?

Known-speaker hints improve speaker labeling by providing reference audio samples for expected speakers. The Skill uses these hints to accurately assign names to diarized speaker segments.

What is the best way to handle long audio files for transcription?

Long audio files are handled through configurable chunking, which splits the recording into manageable segments for transcription. This ensures repeatable results across extended interviews or lectures.

What response formats are available for speech-to-text transcription output?

Speech-to-text transcription supports configurable response formats, allowing you to specify plain text or diarized output. This flexibility accommodates various workflows like meeting notes or publishing.