twilio-sms

Send and monitor SMS messages via the Twilio API.

4|3|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/qhkm/zeptoclaw-skills --skill twilio-sms-qhkm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: twilio-sms
Source: https://github.com/qhkm/zeptoclaw-skills/tree/main/twilio-sms
Command: npx skills add https://github.com/qhkm/zeptoclaw-skills --skill twilio-sms-qhkm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables sending, checking, and listing SMS messages through the Twilio API, reducing manual steps in communications and alerts.

Core Features & Use Cases

  • Send SMS: Dispatch SMS/MMS from a configured Twilio number to any recipient.
  • Check Status: Retrieve message status and details by SID to monitor delivery.
  • List Messages: Retrieve recent messages for auditing and history.
  • Environment Prerequisites: Requires Twilio credentials (Account SID, Auth Token) and a valid From number, configured in your environment.
  • Use Case: Send order confirmations, alerts, or notifications to customers or team members.

Quick Start

Set your Twilio credentials in the environment and send a test SMS to verify the integration.

Frequently Asked Questions about twilio-sms

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

FAQPage Schema
How do I send SMS notifications through the Twilio API?

Send SMS notifications through the Twilio API by configuring your Account SID, Auth Token, and a sender number, then dispatching messages to recipients via REST API calls or SDKs.

What do I need to automate SMS messaging with Twilio?

To automate SMS messaging with Twilio, you need your Twilio Account SID, Auth Token, and a valid From number configured in your environment before making API calls.

Can I check SMS delivery status using the Twilio API?

Check SMS delivery status using the Twilio API by retrieving message details and status via the message SID, allowing you to monitor delivery outcomes for audits.

How do I list recent SMS messages for auditing with Twilio?

List recent SMS messages for auditing by retrieving message history through the Twilio API, which provides records of sent and received communications for review.

Is the Twilio API suitable for lightweight SMS automation applications?

The Twilio API is suitable for lightweight SMS automation applications, supporting notifications, alerts, and customer communications without heavy infrastructure requirements.

What's the best way to send automated alerts to team members via SMS?

Send automated alerts to team members via SMS by integrating the Twilio API into your workflow, dispatching messages from a configured sender number to recipient phones.