Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Generate speech from text using VoxCPM2 locally. 30 languages, voice design, voice cloning. Runs on Apple Silicon via Metal. Apache-2.0, zero cost.
This skill wraps VoxCPM2 (OpenBMB, Apache-2.0) for local text-to-speech. It supports three modes:
All processing happens on-device. No API keys. No network calls after the initial model download. Output is 48 kHz WAV ready for any use (Telegram voice messages, podcasts, video narration).
The skill expects a Python venv at ~/.local-tts/venv with the voxcpm package installed. If missing, create it:
mkdir -p ~/.local-tts
python3.12 -m venv ~/.local-tts/venv
npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill local-ttsHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.