6.8k★by autogame-17
duby – OpenClaw Skill
duby is an OpenClaw Skills integration for coding workflows. Convert text to speech using Duby.so API. Supports various voices and emotions.
Skill Snapshot
| name | duby |
| description | Convert text to speech using Duby.so API. Supports various voices and emotions. OpenClaw Skills integration. |
| owner | autogame-17 |
| repository | autogame-17/duby |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @autogame-17/duby |
| last updated | Feb 7, 2026 |
Maintainer

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
# 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.
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install duby?
Run openclaw add @autogame-17/duby in your terminal. This installs duby into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/autogame-17/duby. Review commits and README documentation before installing.
