kokoro-tts

Generate local text-to-speech audio with Kokoro TTS engine.

36|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/malue-ai/dazee-small --skill kokoro-tts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kokoro-tts
Source: https://github.com/malue-ai/dazee-small/tree/main/skills/library/kokoro-tts
Command: npx skills add https://github.com/malue-ai/dazee-small --skill kokoro-tts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires kokoro-onnx, soundfile, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a high-quality, local, and cost-free text-to-speech (TTS) solution, eliminating the need for API keys and external services.

Core Features & Use Cases

  • Offline TTS: Generate speech directly on your machine without internet connectivity.
  • Zero API Cost: Avoids per-use charges associated with cloud-based TTS services.
  • Multiple Voices: Offers a selection of distinct voices for different use cases (e.g., warm, professional, calm, energetic).
  • Use Case: Convert lengthy articles, emails, or documents into audio files for listening on the go, or for accessibility purposes, without incurring any costs.

Quick Start

Use the kokoro-tts skill to convert the text "Hello, this is a test." into an audio file named output.wav using the 'af_heart' voice.

Frequently Asked Questions about kokoro-tts

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

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

Generate speech locally without an internet connection by using the Kokoro TTS engine. It synthesizes high-quality audio directly on your machine, eliminating the need for cloud services or API keys while providing multiple distinct voices.

Can I convert long articles into audio files without incurring API costs?

Convert long articles into audio files without API costs by using offline text-to-speech. The system automatically segments lengthy text into sentences, ensuring continuous audio generation for documents, emails, and articles without per-use charges.

Does offline text-to-speech support multiple voices for different use cases?

Offline text-to-speech supports multiple voices for different use cases. You can select from distinct voice profiles, such as warm, professional, calm, or energetic, to match the specific tone required for your audio output.

What is the best way to handle continuous speech synthesis for lengthy text?

The best way to handle continuous speech synthesis for lengthy text is through sentence segmentation. The engine automatically divides long text into smaller sentences, processing them sequentially to maintain audio quality and flow.

Do I need an API key to synthesize speech on my local machine?

You do not need an API key to synthesize speech on your local machine. The local TTS engine operates entirely offline, removing the need for external service authentication and avoiding any associated per-use charges.

What dependencies are required to run kokoro-tts for speech synthesis?

Dependencies required to run kokoro-tts for speech synthesis include kokoro-onnx for the speech engine and soundfile for audio output. These components enable the local generation of high-quality WAV files from text.