# Speech.detect Language

> Detect the dominant spoken language in an audio clip with the native audio_transcribe tool.

- Skill: `hybridaione/speech-detect-language` (Agent Skill)
- Install (CLI): `npx skillmds@latest add hybridaione/speech-detect-language`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hybridaione/speech-detect-language/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: HybridAIOne (https://skillmd.com/u/hybridaione)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/hybridaione/speech-detect-language

---


# Speech Detect Language

Use the native `audio_transcribe` tool with `action: "detect-language"` when
the user asks what language is spoken in an audio clip or when a later
transcription workflow needs a routing decision.

Pass `audio` as a current attachment filename/ref, `/workspace` path,
`/discord-media-cache` path, `/uploaded-media-cache` path, or HTTPS media URL.
Use `provider: "auto"` unless the user requests a specific provider.

Return the detected `language`, provider, duration, cost, and any warnings. Do
not present the full transcript unless the user asked for transcription.

