webhook-subscriptions

Create webhook subscriptions that trigger Hermes agent runs from external events.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/travelinman1013/leroys-agent --skill webhook-subscriptions-travelinman1013
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webhook-subscriptions
Source: https://github.com/travelinman1013/leroys-agent/tree/main/skills/devops/webhook-subscriptions
Command: npx skills add https://github.com/travelinman1013/leroys-agent --skill webhook-subscriptions-travelinman1013

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Webhook subscriptions enable external services to trigger Hermes agent runs by posting events to a URL, reducing manual orchestration and enabling real-time automation.

Core Features & Use Cases

  • Create dynamic webhook subscriptions that forward events from platforms like GitHub, GitLab, Stripe, CI/CD pipelines, IoT sensors, and monitoring tools to Hermes.
  • Support per-subscription prompts, multiple delivery targets (telegram, discord, github_comment, etc.), and automatic HMAC-based signature verification for security.
  • Use cases include alert routing, workflow automation, and near-real-time task execution in response to external events.

Quick Start

Create a webhook subscription with the desired events and delivery targets to start receiving events.

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 using external webhooks?

External webhooks trigger automated agent runs by posting events to a subscription URL, enabling event-driven automation across platforms like GitHub, Stripe, and IoT sensors. This reduces manual orchestration by forwarding external service events directly to the agent.

How do I set up a webhook subscription for GitHub or Stripe events?

To set up a webhook subscription, configure a desired event source and delivery target, then register the URL with platforms like GitHub or Stripe. The subscription supports custom prompts and automatic HMAC-based signature verification for secure event routing.

Does this webhook subscription method support per-subscription secrets and HMAC verification?

Yes, the webhook subscription method supports per-subscription secrets and HMAC-based signature verification. This ensures safe routing through the gateway, providing secure and auditable integrations for incoming events from external services.

Can I route webhook alerts to multiple delivery targets like Discord and Telegram?

Yes, you can route webhook alerts to multiple delivery targets including Discord, Telegram, and GitHub comments. Subscriptions support customizable prompts and multiple delivery targets for flexible alert routing and workflow automation.

What is event-driven automation and when do I need it for CI/CD pipelines?

Event-driven automation executes tasks in near-real-time in response to external triggers, eliminating manual orchestration. You need it for CI/CD pipelines, IoT sensors, or monitoring tools when external events must immediately trigger automated workflows or alerts.