speech.transcribe

Transcribe audio or video into structured text, segments, and metadata.

126|11|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/HybridAIOne/hybridclaw --skill speech-transcribe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speech.transcribe
Source: https://github.com/HybridAIOne/hybridclaw/tree/main/skills/speech.transcribe
Command: npx skills add https://github.com/HybridAIOne/hybridclaw --skill speech-transcribe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speech transcribe turns recorded audio or video into usable text you can search, quote, and act on, without manually listening and typing.

Core Features & Use Cases

  • Provider-agnostic transcription: Uses the native audio_transcribe tool with optional provider selection (auto, OpenAI, Deepgram, or AssemblyAI) for practical reliability.
  • Diarization and timestamps: Produces speaker-attributed segments (when diarization is enabled) and supports word/segment timestamps for analysis or review.
  • Transcript artifacts and operational visibility: Persists transcript text and segment JSON as workspace artifacts while accounting for duration and cost, enabling controlled sharing.
  • Use Case: You need a call recap with speaker-by-speaker notes and word-level timing for compliance review, generated from a single uploaded audio file.

Quick Start

Ask for the transcription by saying: transcribe the attached audio clip with diarization and word timestamps, and include the detected language.

Frequently Asked Questions about speech.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 and timestamps?

To transcribe audio with speaker labels, request diarization and word or segment timestamps. The Skill processes the audio file and returns structured transcript artifacts with speaker-attributed segments and metadata.

Can I use HTTPS URLs or cached media references for speech transcription?

Yes, speech transcription supports attachments by filename, file path, cached media references, and HTTPS URLs. This allows processing audio from remote sources without requiring local file uploads.

What is the best way to get a call recap with speaker-by-speaker notes for compliance review?

The best way to get a compliance call recap is to transcribe the uploaded audio with diarization and word timestamps enabled. This generates speaker-attributed segments and word-level timing for detailed review.

Does speech transcription support multiple providers like OpenAI, Deepgram, and AssemblyAI?

Yes, provider-agnostic speech transcription supports auto selection or manual override between OpenAI, Deepgram, and AssemblyAI. This ensures practical reliability across different provider-ready scenarios.

How does language detection work when transcribing recorded audio?

Language detection automatically identifies the spoken language during audio transcription. The detected language is included in the structured output metadata alongside the transcript text and segment data.

What are the limitations of diarization for multi-speaker audio transcription?

Diarization produces speaker-attributed segments only when explicitly enabled in the transcription request. Without enabling it, the output provides structured text and timestamps without distinct speaker labeling.