webhook-development by aj-geddes/useful-ai-prompts
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill webhook-development构建可靠的 Webhook 系统,具备事件投递、签名验证、重试逻辑和死信处理功能,用于异步集成。
最小工作示例:
{
"id": "evt_1234567890",
"timestamp": "2025-01-15T10:30:00Z",
"event": "order.created",
"version": "1.0",
"data": {
"orderId": "ORD-123456",
"customerId": "CUST-789",
"amount": 99.99,
"currency": "USD",
"items": [
{
"productId": "PROD-001",
"quantity": 2,
"price": 49.99
}
],
"status": "pending"
},
"attempt": 1,
"retryable": true
}
references/ 目录下的详细实现:
| 指南 |
|---|
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 内容 |
|---|
| Webhook 事件模式 | Webhook 事件模式 |
| Node.js Webhook 服务 | Node.js Webhook 服务 |
| Python Webhook 处理器 | Python Webhook 处理器 |
| 最佳实践 | 最佳实践,Webhook 事件 |
每周安装量
131
代码仓库
GitHub 星标数
116
首次出现
2026年1月21日
安全审计
安装于
opencode111
gemini-cli107
codex102
claude-code99
cursor98
github-copilot90
Build reliable webhook systems with event delivery, signature verification, retry logic, and dead-letter handling for asynchronous integrations.
Minimal working example:
{
"id": "evt_1234567890",
"timestamp": "2025-01-15T10:30:00Z",
"event": "order.created",
"version": "1.0",
"data": {
"orderId": "ORD-123456",
"customerId": "CUST-789",
"amount": 99.99,
"currency": "USD",
"items": [
{
"productId": "PROD-001",
"quantity": 2,
"price": 49.99
}
],
"status": "pending"
},
"attempt": 1,
"retryable": true
}
Detailed implementations in the references/ directory:
| Guide | Contents |
|---|---|
| Webhook Event Schema | Webhook Event Schema |
| Node.js Webhook Service | Node.js Webhook Service |
| Python Webhook Handler | Python Webhook Handler |
| Best Practices | Best Practices, Webhook Events |
Weekly Installs
131
Repository
GitHub Stars
116
First Seen
Jan 21, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
opencode111
gemini-cli107
codex102
claude-code99
cursor98
github-copilot90
Skills CLI 使用指南:AI Agent 技能包管理器安装与管理教程
36,300 周安装