hookdeck

76 mods across 4 repositories, 450 stars between them.

hookdeck/hookdeck-cli

Skill Claude CodeCodex

Guides maintainers through Hookdeck CLI releases (stable GA, beta from main, beta from feature branches) and user-centric GitHub release notes. Validates proposed versions against SemVer from the actual change set (e.g. breaking changes require a major bump). Use when cutting a release, publishing a tag, drafting…

360 8d ago A 104 tokens original Apache-2.0

hookdeck/hookdeck-cli

Instructions file CodexOpenCode

Instructions for hookdeck/hookdeck-cli, covering agents guidelines for hookdeck cli, 1. project structure & navigation, core directories, key files and 2. openapi to cli conversion standards.

360 8d ago A 7,487 tokens original Apache-2.0

hookdeck/hookdeck-cli

Instructions file

Instructions for hookdeck/hookdeck-cli: Read AGENTS.md for all agent instructions (project structure, testing, sandbox permissions, CLI conventions, .agents/skills/ workflows, and releases).

360 8d ago A 50 tokens original Apache-2.0

webhook-skills

04

hookdeck/webhook-skills

Plugin Claude Code

Plugin marketplace listing 164 plugins: aiprise-webhooks, aircall-webhooks, akeneo-webhooks, ascend-webhooks, azure-event-grid-webhooks.

83 5d ago A tokens not measured original MIT

hookdeck/webhook-skills

Instructions file CodexOpenCode

Instructions for hookdeck/webhook-skills, covering agents.md, repository overview, repository structure, skill types and pattern skills (webhook-handler-patterns).

83 5d ago B 7,872 tokens original MIT

adyen-webhooks

06

hookdeck/webhook-skills

Skill Claude CodeCodex

Receive and verify Adyen webhooks (standard notifications). Use when setting up Adyen webhook handlers, debugging HMAC signature verification, or handling payment events like AUTHORISATION, CAPTURE, REFUND, CANCELLATION, and CHARGEBACK.

83 5d ago A 57 tokens original MIT

aiprise-webhooks

07

hookdeck/webhook-skills

Skill Claude CodeCodex

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.

83 5d ago A 59 tokens original MIT

aircall-webhooks

08

hookdeck/webhook-skills

Skill Claude CodeCodex

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 …

83 5d ago A 88 tokens original MIT

airtable-webhooks

09

hookdeck/webhook-skills

Skill Claude CodeCodex

Receive and verify Airtable webhooks. Use when setting up Airtable webhook handlers, debugging X-Airtable-Content-MAC signature verification, handling the thin-ping notification, or fetching base changes (tableData, tableFields, tableMetadata add/remove/update) from the webhook payloads API.

83 5d ago A 65 tokens original MIT

airwallex-webhooks

10

hookdeck/webhook-skills

Skill Claude CodeCodex

Receive and verify Airwallex webhooks. Use when setting up Airwallex webhook handlers, debugging x-signature / x-timestamp signature verification, or handling payment events like paymentintent.succeeded, paymentattempt.paid, refund.settled, paymentconsent.verified, or paymentdispute.requiresresponse.

83 5d ago A 70 tokens copy · 81% MIT

akeneo-webhooks

11

hookdeck/webhook-skills

Skill Claude CodeCodex

Receive and verify Akeneo PIM (Events API) webhooks. Use when setting up Akeneo webhook handlers, debugging x-akeneo-request-signature verification, or handling batched product and product-model events like product.created, product.updated, product.removed, productmodel.created, productmodel.updated, or…

83 5d ago A 71 tokens original MIT

alchemy-webhooks

12

hookdeck/webhook-skills

Skill Claude CodeCodex

Receive and verify Alchemy Notify webhooks. Use when setting up Alchemy webhook handlers, debugging X-Alchemy-Signature verification, or handling onchain events like ADDRESSACTIVITY, MINEDTRANSACTION, DROPPEDTRANSACTION, NFTACTIVITY, NFTMETADATAUPDATE, or GRAPHQL (Custom Webhook).

83 5d ago A 64 tokens original MIT

alipay-webhooks

13

hookdeck/webhook-skills

Skill Claude CodeCodex

Receive and verify Alipay (Antom / Alipay+) webhook notifications. Use when setting up Alipay webhook handlers, debugging RSA256 Signature header verification, or handling payment events like notifyPayment, notifyCapture, notifyRefund, notifyAuthorization, and notifyDispute.

83 5d ago A 58 tokens original MIT

asana-webhooks

14

hookdeck/webhook-skills

Skill Claude CodeCodex

Receive and verify Asana webhooks. Use when setting up Asana webhook handlers, implementing the X-Hook-Secret handshake, debugging X-Hook-Signature verification, or handling task, project, and story events like added, changed, removed, deleted, and undeleted.

83 5d ago A 61 tokens copy · 83% MIT

ascend-webhooks

15

hookdeck/webhook-skills

Skill Claude CodeCodex

Receive and verify Ascend webhooks. Use when setting up Ascend webhook handlers, debugging Ascend signature verification (X-Ascend-Signature, HMAC-SHA256), or handling insurance payment events like invoice.paid, payout.paid, and refund.paid.

83 5d ago A 61 tokens original MIT

ashby-webhooks

16

hookdeck/webhook-skills

Skill Claude CodeCodex

Receive and verify Ashby webhooks. Use when setting up Ashby webhook handlers, debugging Ashby-Signature verification, or handling recruiting events like applicationSubmit, candidateHire, candidateStageChange, or interviewScheduleCreate.

83 5d ago A 50 tokens copy · 83% MIT

attentive-webhooks

17

hookdeck/webhook-skills

Skill Claude CodeCodex

Receive and verify Attentive webhooks. Use when setting up Attentive webhook handlers, debugging signature verification (x-attentive-hmac-sha256), or handling SMS and email events like sms.subscribed, sms.unsubscribed, email.opened, or customattribute.set.

83 5d ago A 64 tokens copy · 77% MIT

auth0-webhooks

18

hookdeck/webhook-skills

Skill Claude CodeCodex

Receive and verify Auth0 webhooks delivered via Custom Log Streams (HTTP). Use when setting up an Auth0 log stream HTTP endpoint, validating the configured Authorization token, or handling batched authentication log events like s (success login), f (failed login), ss (signup), and sepft (token exchange / MFA).

83 5d ago A 69 tokens original MIT

aws-sns-webhooks

19

hookdeck/webhook-skills

Skill Claude CodeCodex

Receive and verify AWS SNS (Amazon Simple Notification Service) webhooks over HTTP/HTTPS. Use when setting up an SNS HTTP subscription endpoint, confirming a subscription (SubscriptionConfirmation / SubscribeURL), verifying SNS message signatures (SigningCertURL, SignatureVersion 1 SHA1 / 2 SHA256), or handling…

83 5d ago A 74 tokens original MIT

hookdeck/webhook-skills

Skill Claude CodeCodex

Receive and validate Azure Event Grid webhook deliveries. Use when setting up an Event Grid WebHook event handler, implementing the Microsoft.EventGrid.SubscriptionValidationEvent handshake (echo data.validationCode as validationResponse with HTTP 200), implementing the CloudEvents v1.0 HTTP OPTIONS abuse-protection…

83 5d ago A 148 tokens original MIT

baselinker-webhooks

21

hookdeck/webhook-skills

Skill Claude CodeCodex

Receive BaseLinker (Base.com) webhooks. Use when building a BaseLinker order or warehouse callback receiver, because BaseLinker is not a normal webhook source: deliveries arrive as HTTP HEAD requests with NO body, the entire payload is in the query string (observed params: orderid, state), there is NO signature…

83 5d ago A 131 tokens original MIT

hookdeck/webhook-skills

Skill Claude CodeCodex

Receive and verify BigCommerce webhooks. Use when setting up BigCommerce webhook handlers, debugging Standard Webhooks signature verification, or handling store events like store/order/created, store/order/statusUpdated, store/product/updated, or store/cart/abandoned.

83 5d ago A 56 tokens original MIT

bitbucket-webhooks

23

hookdeck/webhook-skills

Skill Claude CodeCodex

Receive and verify Bitbucket Cloud webhooks. Use when setting up Bitbucket webhook handlers, debugging X-Hub-Signature verification, or handling repository and pull request events like repo:push, pullrequest:created, pullrequest:updated, pullrequest:fulfilled, or pullrequest:rejected.

83 5d ago A 66 tokens copy · 83% MIT

bridge-api-webhooks

24

hookdeck/webhook-skills

Skill Claude CodeCodex

Receive and verify Bridge API webhooks (bridgeapi.io — the open-banking aggregator by Bridge/Bankin', NOT bridge.xyz). Use when setting up Bridge API webhook handlers, debugging BridgeApi-Signature HMAC-SHA256 verification, or handling events like item.created, item.refreshed, item.account.updated…

83 5d ago A 78 tokens original MIT