clanker.net
PRODUCTIVITY inf-sh/skills

text-to-speech

Convert text to natural speech with DIA TTS, Kokoro, Chatterbox, and more via inference.sh CLI. Models: DIA TTS (conversational), Kokoro TTS, Chatterbox, Higgs Audio, VibeVoice (podcasts). Capabilities: text-to-speech, voice cloning, multi-speaker dialogue, podcast generation, expressive speech. Use for: voiceovers, audiobooks, podcasts, accessibility, video narration, IVR, voice assistants. Triggers: text to speech, tts, voice generation, ai voice, speech synthesis, voice over, generate speech, ai narrator, voice cloning, text to audio, elevenlabs alternative, voice ai, ai voiceover, speech generator, natural voice

PRODUCTIVITY
USE THIS SKILL

DOWNLOAD THE APP TO INSTALL AND USE /text-to-speech ON YOUR DEVICE

Scan to open on your device
QR code for text-to-speech Opens skill content in Expo Go
COMMAND
/text-to-speech
CATEGORY
Productivity
REPOSITORY
inf-sh/skills
COMMIT

SKILL PROMPT

--- name: text-to-speech description: "Convert text to natural speech with DIA TTS, Kokoro, Chatterbox, and more via inference.sh CLI. Models: DIA TTS (conversational), Kokoro TTS, Chatterbox, Higgs Audio, VibeVoice (podcasts). Capabilities: text-to-speech, voice cloning, multi-speaker dialogue, podcast generation, expressive speech. Use for: voiceovers, audiobooks, podcasts, accessibility, video narration, IVR, voice assistants. Triggers: text to speech, tts, voice generation, ai voice, speech synthesis, voice over, generate speech, ai narrator, voice cloning, text to audio, elevenlabs alternative, voice ai, ai voiceover, speech generator, natural voice" allowed-tools: Bash(infsh *) --- # Text-to-Speech Convert text to natural speech via [inference.sh](https://inference.sh) CLI. ![Text-to-Speech](https://cloud.inference.sh/u/4mg21r6ta37mpaz6ktzwtt8krr/01jz00krptarq4bwm89g539aea.png) ## Quick Start > Requires inference.sh CLI (`infsh`). Get installation instructions: `npx skills add inference-sh/skills@agent-tools` ```bash infsh login # Generate speech infsh app run infsh/kokoro-tts --input '{"text": "Hello, welcome to our product demo."}' ``` ## Available Models | Model | App ID | Best For | |-------|--------|----------| | DIA TTS | `infsh/dia-tts` | Conversational, expressive | | Kokoro TTS | `infsh/kokoro-tts` | Fast, natural | | Chatterbox | `infsh/chatterbox` | General purpose | | Higgs Audio | `infsh/higgs-audio` | Emotional control | | VibeVoice | `infsh/vibevoice` | Podcasts, long-form | ## Browse All Audio Apps ```bash infsh app list --category audio ``` ## Examples ### Basic Text-to-Speech ```bash infsh app run infsh/kokoro-tts --input '{"text": "Welcome to our tutorial."}' ``` ### Conversational TTS with DIA ```bash infsh app sample infsh/dia-tts --save input.json # Edit input.json: # { # "text": "Hey! How are you doing today? I'm really excited to share this with you.", # "voice": "conversational" # } infsh app run infsh/dia-tts -- [... prompt truncated for preview ...]