Skip to main content
Back to registry

twilio-communications

sickn33/antigravity-awesome-skills

Basic pattern for sending SMS messages with Twilio. Handles the fundamentals: phone number formatting, message delivery, and delivery status callbacks.

Installs341
Install command
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill twilio-communications
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Basic pattern for sending SMS messages with Twilio. Handles the fundamentals: phone number formatting, message delivery, and delivery status callbacks. Key considerations: When to use : ['Sending notifications to users', 'Transactional messages (order confirmations, shipping)', 'Alerts and reminders'] Use Twilio Verify for phone number verification and 2FA. Handles code generation, delivery, rate limiting, and fraud prevention. Key benefits over DIY OTP: Google found SMS 2FA blocks "100% of automated bots, 96% of bulk phishing attacks, and 76% of targeted attacks." When to use : ['User phone number verification at signup', 'Two-factor authentication (2FA)', 'Password reset verification', 'High-value transaction confirmation'] Build Interactive Voice Response (IVR) systems using TwiML. TwiML (Twilio Markup Language) is XML that tells Twilio what to do when receiving calls. Core TwiML verbs: Key insight: Twilio makes HTTP request to your webhook, you return TwiML, Twilio executes it. Stateless, so use URL params or sessions.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does twilio-communications do?

Basic pattern for sending SMS messages with Twilio. Handles the fundamentals: phone number formatting, message delivery, and delivery status callbacks.

Is twilio-communications good?

twilio-communications does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does twilio-communications work with?

twilio-communications currently lists compatibility with codex, gemini-cli, opencode, cursor, claude-code, antigravity.

What are alternatives to twilio-communications?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install twilio-communications?

npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill twilio-communications

Related skills

More from sickn33/antigravity-awesome-skills

Related skills

Alternatives in Software Engineering