← 返回 Skills 市场
192
总下载
2
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install neomano-tts
功能描述
Text-to-speech (TTS) via ElevenLabs. Use when the user asks to reply with voice/audio, generate a spoken version of some text, or asks for “voz”, “nota de vo...
安全使用建议
This skill appears to do exactly what it says. Before installing: (1) only provide an ElevenLabs API key scoped to TTS and avoid committing ~/.openclaw/.env; (2) be aware that any text you send is transmitted to ElevenLabs (avoid sending secrets/PII in the text); (3) verify billing/usage on your ElevenLabs account because TTS calls may incur costs; and (4) confirm you have permission to synthesize any voice/identity you use (legal/consent considerations).
功能分析
Type: OpenClaw Skill
Name: neomano-tts
Version: 0.1.1
The neomano-tts skill provides Text-to-Speech functionality using the ElevenLabs API. The Python script (scripts/tts.py) uses standard libraries to send text to the official ElevenLabs endpoint (api.elevenlabs.io) and save the resulting audio to a specified path. No evidence of data exfiltration, malicious execution, or prompt injection was found in SKILL.md or the script logic.
能力评估
Purpose & Capability
Name/description (ElevenLabs TTS) match the requested env var (ELEVENLABS_API_KEY), required binary (python3), and the included script which POSTS text to the ElevenLabs text-to-speech endpoint.
Instruction Scope
SKILL.md instructs storing the API key in ~/.openclaw/.env, running the provided script with text and output path, and confirming the output file. The instructions do not request unrelated files, credentials, or external endpoints beyond ElevenLabs. They do instruct storing an API key in an env file (standard practice) — avoid committing that file.
Install Mechanism
No install spec (instruction-only plus a small script). No downloads or external install steps; risk is low because nothing arbitrary will be fetched or written during installation.
Credentials
Only ELEVENLABS_API_KEY (required) and ELEVENLABS_VOICE_ID (optional) are requested, which are appropriate and proportionate for calling ElevenLabs TTS. No unrelated secrets or config paths are requested.
Persistence & Privilege
Skill is not always-enabled and does not request elevated privileges or modify other skills or system-wide settings. It writes output audio files only to the path provided when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install neomano-tts - 安装完成后,直接呼叫该 Skill 的名称或使用
/neomano-tts触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Declare required env (ELEVENLABS_API_KEY) in registry metadata; no behavior change.
v0.1.0
Initial release: ElevenLabs TTS skill with env-based credentials (no hardcoded secrets) and MEDIA directive support.
元数据
常见问题
Neomano TTS (ElevenLabs) 是什么?
Text-to-speech (TTS) via ElevenLabs. Use when the user asks to reply with voice/audio, generate a spoken version of some text, or asks for “voz”, “nota de vo... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 192 次。
如何安装 Neomano TTS (ElevenLabs)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install neomano-tts」即可一键安装,无需额外配置。
Neomano TTS (ElevenLabs) 是免费的吗?
是的,Neomano TTS (ElevenLabs) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Neomano TTS (ElevenLabs) 支持哪些平台?
Neomano TTS (ElevenLabs) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Neomano TTS (ElevenLabs)?
由 elandivar(@elandivar)开发并维护,当前版本 v0.1.1。
推荐 Skills