sherpa-onnx-tts

Generate speech audio locally from text using Sherpa-ONNX runtime.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/cogpy/clawcog --skill sherpa-onnx-tts-cogpy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sherpa-onnx-tts
Source: https://github.com/cogpy/clawcog/tree/main/skills/sherpa-onnx-tts
Command: npx skills add https://github.com/cogpy/clawcog --skill sherpa-onnx-tts-cogpy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a completely offline text-to-speech (TTS) solution, eliminating the need for cloud services and ensuring privacy and speed.

Core Features & Use Cases

  • Local TTS: Generates speech audio directly on your device using the Sherpa-ONNX runtime.
  • Privacy-Focused: No data is sent to external servers, making it ideal for sensitive information.
  • Cross-Platform: Supports macOS, Linux, and Windows.
  • Use Case: Convert meeting notes or important documents into audio files for listening on the go, without requiring an internet connection.

Quick Start

Use the sherpa-onnx-tts skill to convert the text "This is a test of local text to speech" into an audio file named output.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 speech audio offline from text locally?▼

You can generate speech audio offline by running text-to-speech synthesis locally on your device. This skill uses the Sherpa-ONNX runtime to convert text inputs into audio files without requiring an internet connection.

Can I use local text-to-speech on macOS, Linux, and Windows?▼

Yes, local text-to-speech is supported across macOS, Linux, and Windows. The skill works cross-platform as long as the Sherpa-ONNX runtime is properly configured on your operating system.

Do I need an internet connection for offline text-to-speech synthesis?▼

No, an internet connection is not required for offline text-to-speech synthesis. All audio generation happens directly on your device using pre-downloaded voice models, ensuring privacy and preventing data from being sent to external servers.

What do I need to configure to set up the Sherpa-ONNX runtime for audio generation?▼

To set up the Sherpa-ONNX runtime for audio generation, you must configure the runtime and model directories. This setup is completed by providing the necessary paths via environment variables or command-line flags before synthesis.

What is the best way to convert meeting notes into audio files without cloud services?▼

The best way to convert meeting notes into audio files without cloud services is using a local TTS solution. This skill processes your text inputs entirely offline to create audio files for listening on the go.

Are pre-downloaded voice models required for local TTS?▼

Yes, pre-downloaded voice models are required for local TTS. The skill relies on these models alongside the Sherpa-ONNX runtime to perform offline audio generation directly on your hardware.