microsoft / azure-ai-voicelive-py
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/azure-ai-voicelive-py && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/2761" && unzip -o skill.zip -d .claude/skills/azure-ai-voicelive-py && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/azure-ai-voicelive-py/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Build real-time voice AI applications using Azure AI Voice Live SDK (azure-ai-voicelive). Use this skill when creating Python applications that need real-time bidirectional audio communication with Azure AI, including voice assistants, voice-enabled chatbots, real-time speech-to-speech translation, voice-driven avatars, or any WebSocket-based audio streaming with AI models. Supports Server VAD (Voice Activity Detection), turn-based conversation, function calling, MCP tools, avatar integration, and transcription.