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 @@
# Scripts
Bundled resources for webhook-handler-creator skill
- [ ] create_webhook_handler.py: Generates a basic webhook handler with signature verification and idempotency logic.
- [ ] test_webhook_handler.py: Creates test cases for the generated webhook handler.
- [ ] deploy_webhook_handler.sh: Deploys the webhook handler to a server (e.g., using Flask or FastAPI).