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
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
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"