Twilio Telephony & SMS

Integrate Twilio for voice call streaming and SMS messaging.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/ricardocidale/hbg-screens --skill twilio-telephony-sms
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Twilio Telephony & SMS
Source: https://github.com/ricardocidale/hbg-screens/tree/main/.claude/skills/twilio-telephony
Command: npx skills add https://github.com/ricardocidale/hbg-screens --skill twilio-telephony-sms

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables seamless integration of voice calls and SMS messaging into your application, allowing for automated communication workflows and enhanced user interaction.

Core Features & Use Cases

  • Voice Calls: Handle inbound and outbound voice calls, including real-time audio streaming for AI-powered conversations.
  • SMS Messaging: Process inbound SMS messages and send automated or triggered outbound SMS replies.
  • Use Case: Automatically answer incoming customer support calls, transcribe the conversation, have an AI assistant provide information, and send a follow-up SMS confirmation.

Quick Start

Use the Twilio Telephony & SMS skill to send a test SMS message to the number 555-123-4567 with the content "Hello from your AI assistant!".

Frequently Asked Questions about Twilio Telephony & SMS

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate real-time voice calls with an AI assistant for live conversations?

Real-time voice calls integrate with AI assistants using Twilio Media Streams to stream audio. This enables STT, LLM, and TTS pipelines to process live conversations and provide AI-driven voice interactions.

Can I automatically send outbound SMS replies to inbound messages?

Yes, inbound SMS messages are processed through an LLM to generate automated non-streaming text replies. The system handles both inbound message parsing and outbound SMS delivery for automated communication workflows.

What's the best way to set up webhooks for Twilio telephony features?

Twilio telephony features require webhook configurations managed via the Twilio console. You must set up admin settings and webhook endpoints to route inbound voice and SMS events to your application for processing.

Does this Twilio integration support both voice and SMS in the same workflow?

Yes, the integration handles both real-time voice call processing via Media Streams and inbound/outbound SMS messaging. You can build automated workflows that transcribe calls, provide AI information, and send follow-up SMS confirmations.

How does real-time audio streaming work for AI-powered voice interactions?

Real-time audio streaming uses Twilio Media Streams to pass call audio through STT, LLM, and TTS pipelines. This allows the AI assistant to transcribe speech, process logic, and generate synthesized voice responses during live calls.