send-sms

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

2|1|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/dalehurley/phpbot --skill send-sms
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: send-sms
Source: https://github.com/dalehurley/phpbot/tree/main/skills/send-sms
Command: npx skills add https://github.com/dalehurley/phpbot --skill send-sms

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, and includes scripts (resource) components.

What problem does it solve?

Sending SMS messages programmatically can be tedious and error-prone when done manually or via ad-hoc tooling; this skill provides a zero-friction Twilio-based integration within AI workflows.

Core Features & Use Cases

  • Twilio-backed SMS delivery to any recipient
  • Support for custom message content and recipient numbers in E.164 format
  • Securely retrieve credentials and sender number via a key store before execution

Quick Start

Tell the assistant to send an SMS to a specific number with your desired text.

Frequently Asked Questions about send-sms

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

FAQPage Schema
How do I send an SMS from an AI workflow using Twilio?

You can send an SMS from an AI workflow by using this skill to automate Twilio API calls, requiring your Account SID, Auth Token, and an E.164 formatted recipient number to deliver custom text content.

Do I need to format phone numbers in a specific way to send a text message via Twilio?

Yes, you need to format recipient phone numbers using the E.164 standard to successfully send a text message via the Twilio API through this automated workflow.

How are Twilio credentials handled when sending SMS messages programmatically?

Twilio credentials, including your Account SID and Auth Token, are securely retrieved from a key store before execution to send SMS messages programmatically without hardcoding sensitive data.

Can I use curl to send SMS messages with the Twilio API?

Yes, you can use curl to send SMS messages with the Twilio API, as this skill relies on curl scripts to automate the delivery of custom text content to specified phone numbers.

What is the best way to automate text messaging to phone numbers without manual API setup?

The best way to automate text messaging without manual API setup is using this skill, which securely retrieves Twilio credentials and sender numbers via a key store to execute API calls automatically.

Does sending SMS via this Twilio integration support custom message content?

Yes, sending SMS via this Twilio integration supports custom message content, allowing you to specify the exact text you want to deliver to any E.164 formatted recipient number.