skills/inworld/SKILL.md
Inworld TTS API. Covers voice cloning, audio markups, timestamps. Use when integrating Inworld text-to-speech, cloning voices, adding audio markups (SSML-like), or aligning viseme timestamps. Keywords: Inworld, text-to-speech, TTS, voice cloning, visemes.
npx skillsauth add itechmeat/llm-code inworldInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Text-to-Speech platform with voice cloning, audio markups, and timestamp alignment.
| Topic | Reference | | ------------- | ----------------------------------------------- | | Installation | installation.md | | Voice Cloning | cloning.md | | Voice Control | voice-control.md | | API Reference | api.md |
[happy], [sad], etc.)| Model | ID | Latency | Price |
| ------------ | ---------------------- | ------- | ----------- |
| TTS-2 | inworld-tts-2 | latest | see pricing |
| TTS 1.5 Max | inworld-tts-1.5-max | legacy | legacy |
| TTS 1.5 Mini | inworld-tts-1.5-mini | legacy | legacy |
import requests, base64, os
response = requests.post(
"https://api.inworld.ai/tts/v1/voice",
headers={"Authorization": f"Basic {os.getenv('INWORLD_API_KEY')}"},
json={"text": "Hello!", "voiceId": "Ashley", "modelId": "inworld-tts-1.5-max"}
)
audio = base64.b64decode(response.json()['audioContent'])
[happy], [laughing], [sigh] (English only)/voice:stream endpoint[say excitedly] or [whisper in a hushed style]STABLE, BALANCED, CREATIVE trade consistency for emotional rangeRealtime TTS-2 becomes the new primary model line via modelId="inworld-tts-2".deliveryMode adds a stability-vs-creativity knob, and specifying language matters more for cross-lingual output quality.data-ai
Zvec in-process vector database. Covers collections, indexing, embeddings, reranking, and persistence. Use when embedding Zvec into applications or tuning retrieval/storage behavior. Keywords: Zvec, HNSW-RaBitQ, vector database, ANN.
development
Vitest testing framework: Vite-powered tests, Jest-compatible API, mocking, snapshots, coverage, browser mode, and TypeScript support. Use when writing or configuring tests with Vitest, setting up mocking/snapshots, configuring coverage, or running browser-mode tests. Keywords: Vitest, testing, Vite, Jest, mocking, coverage.
tools
Vite next-gen frontend tooling: dev server, HMR, build, config, plugins, Environment API, Rolldown. Use when setting up or running a Vite project, configuring vite.config.*, authoring plugins, working with HMR or JS API, or managing environment variables and modes. Keywords: vite.config, bundler, Vite, HMR, Rolldown.
development
Orchestrate AI coding with Vibe Kanban: tasks, review, sessions, workspaces, and isolated git worktrees. Use when managing AI-generated code in isolated environments, planning coding tasks, reviewing AI output, or configuring Vibe Kanban workspaces and agents. Keywords: Vibe Kanban, AI orchestration, worktrees.