Agent skill for CAMB AI voice and translation APIs — text-to-speech, voice cloning, dubbing, and transcription.
/skill add Camb-ai/agent-skillClone into your Claude skills directory:
git clone https://github.com/Camb-ai/agent-skill.git ~/.claude/skills/camb-ai-agent-skill| Capability | Description |
|---|---|
| Text-to-Speech | Streaming TTS with MARS models (mars-flash, mars-pro, mars-instruct) |
| Voice Cloning | Clone voices from 10-30s reference audio |
| Translation | Translate text and generate speech in 50+ languages |
| Transcription | Speech-to-text from audio/video files |
| Dubbing | Dub videos/audio into other languages |
| Integrations | Pipecat and LiveKit real-time voice agent examples |
- Get an API key from CAMB AI Studio
- Set your environment variable:
export CAMB_API_KEY=your_api_key- Install the SDK:
# Python
pip install camb-sdk
# Node.js
npm install @camb-ai/sdk