← Browse

@kunwl123456/duby

B

Convert text to speech using Duby.so API. Supports various voices and emotions.

skillclaude

Install

agr install @kunwl123456/duby --target claude

Writes 3 files into .claude/skills/, pinned to git-d8b7bcd8.

  • .claude/skills/duby/SKILL.md
  • .claude/skills/duby/_meta.json
  • .claude/skills/duby/tts.sh

Document


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.

Trustgrade B

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • warnLicenseno SPDX license detected

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-d8b7bcd888232026-07-30