← 返回 Skills 市场
73
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pg-essay-to-audiobook-openai-tts
功能描述
OpenAI Text-to-Speech API for high-quality speech synthesis. Use for generating natural-sounding audio from text with customizable voices and tones.
安全使用建议
This skill appears to be a straightforward OpenAI TTS recipe, but it has a key metadata mismatch: SKILL.md expects OPENAI_API_KEY but the package metadata does not declare that requirement. Before installing/providing an API key, verify the skill source and consider: (1) only provide a scoped API key with limited permissions and budget limits, (2) ensure your environment has the required Python packages (openai, pydub) and ffmpeg, (3) run the skill in an isolated environment if possible, and (4) ask the author to update metadata to explicitly declare OPENAI_API_KEY and any install prerequisites. If you cannot verify the source or cannot limit the key, do not install.
功能分析
Type: OpenClaw Skill
Name: pg-essay-to-audiobook-openai-tts
Version: 0.1.0
The skill bundle provides legitimate documentation and Python code examples for using the OpenAI Text-to-Speech API. The code in SKILL.md demonstrates standard usage of the 'openai' and 'pydub' libraries, including secure handling of API keys via environment variables and proper temporary file management using 'tempfile' and 'os.unlink'. No malicious patterns, data exfiltration, or prompt injection attempts were detected.
能力标签
能力评估
Purpose & Capability
The name/description claim a simple OpenAI TTS helper, which matches the SKILL.md content. However, the skill metadata declares no required environment variables or primary credential, while the runtime instructions explicitly rely on the OPENAI_API_KEY; that inconsistency suggests incomplete or sloppy packaging.
Instruction Scope
SKILL.md instructions stay within TTS functionality (calling OpenAI TTS, chunking text, concatenating audio). They access the OPENAI_API_KEY env var (not declared in metadata) and assume Python packages (openai, pydub) and system tools (ffmpeg for pydub) are available; they do not read unrelated system files or exfiltrate data to unexpected endpoints.
Install Mechanism
This is an instruction-only skill with no install spec, so it writes nothing to disk and does not fetch remote code. That is lower risk, but it does implicitly rely on third-party Python packages and system utilities that are not declared.
Credentials
The instructions require OPENAI_API_KEY (a sensitive credential) but the registry metadata lists no required env vars or primary credential. Requesting an API key is proportionate for a TTS skill, but failing to declare it is an important inconsistency and reduces transparency about what credentials will be used.
Persistence & Privilege
The skill does not request persistent/always-on presence and does not modify other skills or system-wide settings; normal autonomous invocation is allowed (default).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pg-essay-to-audiobook-openai-tts - 安装完成后,直接呼叫该 Skill 的名称或使用
/pg-essay-to-audiobook-openai-tts触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Bulk publish from all-task-skills-dedup
元数据
常见问题
openai-tts 是什么?
OpenAI Text-to-Speech API for high-quality speech synthesis. Use for generating natural-sounding audio from text with customizable voices and tones. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 73 次。
如何安装 openai-tts?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pg-essay-to-audiobook-openai-tts」即可一键安装,无需额外配置。
openai-tts 是免费的吗?
是的,openai-tts 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
openai-tts 支持哪些平台?
openai-tts 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 openai-tts?
由 lnj22(@lnj22)开发并维护,当前版本 v0.1.0。
推荐 Skills