webhook-subscriptions

Automate Hermes agent execution from webhook events.

Updated May 3, 2026
One-click install
npx skills add https://github.com/eliottbusiness/DeptFlow-Agent --skill webhook-subscriptions-eliottbusiness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webhook-subscriptions
Source: https://github.com/eliottbusiness/DeptFlow-Agent/tree/main/profile/skills/devops/webhook-subscriptions
Command: npx skills add https://github.com/eliottbusiness/DeptFlow-Agent --skill webhook-subscriptions-eliottbusiness

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires hermes, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the execution of Hermes agents based on external events, eliminating the need for manual intervention and enabling real-time processing of data from various sources.

Core Features & Use Cases

  • Event-Driven Automation: Automatically trigger Hermes agent runs with webhook events from GitHub, GitLab, Stripe, CI/CD systems, IoT sensors, and more.
  • Dynamic Subscriptions: Create and manage webhook subscriptions for various events and integrate with different services.
  • Custom Delivery: Send notifications to specific channels like Telegram, Discord, GitHub comments, or directly log the information.
  • Use Case: For a software development team, this Skill can automatically trigger code reviews or deployment notifications when new commits are pushed to a repository.

Quick Start

Create a webhook subscription for GitHub pull requests and receive Telegram notifications for new reviews.

Frequently Asked Questions about webhook-subscriptions

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

FAQPage Schema
How do I trigger Hermes agent runs automatically from webhook events?

Trigger Hermes agent runs from webhook events by configuring webhook endpoints and managing subscriptions. This automates execution based on external events from various sources without manual intervention.

Can I send webhook notifications to Discord or Telegram for new commits?

Yes, you can send webhook notifications to Discord or Telegram for new commits. Custom delivery supports routing automated event notifications to specific messaging channels or logging the information directly.

What external sources support event-driven automation for Hermes agents?

Event-driven automation for Hermes agents supports external sources like GitHub, GitLab, Stripe, CI/CD systems, and IoT sensors. These platforms generate the webhook events required to trigger the automated runs.

Do I need Hermes configured to use webhook subscriptions for agent automation?

Yes, you need Hermes configured to use webhook subscriptions for agent automation. This Skill is a dependency that requires an active Hermes environment to execute the event-driven agent runs.

How do I create a webhook subscription for GitHub pull requests?

Create a webhook subscription for GitHub pull requests by configuring the endpoint and selecting the specific repository events. This setup automatically triggers Hermes agents and sends notifications when new reviews occur.