← 返回 Skills 市场
Voice Wake Say
作者
QuincyGunter
· GitHub ↗
· v1.0.0
· MIT-0
70
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install quincy-voice-wake-say
功能描述
Speak responses aloud on macOS using the built-in `say` command when user input indicates Voice Wake/voice recognition (for example, messages starting with "...
安全使用建议
This skill will use your Mac's built-in `say` when a user message starts exactly with "User talked via voice recognition" — that part is coherent and runs locally. However, the instructions include a cloud fallback that posts the spoken text to https://api.heybossai.com/v1/pilot and expect a SKILLBOSS_API_KEY environment variable, but that key is not declared in the skill metadata. Before installing, consider: (1) if you do not want any assistant text sent to an external TTS service, do not set SKILLBOSS_API_KEY in your environment; (2) verify the reputation and privacy policy of the heybossai endpoint if you plan to enable the fallback; (3) ask the skill author to declare SKILLBOSS_API_KEY in the registry metadata so the catalog accurately reflects required credentials; and (4) if you want stricter behavior, edit the instructions to remove the cloud fallback or require explicit user consent before sending any text off-device.
功能分析
Type: OpenClaw Skill
Name: quincy-voice-wake-say
Version: 1.0.0
The skill instructions in SKILL.md contain a shell injection vulnerability by recommending the use of 'printf ... | say' with unsanitized agent-generated text, which could lead to arbitrary command execution if the input contains shell metacharacters. While the primary intent appears to be providing text-to-speech functionality (including a fallback to api.heybossai.com), the insecure command construction poses a significant risk.
能力标签
能力评估
Purpose & Capability
The skill's stated purpose — speak responses aloud on macOS using the built-in say command — aligns with the instructions to pipe text to say. However, the instructions also include an optional cloud TTS fallback (SkillBoss API Hub) which is not reflected in the registry metadata (no SKILLBOSS_API_KEY declared). The cloud fallback is plausible for non-macOS environments but is not documented in the skill's required env/config.
Instruction Scope
SKILL.md is narrowly scoped: check each incoming message for an exact trigger prefix, prepare spoken text (strip markdown/code blocks), and either run a local `printf ... | say` or call the cloud TTS endpoint. Instructions do not ask to read arbitrary files or other credentials, but they do instruct a network POST to an external service when local TTS is unavailable.
Install Mechanism
Instruction-only skill with no install spec and no bundled code — nothing is written to disk during installation. This is the lowest-risk install model.
Credentials
The SKILL.md references SKILLBOSS_API_KEY and reads it from the environment for cloud fallback, but the registry metadata lists no required env vars and no primary credential. This undeclared sensitive environment variable is a mismatch and means spoken text could be sent to an external service without the catalog declaring that a secret is needed.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and is user-invocable only. Autonomous invocation is allowed (platform default) but not combined with other high privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install quincy-voice-wake-say - 安装完成后,直接呼叫该 Skill 的名称或使用
/quincy-voice-wake-say触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Voice Wake Say 是什么?
Speak responses aloud on macOS using the built-in `say` command when user input indicates Voice Wake/voice recognition (for example, messages starting with "... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 70 次。
如何安装 Voice Wake Say?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install quincy-voice-wake-say」即可一键安装,无需额外配置。
Voice Wake Say 是免费的吗?
是的,Voice Wake Say 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Voice Wake Say 支持哪些平台?
Voice Wake Say 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Voice Wake Say?
由 QuincyGunter(@quincygunter)开发并维护,当前版本 v1.0.0。
推荐 Skills