Jump to related tools in the same category or review the original source on GitHub.

AI & LLMs @marcus20232023 Updated 6/28/2026 1,275 downloads 0 stars Security: Pass

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

ClawHub CLI
openclaw skills install @marcus20232023/togetherai-tts
Node.js (npx)
npx clawhub@latest install togetherai-tts

Full SKILL.md

Open original

SKILL.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 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)
ClawHub Registry URL: https://clawhub.ai/marcus20232023/skills/togetherai-tts

Related skills

If this matches your use case, these are close alternatives in the same category.