plugins marketplace
← All plugins

local-tts

v1.3.0

Offline text-to-speech via VoxCPM2 — 30 languages, voice design, voice cloning. Runs locally on Apple Silicon.

Claude Code1 skill

by Bubble InvestApache-2.02.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-ml/local-tts/ inside the repository.

Layout

plugins/ai-ml/local-tts/
├── .claude-plugin/plugin.json
└── skills/local-tts/SKILL.md

Skills1

local-ttsskills/local-tts/SKILL.md

Generate speech locally from text using VoxCPM2 (2B params, Apache-2.0). 30 languages, voice design (describe a voice), voice cloning (from 3-10s reference). Runs 100% offline on Apple Silicon via Metal (MPS). Zero API calls, zero cost. Use when user asks to "say" or "speak" something, wants a voiceover, wants to clone a voice, or wants to generate audio from text. Trigger phrases: "say this", "read out loud", "clone my voice", "generate voiceover", "text to speech", "TTS".

Manifests1

plugins/ai-ml/local-tts/.claude-plugin/plugin.json
{
  "name": "local-tts",
  "version": "1.3.0",
  "description": "Offline text-to-speech via VoxCPM2 — 30 languages, voice design, voice cloning. Runs locally on Apple Silicon.",
  "author": {
    "name": "Bubble Invest",
    "email": "contact@bubbleinvest.com"
  },
  "repository": "https://github.com/vdk888/local-tts",
  "license": "Apache-2.0",
  "keywords": [
    "tts",
    "text-to-speech",
    "voice",
    "voice-cloning",
    "voice-design",
    "offline",
    "voxcpm",
    "apple-silicon",
    "metal",
    "mps",
    "audio",
    "narration",
    "voiceover"
  ]
}