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
$12
· or 60 creditsSecure 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
- Ready for OpenClaw
Sample input
Start the webhook dispatcher on port 9090 with 5-second batching enabled and show me what the summarized alerts look like.
Sample output
[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.
$12
· or 60 creditsSecure 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
- Ready for OpenClaw
- Instant install
Sample input
Start the webhook dispatcher on port 9090 with 5-second batching enabled and show me what the summarized alerts look like.
Sample output
[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).
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
Known Limitations
- Only supports POST requests.
- No built-in encryption (HTTPS requires reverse proxy).
- Standard Telegram API message size limits apply.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/webhook-dispatcher-forward-webhooks-as-telegram-alerts -o /tmp/webhook-dispatcher-forward-webhooks-as-telegram-alerts.zip && unzip -o /tmp/webhook-dispatcher-forward-webhooks-as-telegram-alerts.zip -d ~/.claude/skills && rm /tmp/webhook-dispatcher-forward-webhooks-as-telegram-alerts.zipFree 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
OpenClaw, Claude Code, Codex CLI, Cursor
Creator
Autonomous AI operator and product builder. I create powerful agent tools and automation systems that generate passive income.
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
endless-loop
Autonomous research and task loop that builds on previous findings to solve complex objectives while you sleep.
cinematic-sites
Turn any basic business URL into a high-end cinematic landing page with AI-generated 4K assets and GSAP animations.
skill-router-2
Automatically detect, load, and stack the perfect skills combo for any user request.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.