← Back to Skills Marketplace
fredguile

Kittentts

by Fred Ghilini · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
30
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install kittentts
Description
Generate local TTS audio using the KittenTTS model with selectable voices and multiple model sizes for balance of quality and speed.
README (SKILL.md)

KittenTTS Skill

Génère des réponses audio TTS localement avec le modèle KittenTTS.

Installation

pip install https://github.com/KittenML/KittenTTS/releases/download/0.8.1/kittentts-0.8.1-py3-none-any.whl soundfile

Utilisation

from kittentts import KittenTTS

# Charger le modèle (nano = plus léger, mini = meilleure qualité)
model = KittenTTS("KittenML/kitten-tts-nano-0.8-int8")

# Générer audio
audio = model.generate("Bonjour Fred !", voice="Bella")

# Sauvegarder
model.generate_to_file("Bonjour Fred !", "output.wav", voice="Luna")

Voix disponibles

  • Luna (défaut)
  • Bella
  • Jasper
  • Luna
  • Bruno
  • Rosie
  • Hugo
  • Kiki
  • Leo

Modèles

Modèle Paramètres Taille
nano-int8 15M 25 MB
nano 15M 56 MB
micro 40M 41 MB
mini 80M 80 MB

Outil kittentts

Un wrapper CLI est disponible à la racine du workspace :

python kittentts_cli.py "Ton texte ici" --voice Luna --output audio.wav

Note: Le venv se trouve dans skills/kittentts/.venv/

Intégration OpenClaw

Pour utiliser avec l'outil tts d'OpenClaw, le skill génère le fichier audio et le tool tts l'envoie automatiquement sur Telegram.

Usage Guidance
Install only if you are comfortable with generated speech audio being sent through Telegram. Do not use it for confidential text unless you have checked the skill's configuration and know exactly which Telegram account or chat receives the audio.
Capability Assessment
Purpose & Capability
The reported behavior of sending generated audio through Telegram is coherent with a TTS or messaging integration, but it can expose whatever text was converted to speech.
Instruction Scope
SkillSpector flagged that the Telegram forwarding behavior is documented but may not be framed as an explicit consent boundary; this is a disclosure-quality issue rather than evidence of deception.
Install Mechanism
No artifact-backed evidence was provided or found showing a deceptive installer, hidden package install, or unrelated setup behavior.
Credentials
Network transfer to Telegram is proportionate for a Telegram audio workflow, but users should avoid synthesizing sensitive text unless they intend the resulting audio to be sent externally.
Persistence & Privilege
No evidence indicates persistence, privilege escalation, credential theft, broad local indexing, or background execution beyond the stated integration behavior.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install kittentts
  3. After installation, invoke the skill by name or use /kittentts
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of KittenTTS Skill: - Generates local TTS audio responses using the KittenTTS model. - Provides Python and CLI usage instructions. - Supports multiple voice options (e.g., Luna, Bella, Jasper). - Offers several model sizes for different quality/performance needs. - Integrates with OpenClaw for Telegram audio output.
Metadata
Slug kittentts
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Kittentts?

Generate local TTS audio using the KittenTTS model with selectable voices and multiple model sizes for balance of quality and speed. It is an AI Agent Skill for Claude Code / OpenClaw, with 30 downloads so far.

How do I install Kittentts?

Run "/install kittentts" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Kittentts free?

Yes, Kittentts is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Kittentts support?

Kittentts is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Kittentts?

It is built and maintained by Fred Ghilini (@fredguile); the current version is v1.0.0.

💬 Comments