twilio

Send SMS and MMS messages and check delivery status via Twilio APIs.

11|8|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/tallclub/matimo --skill twilio-tallclub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: twilio
Source: https://github.com/tallclub/matimo/tree/main/typescript/packages/twilio/skills/twilio
Command: npx skills add https://github.com/tallclub/matimo --skill twilio-tallclub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate Twilio messaging workflows to send SMS and MMS, track delivery, and manage conversations without manual coding, reducing delays and human error.

Core Features & Use Cases

  • Send SMS and MMS messages using the Twilio Programmable Messaging API through Matimo tools.
  • Check delivery status and fetch message details with dedicated tools.
  • List messages for auditing, reconciliation, and quick responses to customer inquiries.
  • Use cases include transactional alerts, appointment reminders, and verification flows.

Quick Start

Place a message via twilio-send-sms and verify its delivery with twilio-get-message.

Frequently Asked Questions about twilio

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

FAQPage Schema
How do I automate sending SMS and MMS through the Twilio Programmable Messaging API?

You can automate sending SMS and MMS through the Twilio Programmable Messaging API by configuring Twilio credentials and HTTP Basic Auth to authorize workflow actions. This enables automated transactional alerts, OTP verification, and appointment reminders without manual coding.

Can I track SMS delivery status and fetch message details from Twilio?

Yes, you can track SMS delivery status and fetch message details using dedicated tools to check individual messages. This allows you to monitor delivery tracking, verify OTP flows, and audit outbound communications effectively.

What do I need to authorize Twilio messaging workflows for automated SMS?

To authorize Twilio messaging workflows for automated SMS, you need valid Twilio credentials configured with HTTP Basic Auth. This setup verifies your account permissions to programmatically send messages and query delivery statuses.

How do I list Twilio messages for auditing and customer inquiry reconciliation?

You list Twilio messages for auditing and customer inquiry reconciliation by using the message listing tool to fetch delivery records. This provides a quick overview of outbound communications for verification and tracking purposes.

Does this approach support OTP verification and transactional alert workflows?

Yes, this approach supports OTP verification and transactional alert workflows by combining programmatic SMS sending with delivery status tracking. You can send messages and immediately verify their delivery state for time-sensitive operations.

What is the best way to manage SMS conversations without manual coding?

The best way to manage SMS conversations without manual coding is by automating Twilio messaging workflows to send, track, and list messages. This reduces human error and operational delays in routine communication tasks.