← 返回 Skills 市场
10951
总下载
5
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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 "User talked via voice recognition on <device>").
安全使用建议
Install this only if you want voice-recognition-triggered responses spoken aloud on a Mac. Be mindful that spoken responses may be overheard, and the `repeat prompt first` wording is unusual, but the reviewed artifacts do not show malicious or high-impact behavior.
功能分析
Type: OpenClaw Skill
Name: voice-wake-say
Version: 1.0.1
The skill's primary function to use the local macOS `say` command for text-to-speech is benign, and the command execution (`printf '%s' "$SPOKEN_TEXT" | say`) is implemented safely. However, the `SKILL.md` file contains a critical instruction to the AI agent: "If the message instructs 'repeat prompt first', keep that behavior in the response." This instruction creates a significant prompt injection vulnerability, as it explicitly tells the agent to process and act upon arbitrary user-provided instructions embedded after the 'repeat prompt first' phrase, potentially allowing a malicious user to override the agent's intended behavior or security controls.
能力评估
Purpose & Capability
The stated purpose is to speak assistant responses aloud when a Voice Wake-style message is detected, and the only runtime capability shown is the disclosed local macOS `say` command.
Instruction Scope
Instructions are mostly scoped to messages starting with `User talked via voice recognition`; the `repeat prompt first` line is awkward and could confuse agent behavior, but it does not instruct prompt disclosure, policy bypass, exfiltration, or unrelated actions.
Install Mechanism
The artifact is instruction-only with a single SKILL.md file; no executable scripts, package installs, setup hooks, or hidden install behavior are present.
Credentials
macOS `say` usage is proportionate to the skill purpose, local-only, and explicitly avoids cloud TTS providers.
Persistence & Privilege
No persistence, background workers, credential access, network access, elevated privileges, or account mutation authority are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install voice-wake-say - 安装完成后,直接呼叫该 Skill 的名称或使用
/voice-wake-say触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Remove device-specific trigger (make generic)
元数据
常见问题
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 "User talked via voice recognition on <device>"). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 10951 次。
如何安装 Voice Wake Say?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install voice-wake-say」即可一键安装,无需额外配置。
Voice Wake Say 是免费的吗?
是的,Voice Wake Say 完全免费(开源免费),可自由下载、安装和使用。
Voice Wake Say 支持哪些平台?
Voice Wake Say 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Voice Wake Say?
由 xadenryan(@xadenryan)开发并维护,当前版本 v1.0.1。
推荐 Skills