Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use when the user invokes /speak to hear the last response as natural spoken audio via TTS
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | 168% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 486% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -54% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 389% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 16% | 0% |
Rewrites your last response as spoken narration and plays it as audio.
Take your most recent response from conversation context. Rewrite it as natural spoken narration:
Run the run.sh script in this skill's directory, passing the narration text via stdin:
bashecho "Your narration text here" | <this-skill-directory>/run.sh
The script auto-selects the TTS engine:
| Priority | Condition | Engine | |----------|-----------|--------| | 1 | ELEVENLABS_API_KEY set | ElevenLabs (highest quality) | | 2 | OPENAI_API_KEY set | OpenAI TTS | | 3 | Neither set | macOS say (zero dependencies) |
API-based engines save a timestamped .mp3 to ~/.agent-speak/audio/.
**bold**, - bullets, code )Other measured skills in the registry, with their headline benchmark lift.