with one click
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. |
Speak text aloud using the speek command (GPU-accelerated Kokoro TTS).
In this environment, speek is approved to run outside the sandbox via the
persisted command prefix ["speek"]; call it directly so it can access GPU and
audio devices.
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.