Add 17 webhook provider skills (payments, dev, auth, scheduling, CRM)#69
Open
leggetter wants to merge 19 commits into
Open
Add 17 webhook provider skills (payments, dev, auth, scheduling, CRM)#69leggetter wants to merge 19 commits into
leggetter wants to merge 19 commits into
Conversation
…istry Register Square, Adyen, Razorpay, Mollie, GoCardless, Recurly, Coinbase Commerce, Jira, Bitbucket, Auth0, Okta, WorkOS, Zoom, Calendly, Salesforce, Mailchimp, and Klaviyo in providers.yaml and the README provider table ahead of skill generation. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TkRuaGgYUz9q4k3yokqWKm
Add plugin manifest entries for the 17 new provider skills (Square, Adyen, Razorpay, Mollie, GoCardless, Recurly, Coinbase Commerce, Jira, Bitbucket, Auth0, Okta, WorkOS, Zoom, Calendly, Salesforce, Mailchimp, Klaviyo), inserted alphabetically within the provider-skills section. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TkRuaGgYUz9q4k3yokqWKm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds webhook skills for 17 providers that fill genuine category gaps in the existing catalog, generated with the repo's own generator (
generate-skills.sh) — each as an isolatedclaudesub-process that producedSKILL.md+ references + Express/Next.js/FastAPI examples with tests, self-reviewed against the provider's official docs.Each skill lands as its own
feat: add <provider>-webhooks skillcommit, preceded by one registry commit that adds all 17 entries toproviders.yamland the README Provider Skills table.Notable auth handling
Several of these providers do not use a standard HMAC signature, and the skills teach the correct model rather than a generic pattern:
x-zm-signatureHMAC overv0:{timestamp}:{body}plus the one-timeendpoint.url_validationhandshake (returnsplainToken+ hexencryptedToken), implemented and tested in all three frameworks.<OrganizationId>and return<Ack>true</Ack>; Platform Events / CDC noted as the streaming alternative.idfrom the API rather than trusting the body).Authorizationtoken.X-Okta-Verification-Challenge) + Authorization-header secret.additionalData.hmacSignaturecomputed over selected fields; WorkOS / Calendly — Stripe-stylet=…,v1=…HMAC with timestamp tolerance.Validation
scripts/validate-provider.shpasses for all 17 — required files, README table entry, andproviders.yamlentry withtestScenarionode_modulescommitted; registry table kept alphabetizedproviders.yamlnow tracks 53 providers.Not included
🤖 Generated with Claude Code
https://claude.ai/code/session_01TkRuaGgYUz9q4k3yokqWKm
Generated by Claude Code