say
PassAudited by VirusTotal on May 12, 2026.
Overview
Type: OpenClaw Skill Name: say Version: 1.0.2 The skill bundle is benign. It provides instructions and examples for using macOS's `say` command for text-to-speech, including converting output with `ffmpeg`. The `SKILL.md` content is purely instructional and does not contain any prompt injection attempts, data exfiltration, persistence mechanisms, or other malicious code. The use of `defaults write` is for legitimately configuring the system's text-to-speech language, which is directly relevant to the skill's stated purpose.
Findings (0)
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.
