@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
Quality score
How well-documented and verifiable this extension is.
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/voiceboxSecurity 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
| Argument | Type | Description |
|---|---|---|
| baseUrl | string | Voicebox API base URL |
healthCheck Voicebox server health and GPU status
generateGenerate speech from text using a voice profile — polls to completion and saves audio
| Argument | Type | Description |
|---|---|---|
| profileId | string | Voice profile ID |
| text | string | Text to synthesize |
| language | enum | |
| engine | enum | |
| modelSize | enum | |
| instruct? | string | Voice style instruction (e.g. 'speak slowly and softly') |
| seed? | number | Random seed for reproducibility |
historyList generation history
| Argument | Type | Description |
|---|---|---|
| limit | number | Max results to return |
| offset | number | Offset 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
2026.04.22.28.9 KBApr 22, 2026
Manage Voicebox TTS voice profiles, load TTS engines, generate speech audio, and inspect server health via the Voicebox HTTP API.
Changelog
skills
+voicebox
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
voiceboxttsspeechaudiovoice
2026.04.06.17.7 KBApr 7, 2026
Voicebox TTS API for voice profile management and speech generation
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
voiceboxttsspeechaudiovoice
2026.03.24.15.4 KBMar 25, 2026
Voicebox TTS API for voice profile management and speech generation
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
voiceboxttsspeechaudiovoice