# Speech To Text > Transcribe audio to text with ElevenLabs Scribe and Whisper models via inference.sh CLI. Models: ElevenLabs Scribe v2 (98%+ accuracy, diarization), Fast Whisper Large V3, Whisper V3 Large. Capabilities: transcription, translation, multi-language, timestamps, speaker diarization, audio event tagging. Use for: meeting transcription, subtitles, podcast transcripts, voice notes. Triggers: speech to text, transcription, whisper, audio to text, transcribe audio, voice to text, stt, automatic transcription, subtitles generation, transcribe meeting, audio transcription, whisper ai, elevenlabs stt, scribe, eleven labs transcribe Source: https://skillsagentes.com/skills/skills-101/superpowers/speech-to-text Repository: https://github.com/skills-101/superpowers Author: skills-101 License: not specified Updated: hace 11 días Context cost: 157 tok installed, 1.1k tok once triggered, 1.1k tok with every bundled file Bundle: 1 file, 4 KB Permissions requested: bash(belt *) ## Install ```bash npx -y skills add skills-101/superpowers --skill speech-to-text --agent claude-code ``` ## What it does - Transcribe audio a texto usando modelos ElevenLabs Scribe y Whisper vía CLI belt - Soporta timestamps, diarización de hablantes y traducción a inglés - Extrae audio de video y genera transcripciones para subtítulos ## Use it when - Transcribir reuniones, podcasts o notas de voz - Generar subtítulos o captions para videos - Traducir audio en otro idioma al inglés - Hacer transcripciones accesibles para búsqueda o investigación ## What triggers it - "Transcribe esta grabación de reunión a texto" - "Genera subtítulos con timestamps para este video" - "Traduce este audio en francés al inglés" - "Convierte esta nota de voz en texto buscable" ## Before you install - Requiere la CLI belt de inference.sh instalada y sesión iniciada con `belt login`. - Needs on PATH: npx ## Files - SKILL.md — 4 KB ## SKILL.md Not reproduced here. Read it at https://github.com/skills-101/superpowers/blob/main/tools/audio/speech-to-text/SKILL.md --- Skills Agentes — https://skillsagentes.com/skills/skills-101/superpowers/speech-to-text