webhook-skills

A collection of skills for receiving, checking, and delivering webhooks from many service providers. A webhook is an HTTP callback that lets one service notify another when an event happens.

In plain words
What is it for?
Use it to build webhook handlers for services such as Stripe, Shopify, and GitHub, verify signatures, process callbacks in Express, Next.js, or FastAPI, and manage delivery with Hookdeck.
Why use it?
It provides provider-specific details and reusable handler patterns for common webhook setup and debugging work.

Plugin for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Claude Code
/plugin marketplace add hookdeck/webhook-skills
agentmods
npx agentmods add plugins/hookdeck/webhook-skills/marketplace
Clone the repo
git clone --depth 1 https://github.com/hookdeck/webhook-skills

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

webhook-skills scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude-plugin/marketplace.json · 3,668 lines

How it starts

The opening of the file, as written. The whole thing — 3,668 lines — stays where its author put it; the contents beside it link to each section on GitHub.

{
  "name": "webhook-skills",
  "owner": {
    "name": "Hookdeck",
    "email": "[email protected]"
  },
  "metadata": {
    "description": "Webhook integration skills for AI coding agents: provider skills (Stripe, Shopify, GitHub, and 30+ others) plus framework-agnostic handler patterns and Hookdeck infrastructure plugins for receiving, verifying, and delivering webhooks across Express, Next.js, and FastAPI.",
    "version": "0.1.0"
  },
  "plugins": [
    {
      "name": "aiprise-webhooks",
      "description": "Receive and verify AiPrise webhooks (callbacks). Use when setting up AiPrise identity/KYC/KYB callback handlers, debugging X-HMAC-SIGNATURE verification, or handling verification results like APPROVED, DECLINED, REVIEW, and UNKNOWN.",
      "source": "./skills/aiprise-webhooks",
      "strict": false,
      "skills": [
        "./"
      ],
      "category": "integration",
      "license": "MIT",
      "author": {
        "name": "Hookdeck",
        "email": "[email protected]"
      },
      "repository": "https://github.com/hookdeck/webhook-skills",
      "homepage": "https://github.com/hookdeck/webhook-skills/tree/main/skills/aiprise-webhooks",
      "keywords": [
        "webhooks",
        "aiprise"
      ]
    },
    {
      "name": "aircall-webhooks",
      "description": "Receive and verify Aircall webhooks. Use when setting up Aircall webhook handlers, debugging Aircall webhook token verification, or handling Aircall cloud phone events like call.created, call.answered, call.ended, message.received, contact.updated, or user.connected.v2. Aircall does NOT use an HMAC signature — verification is a timing-safe comparison of the `token` field inside the JSON body.",
      "source": "./skills/aircall-webhooks",
      "strict": false,
      "skills": [
        "./"
      ],
      "category": "integration",
      "license": "MIT",
      "author": {
        "name": "Hookdeck",
        "email": "[email protected]"
      },
      "repository": "https://githu

Read the full file on GitHub · 3,668 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 3,668 lines scan A 8201f3c315a1

Subscribe to this mod's changes

webhook-skills is a plugin published in the GitHub repository hookdeck/webhook-skills (83 stars, last pushed 5d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.