twilio-voice-twiml

Installation
SKILL.md

Overview

TwiML is XML that Twilio executes during a call. Your server returns a TwiML document in response to a Twilio webhook POST, and Twilio executes it.

Caller → Twilio → POST to your webhook → Your server returns TwiML → Twilio executes it

Prerequisites

  • Twilio account with a voice-capable phone number — New to Twilio? See twilio-account-setup
  • Webhook endpoint returning TwiML with Content-Type: text/xml
  • SDK (for programmatic generation): pip install twilio / npm install twilio

Installs
52
Repository
twilio/ai
GitHub Stars
22
First Seen
May 8, 2026
twilio-voice-twiml — twilio/ai