← 返回 Skills 市场
552
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-skill-elevenlabs-pro
功能描述
ElevenLabs advanced TTS for converting text to speech, listing voices, and managing credits
安全使用建议
This skill does what it says (calls ElevenLabs API and writes audio files), but the registry metadata omits the required ELEVENLABS_API_KEY credential even though both SKILL.md and the included Python script require it. Because the package source is 'unknown', verify the origin before installing. If you install: (1) only provide a minimal-scope ElevenLabs API key (rotate it if compromised), (2) run the script in an isolated environment or container, (3) inspect the included scripts yourself (you already have them) and confirm network calls go only to api.elevenlabs.io, and (4) avoid pasting high-privilege credentials into third-party skills from unknown publishers. If you need higher assurance, ask the publisher to declare the required env var in the registry and provide a trusted homepage or source repository.
功能分析
Type: OpenClaw Skill
Name: openclaw-skill-elevenlabs-pro
Version: 0.1.0
The `scripts/elevenlabs.py` file contains a path traversal vulnerability. The `output` argument, which specifies the output MP3 file path, is not sanitized, allowing an attacker to potentially write files to arbitrary locations on the file system (e.g., `../../../../tmp/malicious.mp3`). This is a critical vulnerability that could lead to unauthorized file modification or creation, but it does not demonstrate clear malicious intent such as data exfiltration to an attacker-controlled server or the installation of backdoors. No prompt injection attempts were found in `SKILL.md`.
能力评估
Purpose & Capability
The SKILL.md and scripts/elevenlabs.py implement ElevenLabs TTS, voice listing, and credit checks and call https://api.elevenlabs.io/v1 — this matches the skill name/description.
Instruction Scope
Runtime instructions limit actions to using the ElevenLabs API, listing voices, generating audio files, and querying subscription/credits. The instructions do not request unrelated files, system credentials, or external endpoints beyond api.elevenlabs.io.
Install Mechanism
No install spec is provided (instruction + code only). There are no downloads or archive extraction steps; risk from the install mechanism is low.
Credentials
The SKILL.md and scripts require an ELEVENLABS_API_KEY (or --api-key) but the registry metadata lists no required environment variables or primary credential. That mismatch is an incoherence: the skill will fail without the API key and the registry did not declare it as a required credential. No other unrelated secrets are requested.
Persistence & Privilege
The skill is not always-enabled and does not request elevated agent/system persistence. It does write MP3 output to the filesystem (user-specified path), which is appropriate for its purpose.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-skill-elevenlabs-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-skill-elevenlabs-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of ElevenLabs Pro Skill – advanced text-to-speech.
- Provides advanced text-to-speech conversion using the ElevenLabs API.
- Supports selecting voices by name, ID, language, and gender.
- Enables listing available voices and outputting details in JSON.
- Allows audio file generation with adjustable model, stability, similarity, and style.
- Includes credit tracking and displays remaining usage.
- Offers a simple importable Python API for voice management and TTS.
元数据
常见问题
Elevenlabs Pro 是什么?
ElevenLabs advanced TTS for converting text to speech, listing voices, and managing credits. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 552 次。
如何安装 Elevenlabs Pro?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-skill-elevenlabs-pro」即可一键安装,无需额外配置。
Elevenlabs Pro 是免费的吗?
是的,Elevenlabs Pro 完全免费(开源免费),可自由下载、安装和使用。
Elevenlabs Pro 支持哪些平台?
Elevenlabs Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Elevenlabs Pro?
由 Marouane(@mrnsmh)开发并维护,当前版本 v0.1.0。
推荐 Skills