🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Crazyrouter Tts

by @xujfcn

Text-to-speech via Crazyrouter API. OpenAI TTS voices (alloy, echo, fable, onyx, nova, shimmer). Convert text to natural speech audio files. Use when user as...

Versionv1.1.0
πŸ’‘ Examples

# Basic TTS
node ${SKILL_DIR}/scripts/main.mjs --text "Hello world" --output hello.mp3

Choose voice

node ${SKILL_DIR}/scripts/main.mjs --text "Welcome to Crazyrouter" --output welcome.mp3 --voice nova

HD quality

node ${SKILL_DIR}/scripts/main.mjs --text "Premium audio" --output hd.mp3 --model tts-1-hd

Read from file

node ${SKILL_DIR}/scripts/main.mjs --input article.txt --output article.mp3

Adjust speed

node ${SKILL_DIR}/scripts/main.mjs --text "Slow and clear" --output slow.mp3 --speed 0.8

Options

| Option | Description | Default | |--------|-------------|---------| | --text | Text to speak | β€” | | --input | Read text from file | β€” | | --output | Output audio file (required) | β€” | | --voice | Voice selection | alloy | | --model | tts-1 or tts-1-hd | tts-1 | | --speed | Speed (0.25-4.0) | 1.0 | | --format | mp3, opus, aac, flac | mp3 |

βš™οΈ Configuration

| Option | Description | Default | |--------|-------------|---------| | --text | Text to speak | β€” | | --input | Read text from file | β€” | | --output | Output audio file (required) | β€” | | --voice | Voice selection | alloy | | --model | tts-1 or tts-1-hd | tts-1 | | --speed | Speed (0.25-4.0) | 1.0 | | --format | mp3, opus, aac, flac | mp3 |

View on ClawHub
TERMINAL
clawhub install crazyrouter-tts

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’