Convert text to speech using Duby.so API. Supports various voices and emotions.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add Demerzels-lab/elsamultiskillagent --skill duby --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Duby?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/demerzels-lab-duby)More formats (shields.io, HTML) on the badges page.
---
name: duby
description: Convert text to speech using Duby.so API. Supports various voices and emotions.
tags: [tts, audio, voice, duby]
---
# Duby TTS Skill
Convert text to speech using Duby.so API.
## Tools
### duby_tts
Convert text to speech and return a media file path.
- **text** (required): The text to convert.
- **voice_id** (optional): The Voice ID to use. Defaults to `2719350d-9f0c-40af-83aa-b3879a115ca1` (Xinduo).
## Examples
```bash
# Default voice
duby_tts "Hello world"
# Specific voice
duby_tts "Hello world" "some-voice-id"
```
## Implementation
Uses `tts.sh` script with curl and jq.
Requires `API_KEY` to be set in the script.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!