CtrlK
BlogDocsLog inGet started
Tessl Logo

twilio-sendgrid-inbound-parse

Receive inbound email via SendGrid Inbound Parse webhook. Covers MX record setup, parsed vs raw mode, handling attachments, and common pitfalls. Use when building email-to-app workflows like support ticket creation or email processing pipelines. Requires a SendGrid API key (SG.-prefix) — not applicable to the Twilio Email API (comms.twilio.com).

76

Quality

93%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

SKILL.md
Quality
Evals
Security

Quality

Content

87%Weight 40%Scale 1-3

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is lean, actionable, and well-organized with executable code and a strong CANNOT section. The main gap is workflow clarity: the setup and webhook-verification flow lack explicit validation checkpoints.

Suggestions

Add a verification checkpoint to Setup (e.g., 'Send a test email to inbound.yourdomain.com and confirm a 200 POST hits your endpoint') so the sequence has a concrete validation step.

Turn the Signed Webhook security note into a short validate-then-proceed loop (verify signature → reject on failure → process on success) to give the security workflow the feedback loop the rubric rewards.

Consolidate the duplicate security advice between the inline callout and the Signed Webhook section to tighten the token budget further.

DimensionReasoningScore

Conciseness

Lean body with no conceptual padding (no 'what is a webhook' exposition); each section earns its tokens. Slight repetition of security advice across the callout and Signed Webhook section keeps it just within budget.

3 / 3

Actionability

Provides a complete, executable Flask handler, a concrete field table, and specific values like the 'mx.sendgrid.net' MX target — copy-paste ready.

3 / 3

Workflow Clarity

Setup is a numbered sequence but lacks validation checkpoints or a verify/retry loop; the CANNOT list enumerates constraints rather than sequencing how to confirm a working webhook.

2 / 3

Progressive Disclosure

Single self-contained file organized into clear sections with Next Steps linking sibling skills; for a skill this size with no needed external references, organization alone earns a 3.

3 / 3

Total

11

/

12

Passed

Description

100%Weight 40%Scale 1-3

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is specific, trigger-rich, and complete, with a clear 'Use when' clause and an explicit boundary that reduces conflict risk. It is concise and free of fluff.

DimensionReasoningScore

Specificity

Lists multiple concrete capabilities — 'MX record setup, parsed vs raw mode, handling attachments, and common pitfalls' — matching the multiple-specific-actions anchor.

3 / 3

Completeness

Explicitly answers both what ('Receive inbound email via SendGrid Inbound Parse webhook') and when ('Use when building email-to-app workflows...').

3 / 3

Trigger Term Quality

Natural user phrasing is well covered: 'inbound email,' 'email-to-app workflows,' 'support ticket creation,' 'email processing pipelines' are terms a user would actually say.

3 / 3

Distinctiveness Conflict Risk

Narrow, distinct niche with an explicit scope exclusion ('not applicable to the Twilio Email API (comms.twilio.com)'), unlikely to trigger the wrong skill.

3 / 3

Total

12

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
openai/plugins
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.