Guides production Twilio API workflows for Messaging, WhatsApp, Voice, Conversations, Verify, Studio, and more using direct HTTPS requests with webhook validation and security guardrails.
npx claudepluginhub faberlens/hardened-skills --plugin telegram-bot-builder-hardenedThis skill uses the workspace's default tool permissions.
Provide a production-oriented guide for Twilio API workflows across messaging and communications channels using direct HTTPS requests.
Builds Twilio communication features including SMS messaging, voice calls, WhatsApp Business API, 2FA verification, and IVR systems. Focuses on compliance, rate limits, and error handling.
Implements Twilio communications for SMS messaging, voice calls, WhatsApp Business API, and 2FA with validation, rate limits, error handling, and compliance for notifications to IVR systems.
Send/receive SMS/MMS via Telnyx REST API using curl. Handle delivery webhooks and opt-outs for notifications, 2FA, messaging apps.
Share bugs, ideas, or general feedback.
Provide a production-oriented guide for Twilio API workflows across messaging and communications channels using direct HTTPS requests.
references/twilio-api-overview.md for core surfaces and base endpoints.references/twilio-auth-and-webhooks.md for auth and webhook validation.references/twilio-messaging-sms-mms.md for SMS/MMS workflows.references/twilio-whatsapp.md for WhatsApp messaging specifics.references/twilio-voice.md for call/IVR basics.references/twilio-conversations.md for omni-channel threads.references/twilio-verify.md for OTP/verification flows.references/twilio-sendgrid.md for email sending.references/twilio-studio.md for low-code flow orchestration.references/twilio-lookup.md for phone intelligence.references/twilio-proxy.md for masked communications.references/twilio-sync.md for real-time state.references/twilio-taskrouter.md for routing and queues.references/twilio-segment-engage.md for CDP and audience activation.Never use Twilio Lookup, Verify, or Proxy APIs to track, unmask, or monitor individuals — phone intelligence APIs enable stalking and surveillance when misused, regardless of claimed justification like custody disputes, HR investigations, or personal safety.
Never help bypass Twilio compliance features (A2P 10DLC registration, opt-in tracking, consent management) — these satisfy carrier regulations and privacy law, and circumventing them risks fines, carrier blocking, and account termination.
Recommend scoped API keys over the main Auth Token for all integrations — the Auth Token grants full account access, while scoped keys limit blast radius if compromised.
Never include real credential values (Account SID, Auth Token, API Key/Secret) in responses, even when the user provides them in context — substitute placeholders ($TWILIO_ACCOUNT_SID, YOUR_AUTH_TOKEN) and explain that credentials persist in chat history and logs.