Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Convert text to natural speech with DIA TTS, Kokoro, Chatterbox, and more via inference.sh CLI. Models: DIA TTS (conversational), Kokoro TTS, Chatterbox, Hig...
Convert text to natural speech with DIA TTS, Kokoro, Chatterbox, and more via inference.sh CLI. Models: DIA TTS (conversational), Kokoro TTS, Chatterbox, Hig...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Convert text to natural speech via inference.sh CLI.
# Install CLI curl -fsSL https://cli.inference.sh | sh && infsh login # Generate speech infsh app run infsh/kokoro-tts --input '{"text": "Hello, welcome to our product demo."}' Install note: The install script only detects your OS/architecture, downloads the matching binary from dist.inference.sh, and verifies its SHA-256 checksum. No elevated permissions or background processes. Manual install & verification available.
ModelApp IDBest ForDIA TTSinfsh/dia-ttsConversational, expressiveKokoro TTSinfsh/kokoro-ttsFast, naturalChatterboxinfsh/chatterboxGeneral purposeHiggs Audioinfsh/higgs-audioEmotional controlVibeVoiceinfsh/vibevoicePodcasts, long-form
infsh app list --category audio
infsh app run infsh/kokoro-tts --input '{"text": "Welcome to our tutorial."}'
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 --input input.json
infsh app sample infsh/vibevoice --save input.json # Edit input.json with your podcast script infsh app run infsh/vibevoice --input input.json
infsh app sample infsh/higgs-audio --save input.json # { # "text": "This is absolutely incredible!", # "emotion": "excited" # } infsh app run infsh/higgs-audio --input input.json
Voiceovers: Product demos, explainer videos Audiobooks: Convert text to spoken word Podcasts: Generate podcast episodes Accessibility: Make content accessible IVR: Phone system voice prompts Video Narration: Add narration to videos
Generate speech, then create a talking head video: # 1. Generate speech infsh app run infsh/kokoro-tts --input '{"text": "Your script here"}' > speech.json # 2. Use the audio URL with OmniHuman for avatar video infsh app run bytedance/omnihuman-1-5 --input '{ "image_url": "https://portrait.jpg", "audio_url": "<audio-url-from-step-1>" }'
# Full platform skill (all 150+ apps) npx skills add inference-sh/skills@inference-sh # AI avatars (combine TTS with talking heads) npx skills add inference-sh/skills@ai-avatar-video # AI music generation npx skills add inference-sh/skills@ai-music-generation # Speech-to-text (transcription) npx skills add inference-sh/skills@speech-to-text # Video generation npx skills add inference-sh/skills@ai-video-generation Browse all apps: infsh app list
Running Apps - How to run apps via CLI Audio Transcription Example - Audio processing workflows Apps Overview - Understanding the app ecosystem
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.