webhook-subscriptions

Create and manage webhook subscriptions to trigger Hermes agent runs.

1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/tangzheng202202/hermes-skills --skill webhook-subscriptions-tangzheng202202
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: webhook-subscriptions
Source: https://github.com/tangzheng202202/hermes-skills/tree/main/01-coding-dev/devops/webhook-subscriptions
Command: npx skills add https://github.com/tangzheng202202/hermes-skills --skill webhook-subscriptions-tangzheng202202

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create and manage webhook subscriptions to trigger Hermes agent runs from external services.

Core Features & Use Cases

  • Manage subscriptions: create, list, test, and remove webhook subscriptions to connect external events to Hermes agent runs.
  • Multi-service integration: supports GitHub, GitLab, Stripe, CI/CD pipelines, IoT sensors, and monitoring tools to POST events to Hermes.
  • Use Case: Automatically notify and trigger an agent workflow when a source control event occurs, such as a new issue or deployment event; verify delivery and health via tests.

Quick Start

Create a webhook subscription for a service, then test the route to verify it delivers events to Hermes.

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 from external webhook events by creating a webhook subscription that connects external services to your agent gateway. This enables event-driven automation by routing incoming POST requests to execute workflows.

Does webhook subscription integration work with GitHub, GitLab, and Stripe?▼

Yes, webhook subscription integration works with GitHub, GitLab, and Stripe. It supports event-driven integrations across these services, allowing external platforms to POST events directly to trigger agent runs and automate workflows.

What is the best way to manage webhook subscriptions for CI/CD pipelines?▼

The best way to manage webhook subscriptions for CI/CD pipelines is using built-in commands to create, list, test, and remove subscriptions. Testing routes verifies event delivery health before enabling automation in production environments.

Can I test webhook delivery before enabling event-driven automation?▼

Yes, you can test webhook delivery before enabling event-driven automation by using the test subscription feature. This verifies that external events from services like IoT sensors or monitoring tools successfully reach the agent gateway.

How do I set up subscriptions to trigger Hermes runs from monitoring tools?▼

To set up subscriptions triggering Hermes runs from monitoring tools, enable the webhook platform and create a subscription specifying the external service endpoint. Local persistence manages active routes for incoming event triggers.