senseaudio-voice-cloner
Installation
SKILL.md
SenseAudio Voice Cloner
Guide users through platform-side voice cloning, then generate personalized TTS with the resulting cloned voice_id.
What This Skill Does
- Explain the official SenseAudio voice-cloning workflow
- Validate whether a sample is likely suitable for cloning
- Help users manage cloned voice slots and
voice_idvalues - Generate TTS with a cloned voice through the official TTS API
- Apply optional pronunciation dictionary control for cloned voices
Credential and Dependency Rules
- Read the API key from
SENSEAUDIO_API_KEY. - Send auth only as
Authorization: Bearer <API_KEY>. - Do not place API keys in query parameters, logs, or saved examples.
- If Python helpers are used, this skill expects
python3,requests, andpydub. pydubis only needed for optional local audio validation.