← 返回 Skills 市场
pors

OpenAI TTS

作者 Mark Pors 🦖 · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
7280
总下载
6
收藏
58
当前安装
1
版本数
在 OpenClaw 中安装
/install openai-tts
功能描述
Text-to-speech via OpenAI Audio Speech API.
安全使用建议
Install only if you are comfortable sending the text you convert to OpenAI under your account. Use an appropriate API key, expect possible usage charges, avoid secrets or regulated content unless approved, and make sure 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 declared purpose is text-to-speech via OpenAI, and the script only builds a speech request to OpenAI's audio speech endpoint using caller-provided text and options.
Instruction Scope
The instructions document normal command usage, voices, models, formats, output path, pricing, and API key setup; there are no hidden role changes, persistence instructions, destructive actions, or unrelated authority requests.
Install Mechanism
The metadata declares curl and OPENAI_API_KEY, but the script also requires jq to JSON-escape input, so installation requirements are incomplete but not suspicious.
Credentials
Network access to api.openai.com and an OpenAI API key are proportionate for this purpose, though submitted text leaves the local environment and API usage may incur charges.
Persistence & Privilege
The skill does not install background workers, request elevated privileges, or create persistence; it does document optional storage of an API key in a local ClawDBot config file.
如何使用
  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
许可证
累计安装 274
当前安装数 58
历史版本数 1
常见问题

OpenAI TTS 是什么?

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

如何安装 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。

💬 留言讨论