← 返回 Skills 市场
tobihagemann

say

作者 tobihagemann · GitHub ↗ · v1.0.2
darwin ✓ 安全检测通过
743
总下载
0
收藏
2
当前安装
3
版本数
在 OpenClaw 中安装
/install say
功能描述
Text-to-Speech via macOS say command with Siri Natural Voices. Use for generating speech audio, TTS clips, or speaking text aloud on macOS.
安全使用建议
This skill is coherent for on-device macOS TTS: it expects the built-in 'say' binary and ffmpeg for format conversion. Be aware that following the instructions will change your user defaults (com.apple.speech.voice.prefs) to switch Siri voices/languages — this modifies system voice settings for your account and may affect other apps. Because it's instruction-only, nothing is installed by the skill itself, but the agent (if allowed to invoke the skill autonomously) could run those commands on your machine. If you want to limit surprises, run the commands manually first to confirm the behavior, ensure desired Siri voices are downloaded in System Settings, and only enable the skill if you accept that it may update your macOS speech preferences.
功能分析
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.
能力评估
Purpose & Capability
Name and description (macOS TTS via say/Siri voices) match the declared requirements (require 'say' and 'ffmpeg') and the SKILL.md content. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
Runtime instructions are focused on using say, switching the system TTS language via 'defaults write', listing voices, and converting AIFF to WAV with ffmpeg. The only noteworthy action is modifying macOS user defaults (com.apple.speech.voice.prefs), which is necessary to select Siri Natural Voices but will change user preferences — this is expected but could have side effects for the user's system voice settings.
Install Mechanism
No install spec and no code files; this is instruction-only, so nothing is written to disk by the skill itself. Low install risk.
Credentials
No environment variables or credentials are requested. The skill's access needs (local binaries 'say' and 'ffmpeg') are proportional to its purpose.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills. The only persistent change it suggests is writing user defaults to change the system TTS language/voice, which is within its scope.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install say
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /say 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Re-trigger security scan
v1.0.1
Add metadata: OS declaration (darwin), binary dependencies (say, ffmpeg), emoji
v1.0.0
Initial release: macOS TTS with Siri Natural Voices via system voice switching
元数据
Slug say
版本 1.0.2
许可证
累计安装 2
当前安装数 2
历史版本数 3
常见问题

say 是什么?

Text-to-Speech via macOS say command with Siri Natural Voices. Use for generating speech audio, TTS clips, or speaking text aloud on macOS. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 743 次。

如何安装 say?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install say」即可一键安装,无需额外配置。

say 是免费的吗?

是的,say 完全免费(开源免费),可自由下载、安装和使用。

say 支持哪些平台?

say 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin)。

谁开发了 say?

由 tobihagemann(@tobihagemann)开发并维护,当前版本 v1.0.2。

💬 留言讨论