← 返回 Skills 市场
81
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pg-essay-to-audiobook-elevenlabs-tts
功能描述
ElevenLabs Text-to-Speech API for high-quality speech synthesis.
安全使用建议
This skill is plausibly what it says (an ElevenLabs TTS helper) but it contains a practical inconsistency: the runtime instructions expect an ELEVENLABS_API_KEY environment variable while the registry metadata does not declare any required credentials. Before installing or enabling the skill, confirm: (1) that you will provide an ELEVENLABS_API_KEY and that it is only used to call api.elevenlabs.io, (2) you are comfortable storing that key as an environment variable in the agent runtime, and (3) the skill will not request other unrelated secrets. Also note dependencies you may need at runtime (Python requests library, and ffmpeg or pydub for concatenation). If the registry metadata is corrected to declare ELEVENLABS_API_KEY as a required credential and no other unexpected privileges appear, this would likely be benign; as-is, treat it cautiously.
功能分析
Type: OpenClaw Skill
Name: pg-essay-to-audiobook-elevenlabs-tts
Version: 0.1.0
The skill bundle provides legitimate instructions and code for using the ElevenLabs Text-to-Speech API. The Python example in SKILL.md uses standard libraries (requests, os) to interact with the official API endpoint (api.elevenlabs.io) and includes safe practices for handling long text and file concatenation using ffmpeg.
能力标签
能力评估
Purpose & Capability
Name/description and the SKILL.md align: the instructions show how to call ElevenLabs text-to-speech endpoints, include example voice IDs, and provide a working Python example. Nothing in the instructions attempts capabilities unrelated to TTS.
Instruction Scope
Instructions are narrowly scoped to calling https://api.elevenlabs.io, splitting long text, and concatenating audio with ffmpeg/pydub. They reference writing output files and using an ELEVENLABS_API_KEY environment variable. They do not instruct reading unrelated system files or exfiltrating data to unexpected endpoints.
Install Mechanism
This is an instruction-only skill with no install spec and no code files — minimal installation risk because nothing is downloaded or written by the skill itself.
Credentials
SKILL.md explicitly requires ELEVENLABS_API_KEY (sensitive credential) for API calls, but the registry metadata lists no required env vars or primary credential. That mismatch is concerning: the key is appropriate for a TTS skill, but the skill should declare it. Verify where/how the key will be provided and that the skill does not ask for unrelated secrets.
Persistence & Privilege
The skill does not request always:true, does not modify system or other skills, and has no install-time persistence. Default autonomous invocation is allowed but not combined with other high-risk flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pg-essay-to-audiobook-elevenlabs-tts - 安装完成后,直接呼叫该 Skill 的名称或使用
/pg-essay-to-audiobook-elevenlabs-tts触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Bulk publish from all-task-skills-dedup
元数据
常见问题
elevenlabs-tts 是什么?
ElevenLabs Text-to-Speech API for high-quality speech synthesis. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 81 次。
如何安装 elevenlabs-tts?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pg-essay-to-audiobook-elevenlabs-tts」即可一键安装,无需额外配置。
elevenlabs-tts 是免费的吗?
是的,elevenlabs-tts 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
elevenlabs-tts 支持哪些平台?
elevenlabs-tts 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 elevenlabs-tts?
由 lnj22(@lnj22)开发并维护,当前版本 v0.1.0。
推荐 Skills