Skip to main content

Voicebox

@keeb/voiceboxv2026.04.22.3· 8d agoMODELS·SKILLS
01README

Manage Voicebox TTS voice profiles, load TTS engines, generate speech audio, and inspect server health via the Voicebox HTTP API.

02Models1
@keeb/voiceboxv2026.03.24.1voicebox.ts

Global Arguments

ArgumentTypeDescription
baseUrlstringVoicebox API base URL
fn health()
Check Voicebox server health and GPU status
fn generate(profileId: string, text: string, language: enum, engine: enum, modelSize: enum, instruct?: string, seed?: number)
Generate speech from text using a voice profile — polls to completion and saves audio
ArgumentTypeDescription
profileIdstringVoice profile ID
textstringText to synthesize
languageenum
engineenum
modelSizeenum
instruct?stringVoice style instruction (e.g. 'speak slowly and softly')
seed?numberRandom seed for reproducibility
fn history(limit: number, offset: number)
List generation history
ArgumentTypeDescription
limitnumberMax results to return
offsetnumberOffset for pagination

Resources

health(1h)— Voicebox server health status
profile(infinite)— Voice profile
generation(infinite)— TTS generation result
history(1h)— Generation history snapshot
models(1h)— Loaded model status
sample(infinite)— Voice profile sample

Files

audio(audio/wav)— Generated audio file
03Skills1
voicebox1 file
04Previous Versions3
2026.04.22.2Apr 22, 2026

Added 1 skills

2026.04.06.1Apr 7, 2026
2026.03.24.1Mar 25, 2026
05Stats
A
100 / 100
Downloads
14
Archive size
8.9 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Has description1/1earned
  • At least one platform tag (or universal)1/1earned
  • Two or more platform tags (or universal)1/1earned
  • License declared1/1earned
  • Verified public repository2/2earned
06Security Notice

This extension includes AI agent skills that can modify AI assistant behavior. Review the skill files before installing.

07Platforms
08Labels