typescript/skills/sherpa-onnx-tts/SKILL.md
Text-to-speech synthesis using sherpa-onnx for local, offline TTS.
npx skillsauth add kody-w/openrappter sherpa-onnx-ttsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Local text-to-speech synthesis using sherpa-onnx.
sherpa-onnx-offline-tts \
--vits-model=model.onnx \
--vits-tokens=tokens.txt \
--output-filename=/tmp/speech.wav \
"Hello, this is a test of text to speech."
sherpa-onnx-offline-tts \
--vits-model=model.onnx \
--vits-tokens=tokens.txt \
--vits-length-scale=0.8 \
--output-filename=/tmp/fast-speech.wav \
"Speaking faster now."
# macOS
afplay /tmp/speech.wav
# Linux
aplay /tmp/speech.wav
development
Get current weather and forecasts (no API key required).
tools
Send and receive WhatsApp messages via wacli command-line tool.
tools
Start and manage voice calls via the openrappter voice-call plugin.
content-media
Extract frames from video files using ffmpeg for analysis or processing.