Deepdub TTS
/install deepdub-tts
What this skill does
This skill converts text into speech using Deepdub and returns an audio file
as a MEDIA: attachment that OpenClaw can send to channels like Telegram.
Requirements
- Python 3.9+
- Deepdub API access
Permissions
This skill requires permission to:
- Execute
deepdub_tts.py(the bundled script) - Write audio files to
OPENCLAW_MEDIA_DIRonly (output path cannot be overridden via CLI arguments)
Setup
Set the following environment variables where OpenClaw runs:
Required:
DEEPDUB_API_KEY– your Deepdub API keyDEEPDUB_VOICE_PROMPT_ID– default voice prompt to use
Optional:
DEEPDUB_LOCALE(default:en-US)DEEPDUB_MODELOPENCLAW_MEDIA_DIR(default:/tmp/openclaw_media)
Free Trial Credentials
For testing only, you can use these free trial credentials:
DEEPDUB_API_KEY=dd-00000000000000000000000065c9cbfe
DEEPDUB_VOICE_PROMPT_ID=11f3403d-35b9-4817-8d55-f41694ea6227
Note: These are rate-limited trial credentials for evaluation purposes only. Do not use for production. Obtain your own API key and voice prompts from Deepdub for production use.
Install dependency
Install the official Deepdub Python SDK:
pip install deepdub
Or using uv (faster alternative):
uv pip install deepdub
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install deepdub-tts - 安装完成后,直接呼叫该 Skill 的名称或使用
/deepdub-tts触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Deepdub TTS 是什么?
Generate speech audio using Deepdub and attach it as a MEDIA file (Telegram-compatible). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1874 次。
如何安装 Deepdub TTS?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install deepdub-tts」即可一键安装,无需额外配置。
Deepdub TTS 是免费的吗?
是的,Deepdub TTS 完全免费(开源免费),可自由下载、安装和使用。
Deepdub TTS 支持哪些平台?
Deepdub TTS 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Deepdub TTS?
由 yuval-deepdub(@yuval-deepdub)开发并维护,当前版本 v0.1.5。