sherpa-onnx-tts
Local text-to-speech via sherpa-onnx (offline, no cloud)
npx skills add Health-Yang/MineEcho --skill sherpa-onnx-tts --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# sherpa-onnx-tts Local TTS using the sherpa-onnx offline CLI. ## Install 1. Download the runtime for your OS (extracts into `$OPENCLAW_STATE_DIR/tools/sherpa-onnx-tts/runtime`, default `~/.openclaw/tools/sherpa-onnx-tts/runtime`) 2. Download a voice model (extracts into `$OPENCLAW_STATE_DIR/tools/sherpa-onnx-tts/models`, default `~/.openclaw/tools/sherpa-onnx-tts/models`) Resolve the active state directory first: ```bash STATE_DIR="${OPENCLAW_STATE_DIR:-$HOME/.openclaw}" ``` Then write those resolved paths into the active OpenClaw config file (`$OPENCLAW_CONFIG_PATH`, default `~/.openclaw/openclaw.json`): ```json5 { skills: { entries: { "sherpa-onnx-tts": { env: { SHERPA_ONNX_RUNTIME_DIR: "/path/to/your/state-dir/tools/sherpa-onnx-tts/runtime", SHERPA_ONNX_MODEL_DIR: "/path/to/your/state-dir/tools/sherpa-onnx-tts/models/vits-piper-en_US-lessac-high", }, }, }, }, } ``` The wrapper lives in this skill folder. Run it directly, or add the wrapper to PATH: ```bash export PATH="{baseDir}/bin:$PATH" ``` ## Usage ```bash {baseDir}/bin/sherpa-onnx-tts -o ./tts.wav "Hello from local TTS." ``` Notes: - Pick a different model from the sherpa-onnx `tts-models` release if you want another voice
- Install
- Usage
What does the sherpa-onnx-tts skill do?
Local text-to-speech via sherpa-onnx (offline, no cloud)
How do I install it?
Run `npx skills add Health-Yang/MineEcho --skill sherpa-onnx-tts --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From Health-Yang/MineEcho, a repository with 248 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
