No description
  • TypeScript 100%
Find a file
keeb 7f2fdbbed0 feat: add embedded voicebox skill for AI agents
Bundle a voicebox SKILL.md inside the extension package so AI agents
get contextual guidance on the @keeb/voicebox model — methods, engines,
languages, resources, common workflow patterns, and gotchas — installed
automatically alongside the extension. Bumps version to 2026.04.06.1.
2026-04-06 18:35:18 -07:00
.claude/skills/voicebox feat: add embedded voicebox skill for AI agents 2026-04-06 18:35:18 -07:00
extensions/models fix: use @keeb/ namespace for model type 2026-03-25 09:02:46 -07:00
.gitignore Initial commit: @keeb/voicebox swamp extension 2026-03-25 09:02:22 -07:00
.swamp.yaml Initial commit: @keeb/voicebox swamp extension 2026-03-25 09:02:22 -07:00
CLAUDE.md Initial commit: @keeb/voicebox swamp extension 2026-03-25 09:02:22 -07:00
manifest.yaml feat: add embedded voicebox skill for AI agents 2026-04-06 18:35:18 -07:00
README.md Initial commit: @keeb/voicebox swamp extension 2026-03-25 09:02:22 -07:00

@keeb/voicebox

Swamp extension for Voicebox TTS API — voice profile management and speech generation.

Models

@voicebox/api

Manage voice profiles and generate speech using Voicebox.

Method Description
health Check server health and GPU status
load-model Load a TTS model into GPU memory
list-profiles List all voice profiles
create-profile Create a new voice profile
delete-profile Delete a voice profile
generate Generate speech from text (polls to completion, saves audio)
history List generation history
seed-presets Seed preset voice profiles for an engine
add-sample Upload an audio sample to a profile
model-status Get status of all loaded TTS models

Global arguments: baseUrl

Install

swamp extension pull @keeb/voicebox

License

MIT