当用户输入指示语音唤醒/语音识别时(例如,以“用户通过<设备>上的语音识别进行交谈”开头的消息),在 macOS 上使用内置的“say”命令大声说出响应。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install clawdbot-skill-voice-wake-say或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install clawdbot-skill-voice-wake-say⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/clawdbot-skill-voice-wake-say/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: voice-wake-say description: 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
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).
say (CHECK EVERY MESSAGE INDIVIDUALLY)IF the user message STARTS WITH: User talked via voice recognition on m3
say first (so the user knows you heard them)IF the user message does NOT start with that exact phrase
say. Text-only response only.Critical:
1) Detect Voice Wake context
User talked via voice recognition on m32) Prepare spoken text
3) 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"
say is unavailable or errors, still send the text response and note that TTS failed.安装 语音唤醒说 TTS 响应(本机) 后,可以对 AI 说这些话来触发它
Help me get started with Voice Wake Say TTS Responses (Native)
Explains what Voice Wake Say TTS Responses (Native) does, walks through the setup, and runs a quick demo based on your current project
Use Voice Wake Say TTS Responses (Native) to speak responses aloud on macOS using the built-in `say` command whe...
Invokes Voice Wake Say TTS Responses (Native) with the right parameters and returns the result directly in the conversation
What can I do with Voice Wake Say TTS Responses (Native) in my design & creative workflow?
Lists the top use cases for Voice Wake Say TTS Responses (Native), with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/clawdbot-skill-voice-wake-say/ 目录(个人级,所有项目可用),或 .claude/skills/clawdbot-skill-voice-wake-say/(项目级)。重启 AI 客户端后,用 /clawdbot-skill-voice-wake-say 主动调用,或让 AI 根据上下文自动发现并使用。
语音唤醒说 TTS 响应(本机) 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
语音唤醒说 TTS 响应(本机) 可免费安装使用。请查阅仓库了解许可证信息。
当用户输入指示语音唤醒/语音识别时(例如,以“用户通过<设备>上的语音识别进行交谈”开头的消息),在 macOS 上使用内置的“say”命令大声说出响应。
语音唤醒说 TTS 响应(本机) 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using Voice Wake Say TTS Responses (Native)
Identifies repetitive steps in your workflow and sets up Voice Wake Say TTS Responses (Native) to handle them automatically