Twilio SMS messaging via uni CLI. Use when user wants to send SMS, check message status, or list sent messages.
Requires TWILIO_ACCOUNT_SID, TWILIO_AUTH_TOKEN, and TWILIO_PHONE_NUMBER.
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Twilio SMS messaging via uni CLI. Use when user wants to send SMS, check message status, or list sent messages.
Requires TWILIO_ACCOUNT_SID, TWILIO_AUTH_TOKEN, and TWILIO_PHONE_NUMBER.
allowed-tools
Bash(uni:*), Bash(~/.local/bin/uni:*)
Twilio (uni)
Send and manage SMS messages from the terminal.
Authentication
uni twilio auth <ACCOUNT_SID> <AUTH_TOKEN> -p +15551234567
uni twilio auth --status # Check configuration
uni twilio auth --logout# Remove credentials# Or use environment variablesexport TWILIO_ACCOUNT_SID="ACxxx"export TWILIO_AUTH_TOKEN="xxx"export TWILIO_PHONE_NUMBER="+15551234567"