webhook-subscriptions

Subscribe external services to Hermes webhooks to trigger agent runs.

Updated May 21, 2026
One-click install
npx skills add https://github.com/samlaggz/hermes-agent-sam --skill webhook-subscriptions-samlaggz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webhook-subscriptions
Source: https://github.com/samlaggz/hermes-agent-sam/tree/main/backup/skills/devops/webhook-subscriptions
Command: npx skills add https://github.com/samlaggz/hermes-agent-sam --skill webhook-subscriptions-samlaggz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Webhook subscriptions enable external services to trigger Hermes agent runs by POSTing events to a URL, turning asynchronous events into automated workflows.

Core Features & Use Cases

  • Create and manage dynamic subscriptions that push payloads into Hermes to start agent executions.
  • Support common sources like GitHub, Stripe, CI/CD, IoT, and monitoring tools for real-time automation.
  • Use case: When a GitHub issue is opened, automatically start a Hermes run to triage and respond.

Quick Start

Create a webhook subscription that routes an external event to Hermes and triggers an agent run with the relevant payload.

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?

Webhook subscriptions trigger automated agent runs by allowing external services to POST event payloads to a dedicated URL. This turns asynchronous events from GitHub, Stripe, or CI/CD into automated workflows.

Can I use GitHub webhooks to automatically triage newly opened issues?

Yes, GitHub webhooks can triage opened issues automatically. You configure a subscription that routes the GitHub issue payload to trigger a Hermes run, which then processes the event and responds.

How do I secure webhook routes and manage subscriptions via the CLI?

Secure webhook routes by configuring an HMAC secret to validate incoming payloads. Manage dynamic subscriptions using the Hermes CLI to control which external events trigger agent executions.

Does webhook event automation work across Linux, macOS, and Windows environments?

Yes, webhook event automation works across Linux, macOS, and Windows environments. Subscriptions configure the gateway to route external events from IoT sensors or monitoring tools to trigger cross-platform runs.

What is the best way to integrate Stripe notifications with event-driven automation?

The best way to integrate Stripe notifications is creating a dynamic webhook subscription that pushes Stripe event payloads into the gateway. This triggers an automated agent run to process the payment event in real-time.