Webhook Dispatcher — Forward Webhooks as Telegram Alerts
Receive webhooks and forward them as clean Telegram alerts. One-command setup. Dedup, batching, health checks.
- Consolidate high-frequency alerts into a single summary message
- Filter out duplicate webhook notifications automatically
- Convert GitHub or Stripe events into readable mobile notifications
Secure checkout via Stripe
Included in download
- Consolidate high-frequency alerts into a single summary message
- Filter out duplicate webhook notifications automatically
- terminal, file_read, file_write automation included
- Includes example output and usage patterns
Sample Output
A real example of what this skill produces.
[Alert] 3 Webhook Events Received: - Stripe: Payment succeeded (ch_3L...) - GitHub: New PR #12 by @dev-user - Monitor: CPU Spike (92%) detected on prod-01 (Deduplicated 2 similar events in the last 5s)
Webhook Dispatcher — Forward Webhooks as Telegram Alerts
Receive webhooks and forward them as clean Telegram alerts. One-command setup. Dedup, batching, health checks.
Secure checkout via Stripe
Included in download
- Consolidate high-frequency alerts into a single summary message
- Filter out duplicate webhook notifications automatically
- terminal, file_read, file_write automation included
- Includes example output and usage patterns
- Instant install
Sample Output
A real example of what this skill produces.
[Alert] 3 Webhook Events Received: - Stripe: Payment succeeded (ch_3L...) - GitHub: New PR #12 by @dev-user - Monitor: CPU Spike (92%) detected on prod-01 (Deduplicated 2 similar events in the last 5s)
About This Skill
Webhook Dispatcher is a lightweight HTTP server that receives POST webhooks and forwards them as clean Telegram alerts. One command to set up, zero configuration beyond Telegram credentials. Features: • Forward any POST webhook → Telegram alert instantly • Deduplication — identical payloads skipped for 60 seconds • Batching mode — group multiple webhooks into one Telegram alert • Health check endpoint (GET / returns JSON status) • Custom port via --port flag • MIT licensed Install: unzip webhook-dispatcher.zip && npm install --production && node src/index.js Send webhooks to: http://your-server:9090 Monitor via: Telegram Requires: Node.js v18+, Telegram account (free).
📖 Learn more: Best Frontend & Design Skills for Claude Code →
Use Cases
- Consolidate high-frequency alerts into a single summary message
- Filter out duplicate webhook notifications automatically
- Convert GitHub or Stripe events into readable mobile notifications
- Monitor server health with real-time Telegram status updates
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/webhook-dispatcher-forward-webhooks-as-telegram-alerts | tar xz -C ~/.claude/skills/Free skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts