twilio-communications
Build Twilio SMS, Voice, and Verification Workflows
Communication features require careful handling of credentials, callbacks, compliance, and delivery limits. This skill provides Twilio patterns for SMS, voice IVR, WhatsApp verification, and phone verification.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "twilio-communications" from https://skillstore.io/skills/sickn33-twilio-communications.md and its manifest at https://skillstore.io/api/skills/sickn33-twilio-communications/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "twilio-communications". Design an order shipment SMS flow.
Expected outcome:
A concise plan covering E.164 numbers, environment credentials, Twilio client setup, status callbacks, opt-out tracking, and carrier filtering risks.
Using "twilio-communications". Add phone verification to signup.
Expected outcome:
A verification workflow with send, resend, check, expiration, error states, fraud controls, and user-facing copy points.
Using "twilio-communications". Create a basic support phone menu.
Expected outcome:
An IVR outline with greeting text, keypad options, Twilio signature validation, routing destinations, and no-input fallback behavior.
Security Audit
SafeAll command execution findings are Markdown code fences around Python examples, not executable shell backticks. Environment reads are Twilio credential and phone-number configuration, and the network finding is an inbound webhook validation helper. No evidence found of prompt injection, credential exfiltration, unauthorized command execution, or system reconnaissance intent.
Risk Factors
โ๏ธ External commands (5)
๐ Network access (1)
๐ Env variables (9)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/sickn33-twilio-communications/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sickn33-twilio-communications?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sickn33-twilio-communications?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-twilio-communications/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sickn33-twilio-communications.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
sickn33. (2026). twilio-communications security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-twilio-communications/audits/5BibTeX citation
@techreport{sickn33-sickn33-twilio-communications-2026,
author = {sickn33},
title = {twilio-communications security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/sickn33-twilio-communications/audits/5},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "twilio-communications security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-07"
url: "https://skillstore.io/skills/sickn33-twilio-communications/audits/5"
identifiers:
- type: other
value: "skillstore:sickn33-twilio-communications:audit:5"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Launch Transactional SMS
Design order updates, alerts, and reminders with delivery callbacks and number validation.
Add Phone Verification
Plan signup verification, password reset checks, and 2FA flows with Twilio Verify.
Create Voice Menus
Build IVR call routing with TwiML, keypad input, webhook validation, and fallback paths.
Try These Prompts
Use this Twilio skill to outline a safe SMS notification workflow for [event]. Include credentials, E.164 formatting, and delivery status handling.
Design a Twilio Verify flow for [app]. Include signup, resend limits, code checking, error states, and user messaging.
Plan a TwiML voice menu for [business]. Include menu options, webhook validation, fallback routing, and logging needs.
Audit my planned Twilio implementation for [product]. Check compliance, opt-out handling, rate limits, fraud risks, callback design, and monitoring.
Best Practices
- Store Twilio credentials in environment variables or a secret manager.
- Validate Twilio webhook signatures before processing inbound requests.
- Track consent, opt-outs, rate limits, and delivery failures in your application.
Avoid
- Do not hardcode Twilio credentials or phone numbers in source files.
- Do not send marketing messages without consent and opt-out handling.
- Do not treat example snippets as production-ready without tests and monitoring.
Frequently Asked Questions
Does this skill send messages by itself?
Which Twilio services does it cover?
Can I use it with Claude, Codex, and Claude Code?
Where should Twilio credentials live?
Does it handle compliance requirements?
Are the examples production-ready?
Developer Details
Author
sickn33License
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/twilio-communicationsRef
9f814fc6a43fd99946f2da5e0df231c65a38bc76
Maintenance freshness
7/18/2026
Usage
6 downloads ยท 103 views
File structure
๐ SKILL.md