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 key
TOGETHERAI_MODEL: Model to use (default: minimax/speech-2.6-turbo)
TTS_FORMAT: Output format (default: mp3)
TTS_VOICE: Voice to use (default: default)
1---2name: togetherai-tts3description: TogetherAI TTS4---5# TogetherAI TTS67Text-to-speech using TogetherAI API with MiniMax speech-2.6-turbo model.89## Usage1011```bash12cd /home/marc/clawd/skills/togetherai_tts13node index.js "your text here" output.mp314```1516## Configuration1718Set these in `.env`:19- `TOGETHERAI_API_KEY`: Your TogetherAI API key20- `TOGETHERAI_MODEL`: Model to use (default: minimax/speech-2.6-turbo)21- `TTS_FORMAT`: Output format (default: mp3)22- `TTS_VOICE`: Voice to use (default: default)
Run npx skillmds@latest add javimosch/togetherai-tts in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
TogetherAI TTS It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
javimosch (@javimosch) published this skill. Their other Agent Skills are listed on their SkillMD profile.