i18n/skills/content-pipeline/sherpa-onnx-tts/SKILL.md
基于 sherpa-onnx 的本地文本转语音(离线,无需云端)。支持多种语音模型,保护隐私且响应快速。
npx skillsauth add Jst-Well-Dan/Skill-Box 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.
使用 sherpa-onnx 离线命令行工具进行本地 TTS(文本转语音)。
~/.openclaw/tools/sherpa-onnx-tts/runtime)。~/.openclaw/tools/sherpa-onnx-tts/models)。更新 ~/.openclaw/openclaw.json 配置:
{
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",
},
},
},
},
}
封装脚本位于本技能文件夹内。可以直接运行,或将其添加至 PATH:
export PATH="{baseDir}/bin:$PATH"
{baseDir}/bin/sherpa-onnx-tts -o ./tts.wav "你好,这是来自本地的语音合成。"
注意事项:
tts-models 发布页选择不同的模型。.onnx 文件,请设置 SHERPA_ONNX_MODEL_FILE 环境变量或传递 --model-file 参数。--tokens-file 或 --data-dir 来覆盖默认设置。node {baseDir}\\bin\\sherpa-onnx-tts -o tts.wav "你好内容"。tools
Extract frames or short clips from videos using ffmpeg.
tools
Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.
tools
Toolkit for creating animated GIFs optimized for Slack, with validators for size constraints and composable animation primitives. This skill applies when users request animated GIFs or emoji animations for Slack from descriptions like "make me a GIF for Slack of X doing Y".
development
Best practices for Remotion - Video creation in React