webhook-subscriptions

Create and manage webhook subscriptions that trigger Hermes agent runs via POST events.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create and manage webhook subscriptions so external services can trigger Hermes agent runs by POSTing events to a URL.

Core Features & Use Cases

  • Create and manage per-subscription prompts, events, and delivery targets to automate Hermes workflows.
  • Supports multiple delivery channels (Telegram, GitHub comments, Discord, etc.) and payload-driven prompts.
  • Security-conscious design with per-subscription secrets and signature verification to protect against tampering.

Quick Start

Create a webhook subscription using hermes webhook subscribe <name> with events, prompt template, and delivery target.

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 workflows from external events like GitHub pushes or Stripe payments?

You can trigger automated workflows by creating webhook subscriptions that accept POST requests from external services. This enables event-driven automation by defining per-subscription prompts and delivery targets to process incoming payloads.

Can I use webhooks to integrate IoT sensors or CI/CD pipelines with my agent workflows?

Yes, webhook subscriptions support integration with CI/CD pipelines and IoT sensors. External services POST events to a designated URL, which triggers agent runs based on the payload and your configured prompt templates.

How do I configure a webhook subscription to run a specific prompt?

Configure a webhook subscription by defining the target events, a payload-driven prompt template, and a delivery channel like Discord or Telegram. This routes incoming POST requests to the specified agent workflow and notification target.

Does this webhook integration support signature verification to prevent payload tampering?

Yes, the webhook integration uses per-subscription secrets and signature verification to protect against tampering. This security-conscious design ensures only valid, authenticated requests trigger your automated workflows.

What delivery channels are available for sending webhook event notifications?

Webhook subscriptions support multiple delivery channels including Telegram, GitHub comments, and Discord. You define the delivery target per subscription to route processed event results to the appropriate platform.

Are webhook subscriptions persisted across restarts of the automation platform?

Yes, webhook subscriptions are persisted directly to the Hermes configuration. This ensures your event triggers, prompts, and delivery targets remain active across platform restarts.