Skip to main content

@keeb/voicebox

v2026.04.22.3

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

Repository

https://github.com/keeb/swamp-voicebox

Labels

voiceboxttsspeechaudiovoice

Contents

Quality score

How well-documented and verifiable this extension is.

100%

Grade A

  • 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

Install

$ swamp extension pull @keeb/voicebox

Security Notice

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

@keeb/voiceboxv2026.03.24.1voicebox.ts

Global Arguments

ArgumentTypeDescription
baseUrlstringVoicebox API base URL
healthCheck Voicebox server health and GPU status
generateGenerate 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
historyList 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

voicebox1 file