← Back to Skills Marketplace
elandivar

Neomano TTS (ElevenLabs)

by elandivar · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ Security Clean
192
Downloads
2
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install neomano-tts
Description
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...
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install neomano-tts
  3. After installation, invoke the skill by name or use /neomano-tts
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug neomano-tts
Version 0.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 192 downloads so far.

How do I install Neomano TTS (ElevenLabs)?

Run "/install neomano-tts" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Neomano TTS (ElevenLabs) free?

Yes, Neomano TTS (ElevenLabs) is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Neomano TTS (ElevenLabs) support?

Neomano TTS (ElevenLabs) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Neomano TTS (ElevenLabs)?

It is built and maintained by elandivar (@elandivar); the current version is v0.1.1.

💬 Comments