← 返回 Skills 市场
amstko

Tts

作者 AMSTKO · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
4550
总下载
1
收藏
46
当前安装
1
版本数
在 OpenClaw 中安装
/install tts
功能描述
Convert text to speech using Hume AI (or OpenAI) API. Use when the user asks for an audio message, a voice reply, or to hear something "of vive voix".
安全使用建议
Install only if you are comfortable sending the text you choose to Hume or OpenAI for speech generation. Provide only the API key for the provider you intend to use, do not set the unused HUME_SECRET_KEY unless the publisher clarifies a need, and choose a dedicated output path to avoid overwriting files.
功能分析
Type: OpenClaw Skill Name: tts Version: 1.0.0 The skill bundle is benign. It accurately implements text-to-speech functionality using Hume AI or OpenAI APIs as described in SKILL.md. The JavaScript scripts (`generate_hume_speech.js`, `generate_speech.js`) securely retrieve API keys from environment variables and make network calls only to their respective legitimate API endpoints. There is no evidence of prompt injection, data exfiltration, unauthorized file access, malicious execution, or persistence mechanisms. Dependencies listed in `package.json` and `package-lock.json` are standard for this functionality.
能力评估
Purpose & Capability
The artifacts coherently implement TTS: user-supplied text is sent to Hume or OpenAI and the returned audio is written as an MP3. I found no unrelated endpoints, hidden behavior, obfuscation, destructive actions, or credential exfiltration.
Instruction Scope
The skill is scoped to user requests for audio or voice replies, and the scripts require explicit text and output path arguments. The external processing and file output are present in the instructions, though privacy guidance could be more explicit.
Install Mechanism
The bundle includes Node scripts plus package.json and package-lock.json dependencies, with no automatic installer, postinstall behavior, or persistence mechanism. Metadata does not appear to declare a formal install or permissions spec, which is a documentation gap rather than evidence of unsafe behavior.
Credentials
Using HUME_API_KEY or OPENAI_API_KEY is proportionate for TTS provider access, and network calls are limited to the stated providers. The documentation also mentions HUME_SECRET_KEY, but the Hume script does not use it, so users should avoid setting unnecessary secrets.
Persistence & Privilege
There is no background worker, privilege escalation, or durable agent behavior. The scripts write the generated audio to the chosen output path, so an existing file could be overwritten if the user selects that path.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tts
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tts 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Updated skill.
元数据
Slug tts
版本 1.0.0
许可证
累计安装 47
当前安装数 46
历史版本数 1
常见问题

Tts 是什么?

Convert text to speech using Hume AI (or OpenAI) API. Use when the user asks for an audio message, a voice reply, or to hear something "of vive voix". 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 4550 次。

如何安装 Tts?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tts」即可一键安装,无需额外配置。

Tts 是免费的吗?

是的,Tts 完全免费(开源免费),可自由下载、安装和使用。

Tts 支持哪些平台?

Tts 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Tts?

由 AMSTKO(@amstko)开发并维护,当前版本 v1.0.0。

💬 留言讨论