Codex
Webhook Handler
Build reliable webhook handlers with verification and retries.
Guides webhook implementation with signature checks, idempotency, logging, queueing, and failure handling.
Curated score
87
Difficulty
Advanced
Risk
High
What it helps with
Verify signature
Add idempotency
Handle retries
Use cases
Payments
Integrations
Async processing
Skill contents
SKILL.mdIncluded
ScriptsIncluded
ReferencesIncluded
AssetsNot listed
webhooksidempotencyqueues
Safety / risk notes
Scripts
Check before using
Confirm credentials and deployment targets.
Run dry checks before publishing.
Review generated scripts, permissions, and rollback path.
Source
GitHub
SourceSimilar skills
Nearby shelf.
🧑💻API Integration
Wire external APIs with typed clients and clear error paths.
🧬TypeScript Strictness
Raise type safety without a noisy rewrite.
🧩Backend Routes
Small, reliable API endpoints with validation and tests.
🧯Error Handling Pass
Make failure paths explicit, useful, and testable.
🗄️Cache Strategy Review
Review cache keys, invalidation, TTLs, and stale data risk.
🪵Log Signal Review
Turn noisy logs into useful operational signals.