← 返回
未分类 Key 中文

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...
通过 ElevenLabs 实现文本转语音。当用户要求语音回复、生成文本的朗读版本,或提出相关语音请求时使用。
elandivar
未分类 clawhub v0.1.1 1 版本 100000 Key: 需要
★ 2
Stars
📥 458
下载
💾 0
安装
1
版本
#audio#elevenlabs#latest#tts#voice#whatsapp

概述

Human setup (one-time)

  1. Create or edit ~/.openclaw/.env on the machine running OpenClaw.
  2. Add your credentials (do not commit these):
ELEVENLABS_API_KEY=your_elevenlabs_key
# Optional (recommended): default voice
ELEVENLABS_VOICE_ID=your_voice_id
  1. Restart the OpenClaw gateway (so the service environment picks up changes).

Inputs to collect (if missing)

  • Text to speak.
  • Optional: voiceId (ElevenLabs voice id). If not provided, use the default.
  • Optional: output format (mp3 default).

Requirements (credentials)

This skill does not embed secrets. Credentials must be provided at runtime:

  • ELEVENLABS_API_KEY (required)
  • Recommended: put it in ~/.openclaw/.env on the machine running the gateway.
  • ELEVENLABS_VOICE_ID (optional but recommended)
  • If omitted, you must pass --voice-id when calling the script.

Example user prompts (to trigger this skill)

  • "Reply with a voice note saying: …"
  • "Generate audio (ElevenLabs) for: …"
  • "Envíame una nota de voz que diga: …"

Workflow

  1. Choose output path under the workspace, e.g. ./media/elevenlabs-tts/.mp3.
  2. Run:
python3 {baseDir}/scripts/tts.py --text "..." --out "/abs/path/to/file.mp3" [--voice-id "..."]
  1. Confirm with a short message including the output file path.

Defaults

  • No voice is hardcoded. Set ELEVENLABS_VOICE_ID (recommended) or pass --voice-id.
  • Model: eleven_multilingual_v2.

版本历史

共 1 个版本

  • v0.1.1 当前
    2026-03-30 14:20 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Neomano VPS Monitoring (DigitalOcean)

elandivar
通过DigitalOcean API监控VPS Droplet实例,列出所有实例并获取CPU、内存、磁盘及带宽指标摘要。
★ 1 📥 479

Neomano Binance Assets (Read-only)

elandivar
安全只读币安余额查看器(现货钱包),使用只读权限 API 密钥。用于查看持仓/余额/资产。
★ 1 📥 467

Neomano Internet Speed (Download/Upload)

elandivar
使用基于HTTP的轻量级测速工具(Cloudflare测速节点),测量本机当前网络连接的下载和上传速度。
★ 1 📥 450