Use this skill when the user wants to generate speech from text locally
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-7578bc50)More formats (shields.io, HTML) on the badges page.
---
name: kokoro-tts
description: Use this skill when the user wants to generate speech from text locally
---
# Kokoro-tts Plugin
generate speech from text locally
## Commands
- `kokoro-tts self version` — Print kokoro-tts version
- `kokoro-tts _ _` — Passthrough to kokoro-tts CLI
## Usage Examples
- "Convert this text to speech"
- "Generate audio from text file"
- "Create TTS output in MP3"
## Installation
```bash
pip install kokoro-tts
```
## Examples
```bash
kokoro-tts "Hello world" --output hello.mp3
kokoro-tts --file input.txt --output speech.wav
kokoro-tts --voice female --text "Welcome" --format mp3
```
## Key Features
- Fast local TTS engine
- Multiple voice options
- Multiple output formats
- No cloud dependency
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!