voice-ai-deployment
Installation
SKILL.md
Voice AI Scripting & Deployment
This skill enables bionicbot to conduct real-world phone calls and voice interactions using a combination of LLM scripting and synthesis APIs.
Core Mechanics (99% Logic)
- Script Generation: Draft a conversational script optimized for audio (short sentences, natural pauses).
- Voice Synthesis (ElevenLabs): Send script to ElevenLabs API to generate high-fidelity audio cloning the user's or a professional's voice.
- Telephony Bridge (Twilio): Programmatically initiate a call via Twilio and stream the generated audio into the call flow.
- Interactive Logic (IVR): Use Speech-to-Text (STT) to listen to the recipient's response and branch the script accordingly.
- Call Synthesis: Summarize the results of the call and save the transcription to the workspace.
Examples
- "Call the hotel and confirm my reservation for next Tuesday using my AI voice."
- "Schedule a voice reminder to my team that will play at 9 AM tomorrow."