@openclaw/sherpa-onnx-tts
Local text-to-speech via sherpa-onnx (offline, no cloud)
Install
Add @openclaw/sherpa-onnx-tts to Claude Code with the PolySkill CLI: polyskill add @openclaw/sherpa-onnx-tts
Instructions
# sherpa-onnx-tts Local TTS using the sherpa-onnx offline CLI. ## Install 1. Download the runtime for your OS (extracts into `~/.openclaw/tools/sherpa-onnx-tts/runtime`) 2. Download a voice model (extracts into `~/.openclaw/tools/sherpa-onnx-tts/models`) Update `~/.openclaw/openclaw.json`: ```json5 { skills: { entries: { "sherpa-onnx-tts": { env: { SHERPA_ONNX_RUNTIME_DIR: "~/.openclaw/tools/sherpa-onnx-tts/runtime", SHERPA_ONNX_MODEL_DIR: "~/.openclaw/tools/sherpa-onnx-tts/models/vits-piper-en_US-lessac-high", }, }, }, }, } ``` The wrapper lives in this skill folder. Run it directly, or add…
Keywords: text-to-speech, tts, offline, local