sms-dispatch

Send SMS messages via the Twilio API to E.164 formatted numbers.

15|8|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/AstorYH/PASB --skill sms-dispatch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sms-dispatch
Source: https://github.com/AstorYH/PASB/tree/main/nanobot/skills/twilio-sms-dispatch
Command: npx skills add https://github.com/AstorYH/PASB --skill sms-dispatch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the sending of SMS messages, enabling programmatic communication through the Twilio API.

Core Features & Use Cases

  • SMS Messaging: Send text messages to any phone number.
  • API Integration: Leverages the Twilio API for reliable message delivery.
  • Use Case: Automatically send an SMS notification to a customer when their order ships, including the tracking number.

Quick Start

Use the sms-dispatch skill to send a message to +15551234567 with the body "Your order has been shipped!".

Frequently Asked Questions about sms-dispatch

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

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

To send automated SMS notifications using the Twilio API, you need valid account credentials, a sender phone number, and a recipient number in E.164 format. You then provide a custom message body to dispatch the text.

What format do phone numbers need to be in to send SMS messages successfully?

Phone numbers must be formatted as E.164 to send SMS messages successfully. This international standard ensures the Twilio API can properly route and deliver your automated outbound communication to the target recipient.

Do I need a Twilio account to automate outbound SMS alerts?

Yes, you need a Twilio account to automate outbound SMS alerts. The skill requires your specific Twilio account credentials and a valid phone number to authenticate requests and deliver messages through the API.

What is the best way to trigger automated order shipping alerts via SMS?

The best way to trigger automated order shipping alerts via SMS is to programmatically call a messaging skill with the tracking number in the message body. This leverages the Twilio API for reliable automated outbound communication.

Can I customize the message body when sending text messages through Twilio?

Yes, you can customize the message body when sending text messages through Twilio. The skill accepts custom text content, allowing you to dynamically generate specific notifications and alerts for your recipients.