← 返回 Skills 市场
deichmann181

Sherpa Onnx Tts Local

作者 deichmann181 · GitHub ↗ · v1.0.0 · MIT-0
darwinlinuxwin32 ✓ 安全检测通过
79
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install sherpa-onnx-tts-local
功能描述
Local text-to-speech via sherpa-onnx (offline, no cloud)
使用说明 (SKILL.md)

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:

{
  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 the wrapper to PATH:

export PATH="{baseDir}/bin:$PATH"

Usage

{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.
  • If the model dir has multiple .onnx files, set SHERPA_ONNX_MODEL_FILE or pass --model-file.
  • You can also pass --tokens-file or --data-dir to override the defaults.
  • Windows: run node {baseDir}\\bin\\sherpa-onnx-tts -o tts.wav "Hello from local TTS."
安全使用建议
This skill is reasonable for local text-to-speech if you are comfortable installing sherpa-onnx runtime/model archives from GitHub. Verify the download source, confirm the missing wrapper file is present and trusted before adding it to PATH or running it, and configure the runtime/model environment variables to local directories you control.
功能分析
Type: OpenClaw Skill Name: sherpa-onnx-tts-local Version: 1.0.0 The skill facilitates local text-to-speech functionality by downloading official, pre-compiled binaries and models from the legitimate k2-fsa/sherpa-onnx GitHub repository. The instructions in SKILL.md are consistent with the stated purpose, and no evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Coherent with stated purpose: SKILL.md says 'Local TTS using the sherpa-onnx offline CLI.' The 'offline' behavior appears to refer to TTS use after setup, because SKILL.md also instructs users to download runtime and model archives.
Instruction Scope
The instructions are user-directed setup and usage examples; there are no artifact-backed instructions to override user intent, run automatically, or keep operating in the background.
Install Mechanism
SKILL.md contains embedded download/extract entries for GitHub archives, while the registry-level install section says 'No install spec — this is an instruction-only skill.' The artifacts also do not show checksum or signature verification for the downloaded archives.
Credentials
Required environment variables are scoped to local runtime/model directories: SKILL.md requires 'SHERPA_ONNX_RUNTIME_DIR' and 'SHERPA_ONNX_MODEL_DIR' and points them under '~/.openclaw/tools/sherpa-onnx-tts/'.
Persistence & Privilege
Persistence is limited to installed runtime/model files and optional PATH configuration; no background service, credential use, elevated privilege, or account access is described.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sherpa-onnx-tts-local
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sherpa-onnx-tts-local 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of sherpa-onnx-tts-local - Provides offline, local text-to-speech using sherpa-onnx CLI. - Supports macOS, Linux, and Windows. - Installs platform-specific runtimes and a default English (US, Lessac) model. - Requires configuring environment variables for runtime and model paths. - CLI wrapper included for easy TTS synthesis without cloud dependencies.
元数据
Slug sherpa-onnx-tts-local
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Sherpa Onnx Tts Local 是什么?

Local text-to-speech via sherpa-onnx (offline, no cloud). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 79 次。

如何安装 Sherpa Onnx Tts Local?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install sherpa-onnx-tts-local」即可一键安装,无需额外配置。

Sherpa Onnx Tts Local 是免费的吗?

是的,Sherpa Onnx Tts Local 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Sherpa Onnx Tts Local 支持哪些平台?

Sherpa Onnx Tts Local 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。

谁开发了 Sherpa Onnx Tts Local?

由 deichmann181(@deichmann181)开发并维护,当前版本 v1.0.0。

💬 留言讨论