/install lovefromio-voice-wake-say
Voice Wake Say
Overview
Use macOS say to read the assistant's response out loud whenever the conversation came from Voice Wake/voice recognition. Do not use the tts tool (it calls cloud providers).
When to Use say (CHECK EVERY MESSAGE INDIVIDUALLY)
IF the user message STARTS WITH: User talked via voice recognition
- Step 1: Acknowledge with
sayfirst (so the user knows you heard them) - Step 2: Then perform the task
- Step 3: Optionally speak again when done if it makes sense
IF the user message does NOT start with that exact phrase
- THEN: Do NOT use
say. Text-only response only.
Critical:
- Check EACH message individually — context does NOT carry over
- The trigger phrase must be at the VERY START of the message
- For tasks that take time, acknowledge FIRST so the user knows you're working
Workflow
- Detect Voice Wake context
- Trigger ONLY when the latest user/system message STARTS WITH
User talked via voice recognition - If the message instructs "repeat prompt first", keep that behavior in the response.
- Prepare spoken text
- Use the final response text as the basis.
- Strip markdown/code blocks; if the response is long or code-heavy, speak a short summary and mention that details are on screen.
- Speak with
say(local macOS TTS)
printf '%s' "$SPOKEN_TEXT" | say
Optional controls (use only if set):
printf '%s' "$SPOKEN_TEXT" | say -v "$SAY_VOICE"
printf '%s' "$SPOKEN_TEXT" | say -r "$SAY_RATE"
Failure handling
- If
sayis unavailable or errors, still send the text response and note that TTS failed.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install lovefromio-voice-wake-say - 安装完成后,直接呼叫该 Skill 的名称或使用
/lovefromio-voice-wake-say触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Lovefromio 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 插件,目前累计下载 44 次。
如何安装 Lovefromio Voice Wake Say?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install lovefromio-voice-wake-say」即可一键安装,无需额外配置。
Lovefromio Voice Wake Say 是免费的吗?
是的,Lovefromio Voice Wake Say 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Lovefromio Voice Wake Say 支持哪些平台?
Lovefromio Voice Wake Say 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Lovefromio Voice Wake Say?
由 AI(@lovefromio)开发并维护,当前版本 v1.0.0。