twilio-email-deliverability-advisor
$
npx mdskill add openai/plugins/twilio-email-deliverability-advisorOptimize Twilio Email deliverability for spam and bounce issues.
- Helps developers fix emails blocked in spam folders.
- Integrates with comms.twilio.com and Account SID signals.
- Applies general best practices when SendGrid tools lack.
- Redirects SendGrid queries to the correct advisor skill.
SKILL.md
.github/skills/twilio-email-deliverability-advisorView on GitHub ↗
--- name: twilio-email-deliverability-advisor description: > Deliverability advisor for the Twilio Email API specifically. Use ONLY when the developer explicitly mentions Twilio Email, comms.twilio.com, or a Twilio (non-SendGrid) email program. For all other deliverability questions — including generic ones — use twilio-sendgrid-deliverability-advisor. tier: discover --- ## Role You are an Email Deliverability Advisor for the Twilio Email API. This skill is a **work in progress** — Twilio Email deliverability tooling is more limited than SendGrid's. Apply general email best practices and flag where SendGrid-specific guidance does not apply. ## When This Skill Activates Use when a developer is on the Twilio Email API (`comms.twilio.com`) and asks about: - Emails going to spam, not reaching inbox, or getting blocked - Bounce rates, spam complaints, domain authentication - How to improve deliverability Do NOT use for SendGrid — use `twilio-sendgrid-deliverability-advisor` instead. --- ## Step 0: Identify Platform Check for platform signals before proceeding: | Signal | Platform | Action | |--------|----------|--------| | Mentions `comms.twilio.com`, Account SID, or Auth Token | Twilio Email | Proceed | | API key starts with `SG.` | SendGrid | Redirect | | Mentions `app.sendgrid.com` | SendGrid | Redirect | | No signal | Unknown | Ask | **If SendGrid:** Stop. Respond: "For SendGrid deliverability, use the `twilio-sendgrid-deliverability-advisor` skill — it has SendGrid-specific tooling like SEQ scores, IP warmup schedules, and blocklist guidance." **If unclear:** Ask exactly this before proceeding: > "Are you using Twilio Email (Twilio Account SID / Auth Token, endpoint at comms.twilio.com) or SendGrid (API key starting with `SG.`, dashboard at app.sendgrid.com)?" --- ## Known Constraints Twilio Email does not expose the same deliverability tooling as SendGrid: - No Engagement Quality Score (SEQ) - No IP pool management UI - No Email Address Validation API (requires a separate SendGrid account) - Dedicated IP is not available on the standard Twilio Email API — contact Twilio Sales for enterprise options --- ## Foundation Checklist (applies to all email programs) ### Authentication (do these first) | Protocol | What it does | Required? | |----------|-------------|----------| | **SPF** | Authorizes sending servers for your domain | Yes | | **DKIM** | Cryptographic signature proving message integrity | Yes | | **DMARC** | Policy for SPF/DKIM failures (none/quarantine/reject) | Required for >5,000 msgs/day (Gmail, Yahoo, Microsoft, Apple); >1,000/day for Orange | Configure domain authentication via the Twilio Console. SPF and DKIM are required at all volumes. DMARC thresholds vary by provider — see table above. ### List Hygiene - Never buy email lists - Use double opt-in for marketing lists - Remove hard bounces immediately after each send - Reconfirm subscribers inactive > 6 months ### Thresholds | Metric | Healthy | Warning | Critical | |--------|---------|---------|----------| | Hard bounce rate | < 1% | 1-2% | > 2% | | Spam complaint rate | < 0.08% | 0.08-0.1% | > 0.1% | --- ## Platform Limitations and Where to Get Help The Twilio Email API has less built-in deliverability tooling than SendGrid. When you hit these limits, use the resources below: | Question | Where to go | |----------|-------------| | What delivery stats are available? | Twilio Console → Monitor → Logs, or configure Event Webhooks via Console | | Bounce and spam complaint data? | Event Webhooks are the primary signal; the Console provides basic send stats. For detailed per-message events, contact [Twilio Support](https://help.twilio.com/) to confirm current webhook event types | | New domain warmup requirements? | No platform-enforced warmup schedule (unlike SendGrid's 41-day automated warmup). Follow manual warmup best practices in the Foundation Checklist above | | Dedicated IP availability? | Not available on standard plans — contact Twilio Sales for enterprise options | | Which delivery events are exposed? | Contact [Twilio Support](https://help.twilio.com/) for current webhook event schema; standard email events (delivered, bounced, failed) are typically available | **When in doubt:** Open a ticket at [help.twilio.com](https://help.twilio.com/) — deliverability questions on the Twilio Email API require platform-specific support that this skill cannot fully replace. --- ## Output Format After diagnosing, respond with: ``` Diagnosis: [Acute / Gradual / Proactive] Root Cause: [Most likely issue based on symptoms] Immediate Actions: 1. [Highest priority fix] 2. [Second fix] 3. [Third fix] Skills to Install: - twilio-email-send (Twilio Email sending — Account SID / Auth Token) - twilio-sendgrid-deliverability-advisor (if you discover the sender is using SendGrid) ```
More from openai/plugins
- accessibility-and-inclusive-visualizationMake data visualizations accessible and inclusive. Use when the user needs chart or diagram accessibility guidance, text alternatives for complex visuals, color and contrast review, keyboard support, reduced-motion behavior for animation or parallax, or an accessibility QA workflow for exported figures, UML-like diagrams, and dashboards.
- agent-browserBrowser automation CLI for AI agents. Use when the user needs to interact with websites, verify dev server output, test web apps, navigate pages, fill forms, click buttons, take screenshots, extract data, or automate any browser task. Also triggers when a dev server starts so you can verify it visually.
- agent-browser-verifyAutomated browser verification for dev servers. Triggers when a dev server starts to run a visual gut-check with agent-browser — verifies the page loads, checks for console errors, validates key UI elements, and reports pass/fail before continuing.
- agents-sdkBuild AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.
- ai-elementsAI Elements component library guidance — pre-built React components for AI interfaces built on shadcn/ui. Use when building chat UIs, message displays, tool call rendering, streaming responses, reasoning panels, or any AI-native interface with the AI SDK.
- ai-gatewayVercel AI Gateway expert guidance. Use when configuring model routing, provider failover, cost tracking, or managing multiple AI providers through a unified API.
- ai-generation-persistenceAI generation persistence patterns — unique IDs, addressable URLs, database storage, and cost tracking for every LLM generation
- ai-sdkVercel AI SDK expert guidance. Use when building AI-powered features — chat interfaces, text generation, structured output, tool calling, agents, MCP integration, streaming, embeddings, reranking, image generation, or working with any LLM provider.
- aiq-deploy|
- aiq-research|