sherpa-onnx-tts

Generate speech audio files locally with the sherpa-onnx engine.

10|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/wixette/clawnotes --skill sherpa-onnx-tts-wixette
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sherpa-onnx-tts
Source: https://github.com/wixette/clawnotes/tree/main/openclaw-snapshots/20260312/skills/sherpa-onnx-tts
Command: npx skills add https://github.com/wixette/clawnotes --skill sherpa-onnx-tts-wixette

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables local, offline text-to-speech generation without relying on cloud services, ensuring privacy and accessibility.

Core Features & Use Cases

  • Local TTS: Convert text into speech using the sherpa-onnx engine.
  • Offline Operation: Functions entirely without an internet connection.
  • Customizable Voices: Supports various voice models for different speech outputs.
  • Use Case: Generate audio files for presentations, accessibility tools, or personal projects directly on your machine.

Quick Start

Use the sherpa-onnx-tts skill to convert the text "Hello from local TTS." into an audio file named tts.wav.

Frequently Asked Questions about sherpa-onnx-tts

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate audio from text locally without an internet connection?▼

Offline text-to-speech synthesis converts text strings into audio files entirely on your local machine, ensuring privacy by operating without external network dependencies or cloud services.

What do I need to configure before running local text-to-speech generation?▼

Local text-to-speech generation requires pre-downloaded runtime and model directories. You must configure these paths using the SHERPA_ONNX_RUNTIME_DIR and SHERPA_ONNX_MODEL_DIR environment variables before execution.

Can I use custom voice models for offline audio generation?▼

Yes, offline audio generation supports customizable voices. You can supply and apply various pre-downloaded voice models to the engine to generate different speech outputs for your local files.

Does offline TTS work completely without cloud services?▼

Yes, offline TTS functions entirely without an internet connection, relying strictly on the local sherpa-onnx engine to synthesize speech, which ensures privacy and accessibility for sensitive applications.

What is the best way to create a wav file from text for a local project?▼

To create a wav file from text, use the local TTS engine to synthesize the input string and directly output the resulting speech audio into a named .wav file on your machine.

Why use offline text-to-speech instead of cloud-based APIs?▼

Offline text-to-speech is used instead of cloud APIs when absolute privacy is required, eliminating external dependencies and ensuring accessibility for applications generating speech without sending data over the network.