webhook-subscriptions

Configure Hermes webhook subscriptions to trigger agent runs from external POST events.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Subscribing external services to Hermes webhook events lets teams trigger agent runs automatically when events occur, eliminating manual task handoffs.

Core Features & Use Cases

  • Create and manage dynamic webhook subscriptions via the Hermes CLI.
  • Support prompt templates, multi-delivery targets, and per-subscription HMAC secrets for security.
  • Use cases include event-driven notifications (GitHub, Stripe), deployment alerts, and automated task triggers.

Quick Start

Create your first webhook subscription with the Hermes CLI.

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 workflows from external webhook events?

You can trigger automated agent workflows from external webhook events by configuring a webhook gateway that listens for POST requests and initiates agent runs based on those external events.

Can I subscribe external services like Stripe or GitHub to initiate automated tasks?

Yes, external services like Stripe or GitHub can initiate automated tasks by creating dynamic webhook subscriptions that route their event payloads to trigger agent runs automatically.

How do I manage webhook subscriptions via the command line interface?

You can manage webhook subscriptions via the command line interface by using CLI commands to create, configure, and persist subscriptions with prompt templates and per-subscription HMAC secrets.

Does event-driven automation support per-subscription secrets for securing incoming webhooks?

Yes, event-driven automation supports per-subscription HMAC secrets, ensuring that incoming webhooks from external services are securely authenticated before triggering agent workflows.

What is the best way to handle event-driven notifications from CI/CD pipelines and IoT sensors?

The best way to handle event-driven notifications from CI/CD pipelines and IoT sensors is to set up persistent webhook subscriptions that process incoming POST events and trigger appropriate agent responses.