Togetherai Tts OpenClaw Plugin & Skill | ClawHub
Looking to integrate Togetherai Tts into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate ai & llms tasks instantly, without having to write custom tools from scratch.
What this skill does
Text-to-speech using TogetherAI API with MiniMax speech-2.6-turbo model.
Install
openclaw skills install @marcus20232023/togetherai-ttsnpx clawhub@latest install togetherai-ttsFull SKILL.md
Open originalSKILL.md content below is scrollable.
TogetherAI TTS
Text-to-speech using TogetherAI API with MiniMax speech-2.6-turbo model.
Usage
cd /home/marc/clawd/skills/togetherai_tts
node index.js "your text here" output.mp3
Configuration
Set these in .env:
TOGETHERAI_API_KEY: Your TogetherAI API keyTOGETHERAI_MODEL: Model to use (default: minimax/speech-2.6-turbo)TTS_FORMAT: Output format (default: mp3)TTS_VOICE: Voice to use (default: default)