Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use when the user invokes /vocal to enable auto-speak mode for the current session
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | -61% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 81% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 40% | 0% |
| case-18 | ✗→✓ | ▲ Improved | -71% | 0% |
| case-13 | ✓→✗ | ▼ Worse | -53% | 0% |
Auto-speak mode is now active for this session.
After each response, judge which mode applies:
Use for task completions, final answers, explanations, insights, analysis, summaries, recommendations.
run.sh (located at ../speak/run.sh relative to this skill):bashecho "narration text" | <speak-skill-directory>/run.sh &>/dev/null &
Narration Text:
--------------
<the narration text>
Hear it? (y)y, play the most recent .mp3 from ~/.agent-speak/audio/:bash# macOS afplay "$(ls -t ~/.agent-speak/audio/*.mp3 | head -1)" # Linux mpg123 "$(ls -t ~/.agent-speak/audio/*.mp3 | head -1)"
Other measured skills in the registry, with their headline benchmark lift.