Speech Transcribe
SkillMediaTranscribe audio with the native audio_transcribe tool, including provider override, diarization, timestamps, language detection, and transcript artifacts.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Speech Transcribe skill
What this skill tells your AI
The instructions your AI receives, as published by hybridaione/hybridclaw in skills/speech.transcribe/SKILL.md and read by ahel’s review.
Use the native audio_transcribe tool when the user asks to transcribe,
caption, diarize, timestamp, or identify speakers in an audio or video clip.
Workflow
- Call
audio_transcribewithaction: "list"if you need provider readiness or the user asks what is configured. - Pass
audioas a current attachment filename/ref,/workspacepath,/discord-media-cachepath,/uploaded-media-cachepath, or HTTPS media URL. - Use
provider: "auto"unless the user asks foropenai,deepgram, orassemblyai, or unless diarization is required. Auto mode honors the tenantskills.speechToText.defaultProviderconfig when it is set. Prefer Deepgram or AssemblyAI for speaker labels. - Pass
languageonly when the user gives a known language. Omit it for provider language detection. - Set
diarization: truewhen the user asks for speaker labels. - Set
timestampstoword,segment, ornonebased on the request. - Return the structured result fields that matter: transcript text, provider, detected language, duration, cost, warnings, and artifact paths.
The native tool owns provider credentials, provider fallback, output schema,
long-audio chunking for local and remote OpenAI uploads when ffmpeg/ffprobe
are available, transcript artifact persistence, and usage-cost accounting.
Output Contract
The tool returns JSON shaped like:
{
"text": "Transcript text",
"segments": [{ "start": 0, "end": 1.2, "speaker": "speaker_0", "text": "..." }],
"language": "en",
"provider": "deepgram",
"duration_sec": 12.3,
"cost_usd": 0.001
}
Transcript text and segment JSON are also persisted as private workspace artifacts. Treat transcripts as operator-private until the user explicitly asks to share, post, email, or publish them.
Signals
- GitHub stars
- 132
- Forks
- 12
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
speech-transcribe- Source
- github.com/hybridaione/hybridclaw