speak-response
SolidVocalize Claude's last response using local Qwen3-TTS. Default voice is the Oracle (deep, resonant Dune narrator). Use --preset for emotion-controlled preset speakers.
Web & Frontend 41 stars
3 forks Updated yesterday MIT
Install
Quality Score: 87/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Speak Response
Vocalize text using local Qwen3-TTS. Default voice is the **Oracle** (cloned from a Dune narrator with deep, resonant, prophetic quality).
## Quick Examples
| Command | Effect |
|---------|--------|
| `/speak` | Last 2 sentences with Oracle voice |
| `/speak 5` | Last 5 sentences with Oracle voice |
| `/speak "The sleeper must awaken."` | Specific text with Oracle voice |
| `/speak --preset mood:warm` | Last 2 sentences with preset speaker + emotion |
| `/speak --preset "Hello" speaker:Vivian voice:"nurturing"` | Preset speaker with custom voice |
## Default: Oracle Voice
The oracle voice is a deep, resonant, prophetic voice cloned from a Dune narrator. It speaks all text with a sense of ancient wisdom and gravitas.
```bash
# Default usage - Oracle voice
scripts/speak.sh "The spice must flow."
scripts/speak.sh "He who controls the spice controls the universe."
```
### Limitation
The Oracle uses voice cloning (Base model), which does **not** support per-message instruction control. The voice characteristics are fixed. For emotion/mood control, use `--preset`.
## Preset Speakers (--preset)
For emotion and mood control, use `--preset` to switch to CustomVoice with adjustable instructions:
```bash
scripts/speak.sh --preset "<text>" [speaker] [instruction]
```
### Quick Preset Examples
```bash
# Calm therapeutic voice
scripts/speak.sh --preset "Take a deep breath." Vivian "calm, nurturing, gentle pace"
# Excited announcement
scripts/speak.sh --preset...
Details
- Author
- tdimino
- Repository
- tdimino/claude-code-minoan
- Created
- 7 months ago
- Last Updated
- yesterday
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
Data & Documents Listed
speak
Read Claude's replies aloud — on, off, stop, speed, voice, hold, play (TTS output, not dictation)
1 Updated yesterday
haraGADygyl AI & Automation Listed
voice
Terse user-facing register — limited vocabulary, doubled state-transition phrases, no hedging or editorializing. Use in the top-level conversation and for orchestrator user-facing inline status only.
24 Updated 2 weeks ago
rmzi AI & Automation Listed
speak
Speak text aloud through the VAPE avatar with lip sync (Kokoro TTS). Use when the user asks to speak, say, or read something aloud, or when you want to vocalize a response.
21 Updated 3 weeks ago
syahiidkamil