# Send Voice Wake Say TTS Responses (Native) to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawdbot-skill-voice-wake-say",
    "name": "Voice Wake Say TTS Responses (Native)",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/xadenryan/clawdbot-skill-voice-wake-say",
    "canonicalUrl": "https://clawhub.ai/xadenryan/clawdbot-skill-voice-wake-say",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/clawdbot-skill-voice-wake-say",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawdbot-skill-voice-wake-say",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "clawdbot-skill-voice-wake-say",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T17:49:23.486Z",
      "expiresAt": "2026-05-08T17:49:23.486Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawdbot-skill-voice-wake-say",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawdbot-skill-voice-wake-say",
        "contentDisposition": "attachment; filename=\"clawdbot-skill-voice-wake-say-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "clawdbot-skill-voice-wake-say"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/clawdbot-skill-voice-wake-say"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawdbot-skill-voice-wake-say",
    "downloadUrl": "https://openagent3.xyz/downloads/clawdbot-skill-voice-wake-say",
    "agentUrl": "https://openagent3.xyz/skills/clawdbot-skill-voice-wake-say/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawdbot-skill-voice-wake-say/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawdbot-skill-voice-wake-say/agent.md"
  }
}
```
## Documentation

### 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 on m3

Step 1: Acknowledge with say first (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 on m3
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 say is unavailable or errors, still send the text response and note that TTS failed.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: xadenryan
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T17:49:23.486Z
- Expires at: 2026-05-08T17:49:23.486Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/clawdbot-skill-voice-wake-say)
- [Send to Agent page](https://openagent3.xyz/skills/clawdbot-skill-voice-wake-say/agent)
- [JSON manifest](https://openagent3.xyz/skills/clawdbot-skill-voice-wake-say/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/clawdbot-skill-voice-wake-say/agent.md)
- [Download page](https://openagent3.xyz/downloads/clawdbot-skill-voice-wake-say)