webhook-subscriptions

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

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

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

  • Manage subscription lifecycle: create, list, remove, and test subscriptions; support prompts, events, and deliveries across Telegram, Discord, GitHub, Slack, and others.
  • Enable zero-LLM-cost external triggers: external services can post events to a URL to start an agent run with pre-configured prompts.
  • Use cases include CI/CD alerts, monitoring notifications, GitHub/GitLab events, Stripe webhooks, and IoT event triggers.

Quick Start

Use the Hermes CLI to create, list, test, and remove webhook subscriptions for event-driven activations.

Frequently Asked Questions about webhook-subscriptions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I trigger an agent run from external events using a webhook?▼

You can trigger agent runs by creating webhook subscriptions that accept POST requests from external services at a dedicated URL, using pre-configured prompts to process incoming events without LLM costs.

How do I set up and test webhook subscriptions using the CLI?▼

Use the Hermes CLI to create, list, test, and remove webhook subscriptions by configuring event templates and verifying deliveries across supported channels before enabling them in production.

What platforms and integrations can I use with webhook subscriptions?▼

Webhook subscriptions support event deliveries across Telegram, Discord, GitHub, Slack, and other platforms, allowing you to route CI/CD alerts, monitoring notifications, GitLab events, and IoT triggers.

Does Hermes webhook management support persistent configuration and security?▼

Hermes webhook management supports persistent configuration and HMAC-based security, ensuring that event deliveries from external services remain verified and statefully preserved across CLI-driven activations.

When should I use webhook subscriptions instead of polling for events?▼

Use webhook subscriptions for event-driven activations when you need external services to push real-time CI/CD alerts or GitHub events to trigger agent runs, avoiding the latency and overhead of continuous polling.