sherpa-onnx-tts — community sherpa-onnx-tts, openclaw-swarm, community, ide skills

v1.0.0

About this Skill

Ideal for Voice Assistant Agents requiring advanced local text-to-speech capabilities using OpenClaw offline CLI. Local text-to-speech via sherpa-onnx (offline, no cloud)

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

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Locale and body language aligned
Review Score
7/11
Quality Score
48
Canonical Locale
en
Detected Body Locale
en

Ideal for Voice Assistant Agents requiring advanced local text-to-speech capabilities using OpenClaw offline CLI. Local text-to-speech via sherpa-onnx (offline, no cloud)

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.

Ideal Agent Persona

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

Capabilities Granted for sherpa-onnx-tts

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

Why this page is reference-only

  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is sherpa-onnx-tts?

Ideal for Voice Assistant Agents requiring advanced local text-to-speech capabilities using OpenClaw offline CLI. Local text-to-speech via sherpa-onnx (offline, no cloud)

How do I install sherpa-onnx-tts?

Run the command: npx killer-skills add Heldinhow/openclaw-swarm. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for sherpa-onnx-tts?

Key use cases include: Generating voice outputs for local applications, Implementing event-driven text-to-speech for real-time interactions, Utilizing parallel execution for efficient voice processing.

Which IDEs are compatible with sherpa-onnx-tts?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for sherpa-onnx-tts?

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.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add Heldinhow/openclaw-swarm. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use sherpa-onnx-tts immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

sherpa-onnx-tts

Install sherpa-onnx-tts, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

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 another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer