← Back to Skills Marketplace
Togetherai Tts
by
Marc Smith
· GitHub ↗
· v1.0.1
692
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install togetherai-tts
Description
Convert text to speech using the TogetherAI API with the MiniMax speech-2.6-turbo model and save audio in mp3 format.
Usage Guidance
This skill appears to implement the described TTS function, but the registry metadata failed to list the required TogetherAI API key (TOGETHERAI_API_KEY). Before installing: 1) Confirm you trust the skill author and verify the package source; 2) Don't provide unrelated or high-privilege secrets — only supply a TogetherAI API key in a scoped environment; 3) Consider running the skill in a sandbox or container and inspect network activity to ensure it's only calling api.together.ai; 4) Prefer to install only if the registry metadata is corrected (primary credential declared) or after you manually review the code (index.js is short and readable). If you cannot verify the publisher or prefer tighter controls, do not install or run with real credentials.
Capability Analysis
Type: OpenClaw Skill
Name: togetherai-tts
Version: 1.0.1
The skill's primary function is legitimate text-to-speech generation using the TogetherAI API. However, the `index.js` script directly uses `process.argv[3]` as the `outputFile` for `fs.writeFileSync` without any input sanitization. This creates an arbitrary file write vulnerability, allowing a malicious agent or user to specify a path traversal sequence (e.g., `../../../../tmp/malicious.sh`) and write files to arbitrary locations on the system, which could lead to remote code execution or other system compromise. This is a critical vulnerability, classifying the skill as suspicious.
Capability Assessment
Purpose & Capability
The name/description (TogetherAI TTS) match the code and SKILL.md: index.js posts text to https://api.together.ai/v1/audio/speech and writes an MP3. However the registry metadata lists no required environment variables or primary credential while both SKILL.md and the code require TOGETHERAI_API_KEY (and optional TOGETHERAI_MODEL/TTS_FORMAT/TTS_VOICE). The missing declaration of the API key in the registry is an incoherence.
Instruction Scope
SKILL.md and index.js are narrowly scoped: they read env vars (via dotenv), POST to TogetherAI's audio endpoint, and write a base64-decoded audio file. The runtime instructions do not request unrelated files, other credentials, or external endpoints beyond api.together.ai.
Install Mechanism
There is no install spec (instruction-only skill with bundled code). Dependencies are standard npm libs (axios, dotenv) declared in package.json. No suspicious download URLs or archive extraction are present.
Credentials
The code expects a sensitive credential (TOGETHERAI_API_KEY) and other configuration env vars; that is reasonable for a TTS integration. The problem is the registry metadata does not declare these required env vars or a primary credential, so the platform-level visibility of the secret requirement is missing. This omission increases the chance a user will supply credentials without realizing which skill will use them.
Persistence & Privilege
The skill does not request persistent/always-installed privileges (always:false), does not modify other skills or system configs, and uses normal agent invocation behavior.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install togetherai-tts - After installation, invoke the skill by name or use
/togetherai-tts - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Updated package metadata in package.json.
- No user-facing changes.
v1.0.0
Initial release of TogetherAI TTS skill.
- Provides text-to-speech functionality using the TogetherAI API.
- Utilizes the MiniMax speech-2.6-turbo model by default.
- Supports configurable API key, model selection, output format, and voice via environment variables.
- Simple CLI usage for converting text input to audio files.
Metadata
Frequently Asked Questions
What is Togetherai Tts?
Convert text to speech using the TogetherAI API with the MiniMax speech-2.6-turbo model and save audio in mp3 format. It is an AI Agent Skill for Claude Code / OpenClaw, with 692 downloads so far.
How do I install Togetherai Tts?
Run "/install togetherai-tts" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Togetherai Tts free?
Yes, Togetherai Tts is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Togetherai Tts support?
Togetherai Tts is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Togetherai Tts?
It is built and maintained by Marc Smith (@marcus20232023); the current version is v1.0.1.
More Skills