Generate speech audio using Deepdub and attach it as a MEDIA file (Telegram-compatible).
Scanned 2/12/2026
Install via CLI
openskills install openclaw/skills---
name: Deepdub TTS
description: Generate speech audio using Deepdub and attach it as a MEDIA file (Telegram-compatible).
version: 0.1.0
tags: [tts, deepdub, audio, telegram]
---
## 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+
- Ability for OpenClaw to execute local commands
- Deepdub API access
## Setup (required)
Set the following environment variables where OpenClaw runs:
- `DEEPDUB_API_KEY` – your Deepdub API key
- `DEEPDUB_VOICE_PROMPT_ID` – default voice prompt to use
Optional:
- `DEEPDUB_LOCALE` (default: `en-US`)
- `DEEPDUB_MODEL`
- `OPENCLAW_MEDIA_DIR` (default: `/tmp/openclaw_media`)
## Install dependency
Using `uv` (recommended):
```bash
uv pip install deepdub
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.