Help us improve
Share bugs, ideas, or general feedback.
From terminal
Provides macOS text-to-speech via native `say` command: speak text with voice/rate, list voices by language, save speech to .aiff/.m4a files.
npx claudepluginhub nathanvale/side-quest-marketplace-old --plugin terminalHow this skill is triggered — by the user, by Claude, or both
Slash command
/terminal:sayThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
macOS text-to-speech using the native `say` command.
Uses macOS text-to-speech for agent narration and announcements, assigning distinct premium voices to sub-agents in multi-agent workflows.
Generates realistic AI text-to-speech audio using Google Gemini TTS, ElevenLabs, and OpenAI TTS. Supports multi-speaker dialogues, podcasts, audiobooks, and voiceovers.
Generate audio content — text-to-speech, podcasts, voice cloning, sound effects, speech-to-speech, dubbing, and audio isolation. Currently powered by ElevenLabs. Works with both the Python SDK and the ElevenLabs CLI. Includes ready-to-run generator scripts that Claude writes to a temp file and executes directly. Triggers: audio, elevenlabs, text-to-speech, TTS, podcast, voice, voiceover, narration, voice clone, sound effects, dubbing, speech-to-speech, audio isolation.
Share bugs, ideas, or general feedback.
macOS text-to-speech using the native say command.
Use this skill when users want to:
| Tool | Description |
|---|---|
say_speak | Speak text with optional voice and rate |
say_list_voices | List voices, optionally filtered by language |
say_save_audio | Save speech to .aiff or .m4a file |
Speak text:
say_speak({ text: "Hello Nathan", voice: "Samantha" })
List English voices:
say_list_voices({ language: "en" })
Save to file:
say_save_audio({ text: "Intro", output: "intro.m4a", voice: "Daniel" })
| Voice | Language | Notes |
|---|---|---|
| Samantha | en_US | Premium, natural |
| Alex | en_US | Premium, natural |
| Daniel | en_GB | British accent |
| Karen | en_AU | Australian accent |
| Albert | en_US | Fun, robotic |