stt

star 360

Speech-to-text — transcribe voice to text using device microphone. Use for voice commands, dictation, or hands-free input.

mikeyobrien By mikeyobrien schedule Updated 2/5/2026

name: stt description: Speech-to-text — transcribe voice to text using device microphone. Use for voice commands, dictation, or hands-free input.

Speech-to-Text

Basic usage

termux-speech-to-text

Opens a speech recognition dialog. Returns transcribed text as JSON when user stops speaking.

Output format

{"result": "the spoken text here"}

Notes

  • Requires microphone permission
  • Uses Google speech recognition (needs network)
  • User must tap the mic or speak; dialog auto-closes on silence
  • Returns empty result if canceled or no speech detected
Install via CLI
npx skills add https://github.com/mikeyobrien/rho --skill stt
Repository Details
star Stars 360
call_split Forks 29
navigation Branch main
article Path SKILL.md
More from Creator