← 返回 Skills 市场
pors

OpenAI TTS

作者 Mark Pors 🦖 · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
7902
总下载
6
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openai-tts
功能描述
Text-to-speech via OpenAI Audio Speech API.
安全使用建议
Install if you are comfortable sending the text you convert to OpenAI under your API key. Avoid submitting secrets or sensitive regulated content unless approved for your account, expect possible usage charges, and ensure jq is installed.
功能分析
Type: OpenClaw Skill Name: openai-tts Version: 1.0.0 The skill bundle is benign. The `SKILL.md` provides clear, descriptive instructions without any prompt injection attempts. The `scripts/speak.sh` script correctly interacts with the legitimate OpenAI TTS API endpoint (`https://api.openai.com/v1/audio/speech`), uses the `OPENAI_API_KEY` as expected, and safely escapes user input for the JSON payload using `jq -Rs .`. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or obfuscation.
能力评估
Purpose & Capability
The stated purpose is text-to-speech via OpenAI, and the artifact implements only a speech-generation shell script using caller-provided text, voice, model, format, speed, and output path.
Instruction Scope
The instructions describe normal usage, API key setup, options, and pricing; there are no hidden role changes, unrelated behaviors, destructive commands, or prompt-injection indicators in the artifact.
Install Mechanism
Metadata declares curl and OPENAI_API_KEY, but the script also requires jq to build the JSON payload, so installation requirements are incomplete but not suspicious.
Credentials
Network access to api.openai.com and use of an OpenAI API key are proportionate for text-to-speech, but the text submitted will leave the local machine and may incur account charges.
Persistence & Privilege
The skill does not create background services, persistence, or elevated privileges; it documents optional local API-key configuration and writes audio only to a user-specified output path or stdout.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openai-tts
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openai-tts 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - text-to-speech via OpenAI API with 6 voice options
元数据
Slug openai-tts
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

OpenAI TTS 是什么?

Text-to-speech via OpenAI Audio Speech API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 7902 次。

如何安装 OpenAI TTS?

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

OpenAI TTS 是免费的吗?

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

OpenAI TTS 支持哪些平台?

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

谁开发了 OpenAI TTS?

由 Mark Pors 🦖(@pors)开发并维护,当前版本 v1.0.0。

💬 留言讨论