Agent skill · AI & Agents

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/ai-ml/speak-response-tdimino-claude-code-minoan/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Quick Examples
  2. Default: Oracle Voice
  3. Limitation
  4. Preset Speakers (--preset)
  5. Quick Preset Examples
  6. Custom Voice Instructions
  7. Mood Presets (Shortcuts)
  8. Speakers
  9. Workflow
  10. Execution
  11. Voice Cloning (Custom Voices)
  12. Voice Design (Create New Voices)
Ships with 1 file
  • metadata.json
Commands it runs
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"
More from claude-skill-registry
All skills →
About this skill
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.

Keep going