KS
Killer-Skills

sherpa-onnx-tts — how to use sherpa-onnx-tts how to use sherpa-onnx-tts, sherpa-onnx-tts install, sherpa-onnx-tts setup guide, what is sherpa-onnx-tts, sherpa-onnx-tts alternative, sherpa-onnx-tts vs OpenClaw, local TTS solutions, offline CLI text-to-speech, sherpa-onnx-tts configuration

v1.0.0
GitHub

About this Skill

Ideal for Voice Assistant Agents requiring advanced local text-to-speech capabilities using OpenClaw offline CLI. sherpa-onnx-tts is a skill that provides local text-to-speech functionality using the sherpa-onnx offline CLI, enabling enhanced subagent orchestration for OpenClaw.

Features

Utilizes the sherpa-onnx offline CLI for local TTS functionality
Supports context sharing for enhanced subagent orchestration
Enables event-driven and parallel execution for efficient processing
Requires downloading the runtime for the user's OS, extracting into ~/.openclaw/tools/sherpa-onnx-tts/runtime
Needs a voice model download, extracting into ~/.openclaw/tools/sherpa-onnx-tts/models
Involves updating ~/.openclaw/openclaw.json for configuration

# Core Topics

Heldinhow Heldinhow
[0]
[0]
Updated: 3/7/2026

Quality Score

Top 5%
48
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add Heldinhow/openclaw-swarm/sherpa-onnx-tts

Agent Capability Analysis

The sherpa-onnx-tts MCP Server by Heldinhow is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use sherpa-onnx-tts, sherpa-onnx-tts install, sherpa-onnx-tts setup guide.

Ideal Agent Persona

Ideal for Voice Assistant Agents requiring advanced local text-to-speech capabilities using OpenClaw offline CLI.

Core Value

Empowers agents to utilize local text-to-speech functionality with context sharing, event-driven, and parallel execution using the sherpa-onnx-tts skill, supporting voice models and OpenClaw runtime for seamless integration.

Capabilities Granted for sherpa-onnx-tts MCP Server

Generating voice outputs for local applications
Implementing event-driven text-to-speech for real-time interactions
Utilizing parallel execution for efficient voice processing

! Prerequisites & Limits

  • Requires download and installation of OpenClaw runtime and voice models
  • Needs configuration of ~/.openclaw/openclaw.json file
  • Limited to local text-to-speech functionality using sherpa-onnx-tts
Project
SKILL.md
1.2 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

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
1{ 2 skills: { 3 entries: { 4 "sherpa-onnx-tts": { 5 env: { 6 SHERPA_ONNX_RUNTIME_DIR: "~/.openclaw/tools/sherpa-onnx-tts/runtime", 7 SHERPA_ONNX_MODEL_DIR: "~/.openclaw/tools/sherpa-onnx-tts/models/vits-piper-en_US-lessac-high", 8 }, 9 }, 10 }, 11 }, 12}

The wrapper lives in this skill folder. Run it directly, or add the wrapper to PATH:

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

Usage

bash
1{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."

Related Skills

Looking for an alternative to sherpa-onnx-tts or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication