webhook-subscriptions

Automate task execution in response to webhooks from external services.

Updated Jun 13, 2026
One-click install
npx skills add https://github.com/DonZzzilla/kalshi-explorer --skill webhook-subscriptions-donzzzilla
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webhook-subscriptions
Source: https://github.com/DonZzzilla/kalshi-explorer/tree/main/skills/user-skills/devops/webhook-subscriptions
Command: npx skills add https://github.com/DonZzzilla/kalshi-explorer --skill webhook-subscriptions-donzzzilla

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates tasks by responding to events from external services, streamlining workflows and reducing manual intervention.

Core Features & Use Cases

  • Event-Driven Automation: Trigger actions on events from GitHub, GitLab, Stripe, CI/CD systems, IoT sensors, and more.
  • Flexible Delivery: Send notifications to various channels like Telegram, Discord, GitHub comments, etc.
  • Customizable Templates: Create templates to tailor messages and actions to specific events.
  • Use Case: Automate deployment notifications to Slack channels when a new commit is pushed to a repository.

Quick Start

To create a new webhook subscription for GitHub issues, run:

hermes webhook subscribe github-issues --events "issues" --prompt "New GitHub issue #{issue.number}: {issue.title}\n\nAction: {action}\nAuthor: {issue.user.login}\nBody:\n{issue.body}\n\nPlease triage this issue." --deliver discord --deliver-chat-id "1234567890"

Frequently Asked Questions about webhook-subscriptions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate task execution in response to GitHub or GitLab webhooks?

Automating task execution with GitHub or GitLab webhooks involves subscribing to specific repository events and configuring a prompt to process the payload. This Skill triggers actions automatically, reducing manual intervention in CI/CD pipelines.

Can I send automated deployment notifications to Discord or Telegram when a commit is pushed?

Yes, you can send automated deployment notifications to Discord or Telegram when a commit is pushed. The Skill uses customizable templates and flexible delivery options to route event-driven messages to various chat platforms.

What is event-driven automation for CI/CD pipelines and how does it work?

Event-driven automation for CI/CD pipelines triggers tasks automatically when external services emit events. This Skill receives validated webhook payloads and executes predefined prompts, streamlining continuous integration workflows without manual polling.

Do I need to configure security measures to validate webhook event signatures?

Yes, you need to configure security measures to validate webhook event signatures. Proper setup of webhook platforms and signature validation is required to ensure incoming events from external services are authentic and securely processed.

Can I use webhook integrations for IoT event handling and notification systems?

Yes, you can use webhook integrations for IoT event handling and notification systems. The Skill supports event-driven task execution from various services, making it suitable for processing IoT sensor events and routing custom notifications.

How do I create a webhook subscription for GitHub issues to triage automatically?

To create a webhook subscription for GitHub issues, run the subscribe command with the issues event, provide a triage prompt template, and specify a delivery target like Discord. This automates event processing and message routing.