Claude-skill-registry-data macos-say

Use macOS text-to-speech via the `say` command for voice feedback, audio narration, and spoken output.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry-data
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry-data "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/macos-say" ~/.claude/skills/majiayu000-claude-skill-registry-data-macos-say && rm -rf "$T"
manifest: data/macos-say/SKILL.md
source content

macOS Say Command

Provide voice feedback using macOS's built-in

say
command.

Basic Usage

say "Hello, world"

Key Options

  • -v <voice>
    - Select voice (e.g., Samantha, Alex, Daniel)
  • -r <rate>
    - Words per minute (default ~175)
  • -o <file>
    - Output to audio file
  • -f <file>
    - Read text from file

Common Patterns

say "Task complete" & # Non-blocking notification say -v Daniel "Build finished" # Specific voice say -o out.m4a --data-format=aac "Save as audio"

List voices: say -v ?