en un clic
speek
// Speak a short summary aloud using Kokoro TTS. Use proactively at the end of any completed task to announce what was done in one sentence. Also use when the user explicitly asks to hear something spoken.
// Speak a short summary aloud using Kokoro TTS. Use proactively at the end of any completed task to announce what was done in one sentence. Also use when the user explicitly asks to hear something spoken.
Transcribe speech from the microphone. Use when the user asks you to listen, hear, or transcribe what they say. Returns the spoken text on stdout.
Transcribe speech from the microphone. Use when the user asks you to listen, hear, or transcribe what they say. Returns the spoken text on stdout.
Speak a short summary aloud using Kokoro TTS. Use proactively at the end of any completed task to announce what was done in one sentence. Also use when the user explicitly asks to hear something spoken.
| name | speek |
| description | Speak a short summary aloud using Kokoro TTS. Use proactively at the end of any completed task to announce what was done in one sentence. Also use when the user explicitly asks to hear something spoken. |
| allowed-tools | Bash |
Speak text aloud using the speek command (GPU-accelerated Kokoro TTS).
speek "Done. The encoder now uses private Metal buffers with blit staging."
Keep the text short (one sentence, under 20 words). Speek loads a 134MB model on first invocation (~1s), so don't call it repeatedly in quick succession.