CtrlK
BlogDocsLog inGet started
Tessl Logo

resend-webhooks

Receive and verify Resend webhooks. Use when setting up Resend webhook handlers, debugging signature verification, handling email events like email.sent, email.delivered, email.bounced, or processing inbound emails.

71

Quality

88%

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

76%Weight 40%Scale 1-5

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

The body is highly actionable with multiple executable handlers and good reference structure, but lacks an explicit verify→parse→handle workflow with validation checkpoints and includes some duplicated/dangling references.

Suggestions

Add an explicit sequenced workflow (verify signature → check timestamp tolerance → parse → handle idempotently by email_id) with validation checkpoints rather than embedding the sequence only in code.

Remove the duplicate webhook-handler-patterns listing or consolidate it into a single reference, and either create the example/ directories or drop the dangling examples/express, examples/nextjs, examples/fastapi links.

Trim the Attribution section and inline ceremony to tighten token budget.

DimensionReasoningScore

Conciseness

Mostly lean with copy-paste code and minimal preamble, but the webhook-handler-patterns listing is duplicated across 'Recommended' and 'Related Skills' and the Attribution ceremony adds little.

4 / 5

Actionability

Three complete copy-paste-ready handlers (Express SDK, manual JS, FastAPI), concrete env vars, a local-dev command, and an event-type table fully cover the common cases.

5 / 5

Workflow Clarity

Verify-then-parse ordering is embedded in code with try/catch error handling, but there is no explicit sequenced workflow with validation checkpoints, and signature verification is security-sensitive—capping clarity at 3 per the destructive/batch rule.

3 / 5

Progressive Disclosure

Body is an overview delegating detail to real one-level-deep references (overview.md, setup.md, verification.md), but the 'examples/express' etc. links point to bundle paths that do not exist in the skill.

4 / 5

Total

16

/

20

Passed

Description

100%Weight 40%Scale 1-5

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 fully answers both what and when with concrete event names, making it a strong, low-conflict skill description.

DimensionReasoningScore

Specificity

Lists multiple concrete actions—'Receive and verify Resend webhooks', 'setting up...handlers', 'debugging signature verification', 'handling email events', 'processing inbound emails'—with comprehensive domain coverage.

5 / 5

Completeness

Explicitly answers both 'what' ('Receive and verify Resend webhooks') and 'when' ('Use when setting up...debugging...handling...processing') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Comprehensive natural trigger coverage including 'Resend webhooks', 'signature verification', 'webhook handlers', and enumerated event names (email.sent, email.delivered, email.bounced) plus 'inbound emails'.

5 / 5

Distinctiveness Conflict Risk

Clear Resend-specific niche with distinct event-name triggers and minimal overlap risk with other webhook skills.

5 / 5

Total

20

/

20

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

relative_links

Relative link issues: 3 missing

Warning

Total

15

/

16

Passed

Repository
hookdeck/webhook-skills
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.