Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Text-to-speech via OpenAI Audio Speech API.
Text-to-speech via OpenAI Audio Speech API.
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.
Generate speech from text via OpenAI's /v1/audio/speech endpoint.
{baseDir}/scripts/speak.sh "Hello, world!" {baseDir}/scripts/speak.sh "Hello, world!" --out /tmp/hello.mp3 Defaults: Model: tts-1 (fast) or tts-1-hd (quality) Voice: alloy (neutral), also: echo, fable, onyx, nova, shimmer Format: mp3
VoiceDescriptionalloyNeutral, balancedechoMale, warmfableBritish, expressiveonyxDeep, authoritativenovaFemale, friendlyshimmerFemale, soft
{baseDir}/scripts/speak.sh "Text" --voice nova --model tts-1-hd --out speech.mp3 {baseDir}/scripts/speak.sh "Text" --format opus --speed 1.2 Options: --voice <name>: alloy|echo|fable|onyx|nova|shimmer (default: alloy) --model <name>: tts-1|tts-1-hd (default: tts-1) --format <fmt>: mp3|opus|aac|flac|wav|pcm (default: mp3) --speed <n>: 0.25-4.0 (default: 1.0) --out <path>: output file (default: stdout or auto-named)
Set OPENAI_API_KEY, or configure in ~/.clawdbot/clawdbot.json: { skills: { entries: { "openai-tts": { apiKey: "sk-..." } } } }
tts-1: ~$0.015 per 1K characters tts-1-hd: ~$0.030 per 1K characters Very affordable for short responses!
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.