{
  "schemaVersion": "1.0",
  "item": {
    "slug": "beware-piper-tts",
    "name": "Piper TTS",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/bewareofddog/beware-piper-tts",
    "canonicalUrl": "https://clawhub.ai/bewareofddog/beware-piper-tts",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/beware-piper-tts",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=beware-piper-tts",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/piper-speak.sh",
      "scripts/setup-piper.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/beware-piper-tts"
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/beware-piper-tts",
    "agentPageUrl": "https://openagent3.xyz/skills/beware-piper-tts/agent",
    "manifestUrl": "https://openagent3.xyz/skills/beware-piper-tts/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/beware-piper-tts/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Piper TTS — Local Voice Messages",
        "body": "Generate voice messages using Piper, a fast local TTS engine. Zero cloud calls, zero cost, zero API keys."
      },
      {
        "title": "Setup",
        "body": "If Piper is not installed, run the setup script:\n\nscripts/setup-piper.sh\n\nThis installs piper-tts via pip and downloads a default voice (en_US-kusal-medium)."
      },
      {
        "title": "Generating Voice Messages",
        "body": "Use scripts/piper-speak.sh to generate and deliver voice:\n\nscripts/piper-speak.sh \"<text>\" [voice]\n\ntext: The text to speak (required)\nvoice: Piper voice name (default: en_US-kusal-medium)\n\nThe script outputs an MP3 path. Include it in your reply as:\n\n[[audio_as_voice]]\nMEDIA:<path-to-mp3>\n\nThis delivers the audio as a native voice message on supported channels (Telegram, Discord, etc.)."
      },
      {
        "title": "Example Workflow",
        "body": "User asks: \"Tell me a joke as audio\"\nRun: scripts/piper-speak.sh \"Why do programmers prefer dark mode? Because light attracts bugs!\"\nGet MP3 path from output\nReply with [[audio_as_voice]] + MEDIA:<path>"
      },
      {
        "title": "Available Voices",
        "body": "After setup, download additional voices:\n\nscripts/setup-piper.sh --voice en_US-ryan-high\nscripts/setup-piper.sh --voice en_GB-northern_english_male-medium\n\nPopular voices:\n\nen_US-kusal-medium — Clear male voice (default, recommended)\nen_US-ryan-high — High quality US male\nen_US-hfc_male-medium — US male\nen_GB-northern_english_male-medium — British male\nBrowse all: https://huggingface.co/rhasspy/piper-voices"
      },
      {
        "title": "Important Notes",
        "body": "Speed: Local generation is ~0.5-1s. Much faster than cloud TTS.\nNo API keys: Works completely offline after setup.\nPlatform: macOS (Apple Silicon + Intel), Linux. Requires Python 3.9+.\nDo NOT set messages.tts.auto: \"always\" in OpenClaw config — it makes every response slow. Keep TTS on-demand."
      }
    ],
    "body": "Piper TTS — Local Voice Messages\n\nGenerate voice messages using Piper, a fast local TTS engine. Zero cloud calls, zero cost, zero API keys.\n\nSetup\n\nIf Piper is not installed, run the setup script:\n\nscripts/setup-piper.sh\n\n\nThis installs piper-tts via pip and downloads a default voice (en_US-kusal-medium).\n\nGenerating Voice Messages\n\nUse scripts/piper-speak.sh to generate and deliver voice:\n\nscripts/piper-speak.sh \"<text>\" [voice]\n\ntext: The text to speak (required)\nvoice: Piper voice name (default: en_US-kusal-medium)\n\nThe script outputs an MP3 path. Include it in your reply as:\n\n[[audio_as_voice]]\nMEDIA:<path-to-mp3>\n\n\nThis delivers the audio as a native voice message on supported channels (Telegram, Discord, etc.).\n\nExample Workflow\nUser asks: \"Tell me a joke as audio\"\nRun: scripts/piper-speak.sh \"Why do programmers prefer dark mode? Because light attracts bugs!\"\nGet MP3 path from output\nReply with [[audio_as_voice]] + MEDIA:<path>\nAvailable Voices\n\nAfter setup, download additional voices:\n\nscripts/setup-piper.sh --voice en_US-ryan-high\nscripts/setup-piper.sh --voice en_GB-northern_english_male-medium\n\n\nPopular voices:\n\nen_US-kusal-medium — Clear male voice (default, recommended)\nen_US-ryan-high — High quality US male\nen_US-hfc_male-medium — US male\nen_GB-northern_english_male-medium — British male\nBrowse all: https://huggingface.co/rhasspy/piper-voices\nImportant Notes\nSpeed: Local generation is ~0.5-1s. Much faster than cloud TTS.\nNo API keys: Works completely offline after setup.\nPlatform: macOS (Apple Silicon + Intel), Linux. Requires Python 3.9+.\nDo NOT set messages.tts.auto: \"always\" in OpenClaw config — it makes every response slow. Keep TTS on-demand."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/bewareofddog/beware-piper-tts",
    "publisherUrl": "https://clawhub.ai/bewareofddog/beware-piper-tts",
    "owner": "bewareofddog",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/beware-piper-tts",
    "downloadUrl": "https://openagent3.xyz/downloads/beware-piper-tts",
    "agentUrl": "https://openagent3.xyz/skills/beware-piper-tts/agent",
    "manifestUrl": "https://openagent3.xyz/skills/beware-piper-tts/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/beware-piper-tts/agent.md"
  }
}