webhook-subscriptions

Create and manage webhook subscriptions that trigger Hermes agent runs.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/gqf2008/hermez-ai --skill webhook-subscriptions-gqf2008
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webhook-subscriptions
Source: https://github.com/gqf2008/hermez-ai/tree/main/skills/devops/webhook-subscriptions
Command: npx skills add https://github.com/gqf2008/hermez-ai --skill webhook-subscriptions-gqf2008

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create and manage webhook subscriptions so external services can trigger Hermes agent runs by posting events to a URL.

Core Features & Use Cases

  • CLI-based subscription management to create, list, test, and remove subscriptions
  • Supports multiple delivery targets (Telegram, Discord, GitHub comments, etc.)
  • Per-subscription secrets and signature verification for secure event processing
  • Works with gateway startup and health checks to ensure webhook reliability

Quick Start

Configure the webhook platform and create your first subscription to trigger Hermes runs from an external event.

Frequently Asked Questions about webhook-subscriptions

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

FAQPage Schema
How do I trigger an agent run from an external webhook event?

You can trigger an agent run from an external webhook event by creating a webhook subscription that allows external services to post events to a gateway URL, which then initiates the run.

Can I use webhooks to automate event-driven workflows with GitHub, Stripe, and CI/CD platforms?

Yes, webhook subscriptions support event-driven automation across GitHub, Stripe, CI/CD, and IoT platforms by receiving external triggers and initiating agent processing.

How do I secure webhook subscriptions for event processing?

You secure webhook subscriptions by configuring per-subscription secrets and enabling signature verification to ensure that only verified external events trigger agent runs.

What delivery options are available when triggering runs via webhook?

Webhook subscriptions support multiple delivery targets, including Telegram, Discord, and GitHub comments, allowing you to route automation outputs to your preferred platforms.

Does the webhook gateway support health checks for reliable automation?

Yes, the webhook gateway supports startup configurations and health checks to ensure reliable event delivery and consistent webhook automation operations.

How do I create and manage webhook subscriptions via CLI?

You manage webhook subscriptions via CLI commands to create, list, test, and remove subscriptions, providing full lifecycle control over your event-driven automation triggers.