speak-response
Vocalize Claude's last response using local Qwen3-TTS. Default voice is the Oracle (deep, resonant Dune narrator). Use --preset for emotion-controlled preset speakers.
npx skills add majiayu000/claude-skill-registry --skill speak-response-tdimino-claude-code-minoan --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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 adj
- Quick Examples
- Default: Oracle Voice
- Limitation
- Preset Speakers (--preset)
- Quick Preset Examples
- Custom Voice Instructions
- Mood Presets (Shortcuts)
- Speakers
- Workflow
- Execution
- Voice Cloning (Custom Voices)
- Voice Design (Create New Voices)
Default usage - Oracle voice scripts/speak.sh "The spice must flow." scripts/speak.sh "He who controls the spice controls the universe." scripts/speak.sh --preset "<text>" [speaker] [instruction] Calm therapeutic voice scripts/speak.sh --preset "Take a deep breath." Vivian "calm, nurturing, gentle pace" Excited announcement scripts/speak.sh --preset "We did it!" Ryan "joyful, excited, enthusiastic" Serious explanation scripts/speak.sh --preset "This is important." Eric "serious, measured, emphatic"
What does the speak-response skill do?
Vocalize Claude's last response using local Qwen3-TTS. Default voice is the Oracle (deep, resonant Dune narrator). Use --preset for emotion-controlled preset speakers.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill speak-response-tdimino-claude-code-minoan --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
