uni-twilio

Send and manage Twilio SMS messages from the terminal via uni CLI.

9|1|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/shockz09/uni-cli --skill uni-twilio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uni-twilio
Source: https://github.com/shockz09/uni-cli/tree/main/skill/skills/uni-twilio
Command: npx skills add https://github.com/shockz09/uni-cli --skill uni-twilio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Twilio SMS messaging via uni CLI lets you send and manage text messages directly from the terminal, enabling automation and rapid notifications without leaving your workflow.

Core Features & Use Cases

  • Send SMS: Dispatch SMS messages to any global number from the command line.
  • List & Track: Retrieve recent messages and view statuses for quick auditing.
  • Automated Alerts: Integrate with scripts to notify events (e.g., deployments, alerts) via SMS.

Quick Start

To begin, authenticate with your Twilio credentials and test sending a message using the uni CLI. Example: uni twilio auth ACxxx xxx -p +15551234567 uni twilio send +15559876543 "Hello from uni CLI!"

Frequently Asked Questions about uni-twilio

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

FAQPage Schema
How do I send SMS messages from the terminal using Twilio?

To send SMS from the terminal, authenticate with your Twilio credentials using the uni CLI, then execute the send command with the recipient number and message text to dispatch messages directly from your command line.

What Twilio credentials do I need to send SMS via CLI?

You need your TWILIO_ACCOUNT_SID, TWILIO_AUTH_TOKEN, and TWILIO_PHONE_NUMBER to authenticate the uni CLI integration with Twilio endpoints and successfully send SMS messages.

Can I track SMS delivery status from the command line?

Yes, the uni CLI allows you to retrieve recent messages and view their delivery statuses directly from the command line, providing quick SMS auditing and tracking without leaving your terminal.

How do I automate SMS alerts for scripts and deployments?

You can automate SMS alerts by integrating the uni CLI send command into your deployment or monitoring scripts, triggering Twilio text message notifications automatically when specific events occur.

Does this CLI tool work for global SMS numbers?

Yes, the uni CLI allows you to dispatch SMS messages to any global number from the command line via Twilio, enabling worldwide notifications as long as your Twilio account supports the destination region.