使用 Deepdub 生成语音音频并将其附加为媒体文件(与 Telegram 兼容)。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install deepdub-tts或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install deepdub-tts⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/deepdub-tts/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: Deepdub TTS version: 0.1.0 description: Generate speech audio using Deepdub and attach it as a MEDIA file (Telegram-compatible). tags: [tts, deepdub, audio, telegram] metadata: {"clawdbot":{"requires":{"bins":["python3"],"env":["DEEPDUB_API_KEY","DEEPDUB_VOICE_PROMPT_ID"]},"primaryEnv":"DEEPDUB_API_KEY"}} ---
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.
This skill requires permission to:
deepdub_tts.py (the bundled script)OPENCLAW_MEDIA_DIR only (output path cannot be overridden via CLI arguments)Set the following environment variables where OpenClaw runs:
Required:
DEEPDUB_API_KEY – your Deepdub API keyDEEPDUB_VOICE_PROMPT_ID – default voice prompt to useOptional:
DEEPDUB_LOCALE (default: en-US)DEEPDUB_MODELOPENCLAW_MEDIA_DIR (default: /tmp/openclaw_media)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 the official Deepdub Python SDK:
pip install deepdub
Or using uv (faster alternative):
uv pip install deepdub安装 深度配音 TTS 后,可以对 AI 说这些话来触发它
Help me get started with Deepdub TTS
Explains what Deepdub TTS does, walks through the setup, and runs a quick demo based on your current project
Use Deepdub TTS to generate speech audio using Deepdub and attach it as a MEDIA file (...
Invokes Deepdub TTS with the right parameters and returns the result directly in the conversation
What can I do with Deepdub TTS in my design & creative workflow?
Lists the top use cases for Deepdub TTS, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/deepdub-tts/ 目录(个人级,所有项目可用),或 .claude/skills/deepdub-tts/(项目级)。重启 AI 客户端后,用 /deepdub-tts 主动调用,或让 AI 根据上下文自动发现并使用。
深度配音 TTS 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
深度配音 TTS 可免费安装使用。请查阅仓库了解许可证信息。
使用 Deepdub 生成语音音频并将其附加为媒体文件(与 Telegram 兼容)。
深度配音 TTS 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using Deepdub TTS
Identifies repetitive steps in your workflow and sets up Deepdub TTS to handle them automatically