webhook-subscriptions

Create and manage webhook subscriptions that trigger Hermes agent runs.

1|Updated Apr 30, 2025
One-click install
npx skills add https://github.com/lucasfth/config --skill webhook-subscriptions-lucasfth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webhook-subscriptions
Source: https://github.com/lucasfth/config/tree/main/.hermes/skills/devops/webhook-subscriptions
Command: npx skills add https://github.com/lucasfth/config --skill webhook-subscriptions-lucasfth

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

External services need a reliable mechanism to trigger Hermes agent runs in response to events, without manual intervention.

Core Features & Use Cases

  • Create and manage webhook subscriptions for event-driven agent activation.
  • Support for popular platforms (GitHub, GitLab, Stripe, CI/CD, IoT sensors, monitoring tools) and custom payloads.
  • Use cases include automated run triggers when code changes, payments, or alerts occur.

Quick Start

Enable the webhook platform, then create a subscription that subscribes to events and delivers to the chosen channel.

Frequently Asked Questions about webhook-subscriptions

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

FAQPage Schema
How do I trigger automated agent runs from external webhook events?

You can trigger automated agent runs by creating webhook subscriptions that listen for external events and deliver them to a running Hermes gateway, activating agents without manual intervention.

What platforms and integrations work with event-driven webhook subscriptions?

Event-driven webhook subscriptions support GitHub, GitLab, Stripe, CI/CD pipelines, IoT sensors, monitoring tools, and custom payloads to activate automated workflows in response to external triggers.

Do I need a running Hermes gateway to manage webhook subscriptions?

Yes, managing webhook subscriptions requires a configured webhook platform and access to a running Hermes gateway to receive event deliveries and activate agent runs.

How do I create a webhook subscription for CI/CD pipeline triggers?

To create a webhook subscription, configure the webhook platform, define the event list for CI/CD pipeline triggers, select a delivery method, and attach descriptive metadata to route events to the Hermes gateway.

What is the best way to automate Hermes agent runs when code changes occur?

The best way to automate runs when code changes occur is by setting up webhook subscriptions for GitHub or GitLab events, which deliver payload triggers directly to the Hermes gateway for immediate agent activation.

Are custom payloads supported for event-driven webhook integrations?

Yes, custom payloads are supported alongside popular platforms, allowing you to define specific event lists and delivery methods within your webhook subscriptions for tailored event-driven integrations.