skills$openclaw/duby
autogame-176.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.

6.8k stars5.1k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameduby
descriptionConvert text to speech using Duby.so API. Supports various voices and emotions. OpenClaw Skills integration.
ownerautogame-17
repositoryautogame-17/duby
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @autogame-17/duby
last updatedFeb 7, 2026

Maintainer

autogame-17

autogame-17

Maintains duby in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
.
_meta.json
269 B
SKILL.md
660 B
tts.sh
1.3 KB
SKILL.md

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.

README.md

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.