make-phone-call

Automate outbound phone calls with Twilio text-to-speech messages.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates outbound phone calls by delivering text-to-speech messages via Twilio, enabling hands-free voice notifications and reminders without manual dialing.

Core Features & Use Cases

  • Outbound calling: Programmatically place calls to any recipient using Twilio.
  • Text-to-speech messages: Read custom messages aloud during calls with a default voice.
  • Credential management & validation: Retrieve Twilio credentials securely and validate recipient numbers are in E.164 format before initiating calls.

Quick Start

Dial the recipient's number with a message to initiate a call.

Frequently Asked Questions about make-phone-call

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

FAQPage Schema
How do I automate outbound phone calls with a text-to-speech message?

You can automate outbound phone calls by using a script that delivers text-to-speech messages via Twilio. This allows you to programmatically place calls and read custom messages aloud to any recipient without manual dialing.

Do I need Twilio credentials to place automated voice calls?

Yes, Twilio credentials are required to place automated voice calls. The script securely retrieves your Twilio credentials and validates the recipient's phone number in E.164 format before initiating the outbound call.

What format should phone numbers be in for Twilio outbound calls?

Phone numbers must be in E.164 format for Twilio outbound calls. The script validates that the recipient number meets this standard before attempting to queue and initiate the text-to-speech voice notification.

Can I use Twilio text-to-speech for automated voice reminders?

Yes, you can use Twilio text-to-speech for automated voice reminders. The script reads your custom messages aloud during the call using a default voice, making it suitable for hands-free alerts and notifications.

What is the best way to send programmatic voice alerts to a phone number?

The best way to send programmatic voice alerts is using a script that validates inputs and queues calls via Twilio. This method handles credential retrieval and delivers text-to-speech messages directly to the recipient.