← Back to Skills Marketplace
73
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pg-essay-to-audiobook-openai-tts
Description
OpenAI Text-to-Speech API for high-quality speech synthesis. Use for generating natural-sounding audio from text with customizable voices and tones.
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pg-essay-to-audiobook-openai-tts - After installation, invoke the skill by name or use
/pg-essay-to-audiobook-openai-tts - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Bulk publish from all-task-skills-dedup
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 73 downloads so far.
How do I install openai-tts?
Run "/install pg-essay-to-audiobook-openai-tts" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is openai-tts free?
Yes, openai-tts is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does openai-tts support?
openai-tts is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created openai-tts?
It is built and maintained by lnj22 (@lnj22); the current version is v0.1.0.
More Skills