speech.detect-language

Detect the dominant spoken language in audio clips using audio_transcribe.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of not knowing what language is being spoken in an audio clip, which can block the right transcription and downstream processing.

Core Features & Use Cases

  • Dominant Language Detection: Uses the native audio_transcribe tool with action detect-language to identify the primary spoken language.
  • Provider-Aware Routing: Supports automatic provider selection (or the specified provider) to match transcription needs and optimize routing.
  • Routing-Focused Output: Returns detected language plus provider, duration, cost, and warnings without presenting the full transcript unless requested.

Quick Start

Use speech.detect-language on the attached audio by asking: Detect the dominant spoken language in the clip provided, using provider auto, and return the detected language and routing details.

Frequently Asked Questions about speech.detect-language

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

FAQPage Schema
How do I detect the spoken language in an audio clip before transcription?

Language detection for audio routing uses the audio_transcribe tool to identify the primary spoken language. It returns the detected language, provider, duration, and cost, allowing you to select the correct transcription path without generating a full transcript.

What's the best way to route audio to the correct speech-to-text provider?

The best way to route audio to the correct speech-to-text provider is by detecting the dominant spoken language first. This skill supports automatic provider selection based on the detected language to optimize downstream processing paths and costs.

Can I identify the spoken language without generating a full transcript?

Yes, you can identify the spoken language without generating a full transcript. The language detection process specifically avoids returning the full transcript unless explicitly requested, outputting only the detected language, provider, duration, cost, and warnings.

Does audio language detection work with automatic provider selection?

Yes, audio language detection supports automatic provider selection. It identifies the dominant spoken language and matches it with an appropriate transcription provider, returning the provider details, duration, and estimated cost for your routing decisions.

What details do I get when detecting the language in an audio file?

When detecting the language in an audio file, you receive the detected dominant language, selected provider, audio duration, cost estimation, and processing warnings. This routing-focused output provides the necessary metadata to configure downstream speech-to-text workflows.