text-to-speech
Installation
SKILL.md
Install the belt CLI skill:
npx skills add belt-sh/cli
Text-to-Speech
Convert text to natural speech via inference.sh CLI.

Quick Start
Requires inference.sh CLI (
belt). Install instructions
belt login
# Generate speech
belt app run infsh/kokoro-tts --input '{"text": "Hello, welcome to our product demo."}'
Related skills