# Kokoro Tts

> Use this skill when the user wants to generate speech from text locally

- Skill: `javimosch/kokoro-tts` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/kokoro-tts`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/kokoro-tts/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/kokoro-tts

---


# 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

