← 返回 Skills 市场
Togetherai Tts
作者
Marc Smith
· GitHub ↗
· v1.0.1
692
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install togetherai-tts
功能描述
Convert text to speech using the TogetherAI API with the MiniMax speech-2.6-turbo model and save audio in mp3 format.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install togetherai-tts - 安装完成后,直接呼叫该 Skill 的名称或使用
/togetherai-tts触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Togetherai Tts 是什么?
Convert text to speech using the TogetherAI API with the MiniMax speech-2.6-turbo model and save audio in mp3 format. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 692 次。
如何安装 Togetherai Tts?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install togetherai-tts」即可一键安装,无需额外配置。
Togetherai Tts 是免费的吗?
是的,Togetherai Tts 完全免费(开源免费),可自由下载、安装和使用。
Togetherai Tts 支持哪些平台?
Togetherai Tts 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Togetherai Tts?
由 Marc Smith(@marcus20232023)开发并维护,当前版本 v1.0.1。
推荐 Skills