AgentSkillsCN

Say Skill

Say Skill

SKILL.md

Say Skill

macOS text-to-speech using the native say command.

Use this skill when users want to:

  • Speak text aloud
  • List available voices
  • Save speech to audio files
  • Find voices by language

MCP Tools

ToolDescription
say_speakSpeak text with optional voice and rate
say_list_voicesList voices, optionally filtered by language
say_save_audioSave speech to .aiff or .m4a file

Usage Examples

Speak text:

code
say_speak({ text: "Hello Nathan", voice: "Samantha" })

List English voices:

code
say_list_voices({ language: "en" })

Save to file:

code
say_save_audio({ text: "Intro", output: "intro.m4a", voice: "Daniel" })

Popular Voices

VoiceLanguageNotes
Samanthaen_USPremium, natural
Alexen_USPremium, natural
Danielen_GBBritish accent
Karenen_AUAustralian accent
Alberten_USFun, robotic

Rate Guidelines

  • Default: ~175 words per minute
  • Slow: 100-150 WPM (for comprehension)
  • Fast: 200-250 WPM (for quick listening)