say
PassAudited by ClawScan on May 1, 2026.
Overview
This skill is a straightforward macOS text-to-speech helper, with one notable point: some examples change the system TTS language preference.
This appears safe for its stated purpose. Before using the Siri voice examples, be aware that they may change your macOS speech language setting; otherwise, the skill is limited to local text-to-speech and audio conversion commands.
Findings (1)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Running the example can change the system text-to-speech language used by future `say` invocations and possibly other speech features until the preference is changed again.
The skill documents a command that changes a macOS speech preference so Siri voices can be used through the system default voice.
defaults write com.apple.speech.voice.prefs SystemTTSLanguage -string "de"
Use the `defaults write` examples only when you intend to change the system TTS language, and record your original setting if you may want to restore it later.
