Agent skill
stt
Speech-to-text — transcribe voice to text using device microphone. Use for voice commands, dictation, or hands-free input.
Install this agent skill to your Project
npx add-skill https://github.com/mikeyobrien/rho/tree/main/platforms/android/skills/stt
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
tts
Text-to-speech on macOS -- make the device speak text aloud. Use for voice announcements, reading content aloud, or accessibility.
clipboard
Read or write the macOS clipboard. Use when copying/pasting text, transferring data between apps, or accessing clipboard contents.
notification
Show macOS system notifications with title, body, and optional sound. Use for alerts, reminders, or status updates.
open-url
Open URLs, files, and applications on macOS. Use for launching browsers, opening documents, or starting apps.
tts
Text-to-speech — make the device speak text aloud. Use for voice announcements, reading content aloud, or accessibility.
clipboard
Read or write the system clipboard. Use when copying/pasting text, transferring data between apps, or accessing clipboard contents.
Didn't find tool you were looking for?