vercel-webhooks

Official

Secure Vercel webhook handling for deployments.

Authorhookdeck
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables your applications to securely receive and verify Vercel webhooks by validating the x-vercel-signature header against the raw request body using HMAC-SHA1.

Core Features & Use Cases

  • Signature verification: compute a timing-safe HMAC-SHA1 signature with VERCEL_WEBHOOK_SECRET to authenticate incoming webhook payloads.
  • Event handling: parse and respond to common Vercel events such as deployment.created, deployment.succeeded, deployment.ready, deployment.error, deployment.canceled, deployment.promoted, project.created, project.removed, project.renamed, domain.created, integration-configuration.removed, and attack.detected.
  • Local testing & examples: provides runnable examples across Express, Next.js, and FastAPI to accelerate integration and debugging.

Quick Start

Set up a webhook endpoint (e.g., /webhooks/vercel) that reads the raw JSON body, verifies the signature using VERCEL_WEBHOOK_SECRET, and processes event payloads. Use the included examples in this skill for Express, Next.js, and FastAPI to validate your setup.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: vercel-webhooks
Download link: https://github.com/hookdeck/webhook-skills/archive/main.zip#vercel-webhooks

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.