Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:52:47 +08:00
commit 282d2cbece
17 changed files with 1973 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Assets
Bundled resources for webhook-handler-creator skill
- [ ] webhook_handler_template.py: A basic Python template for a webhook handler with signature verification and idempotency.
- [ ] example_webhook_payload.json: Example JSON payload for a webhook.
- [ ] example_event_schema.json: Example JSON schema for a webhook event.