add-read-aloud

Installation
SKILL.md

Add Read Aloud

Add Grok Text to Speech to an existing app: a speaker button on assistant replies, auto-speak, or narration of any text. Run on /add-read-aloud, typed Read aloud, or clear “speak this” / “TTS” intent. Cursor has no speaker; wire the app, not the IDE.

Docs

Pick the path

Need Path
Tap speaker, hear the finished reply. Narrate a page. Generate a file. Batch POST https://api.x.ai/v1/tts (default)
Audio starts while the LLM is still streaming; barge-in; texts over 15,000 chars Streaming wss://api.x.ai/v1/tts through a backend relay

Batch is the default for a read-aloud button: one request, one MP3, cacheable, the key never leaves the server. Go streaming only when the UX needs audio before the text is complete. POST /v1/tts has no documented streaming flag; do not invent one.

Installs
134
Repository
cursor/plugins
GitHub Stars
8.1K
First Seen
11 days ago
add-read-aloud — cursor/plugins