CtrlK
BlogDocsLog inGet started
Tessl Logo

twilio-sendgrid-webhooks

Track email delivery and engagement via SendGrid Event Webhooks. Covers all 11 event types (delivery + engagement), webhook handler implementation, ECDSA signature verification, batched event processing, and common debugging patterns. Use when building SendGrid delivery tracking, engagement analytics, or bounce handling. Requires a SendGrid API key (SG.-prefix) — not applicable to the Twilio Email API (comms.twilio.com).

73

Quality

90%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

80%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.

An actionable, concise reference with executable handlers and good guardrail notes. Its main weaknesses are that the signature-verification checkpoint is described but not wired into the handler workflow, and the content is somewhat monolithic with no progressive disclosure into reference files.

Suggestions

Integrate ECDSA signature verification as an explicit, ordered step in the webhook handler workflow (ideally with the verification code inside the handler examples) so the security checkpoint is enforced rather than only mentioned.

Provide executable ECDSA P-256 verification code or a verify script, since the description promises signature verification but the body only names the relevant headers and links to docs.

Move the full event-type catalog and/or the per-language handler examples into reference files (e.g. references/events.md, references/handlers.md) and link from SKILL.md to reduce inline bulk and improve progressive disclosure.

DimensionReasoningScore

Conciseness

Lean and operational — it skips basic explanations of what webhooks/SendGrid are, uses compact event tables, and every section earns its place, matching the 'every token earns its place' anchor rather than the padded level-2 example.

3 / 3

Actionability

Provides copy-paste-ready Flask and Express handlers, specific verification header names, and a concrete dedup key (sg_event_id); guidance is executable rather than descriptive, hitting the level-3 anchor. The only soft gap is that ECDSA verification itself is named but not shown in code.

3 / 3

Workflow Clarity

The handler flow and dedup/retry guidance are present, but signature verification — a security checkpoint for batched event processing — is described separately and never integrated into the handler code/sequence, so per the batch-operation rule workflow clarity is capped at 2 rather than reaching the explicit-checkpoint level-3 anchor.

2 / 3

Progressive Disclosure

Sections are clearly organized and external links are one level deep, but the body is a fairly monolithic ~80-line document with the full event catalog and two full code samples inline and no bundle files to offload detail, fitting the level-2 'content that should be separate is inline' anchor better than the split-and-linked level-3 example.

2 / 3

Total

10

/

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.

A strong, third-person description that concretely states capabilities, supplies natural trigger terms, gives an explicit 'Use when' clause, and actively disambiguates from the Twilio Email API. No notable weaknesses.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'webhook handler implementation, ECDSA signature verification, batched event processing, and common debugging patterns' — matching the level-3 anchor rather than the level-2 'names domain and some actions'.

3 / 3

Completeness

Clearly answers what ('Track email delivery and engagement via SendGrid Event Webhooks') and when ('Use when building SendGrid delivery tracking, engagement analytics, or bounce handling'), satisfying the explicit-trigger requirement.

3 / 3

Trigger Term Quality

Natural terms a user would say appear throughout — 'SendGrid Event Webhooks', 'delivery tracking', 'engagement analytics', 'bounce handling' — giving good coverage rather than just 'some relevant keywords'.

3 / 3

Distinctiveness Conflict Risk

A clear SendGrid-specific niche with an explicit disambiguator — 'not applicable to the Twilio Email API (comms.twilio.com)' — making conflict with adjacent skills unlikely.

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.