deepclaw-voice
Installation
SKILL.md
deepclaw Voice Setup
Use this skill when the user wants to call you on the phone, set up voice calling, or talk to OpenClaw via phone.
What This Sets Up
Phone calls to OpenClaw using:
- Deepgram Voice Agent API - STT, TTS, turn-taking, barge-in
- Twilio - Phone number routing
- OpenClaw - Your AI (via chat completions proxy)
Setup Process
Step 1: Clone the repo
git clone https://github.com/deepgram/deepclaw.git ~/deepclaw
cd ~/deepclaw
pip install -r requirements.txt