webhook-subscriptions

Automate agent runs triggered by webhook events on Hermes.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/Brilly-Bohyun/skill-repository --skill webhook-subscriptions-brilly-bohyun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webhook-subscriptions
Source: https://github.com/Brilly-Bohyun/skill-repository/tree/main/devops/webhook-subscriptions
Command: npx skills add https://github.com/Brilly-Bohyun/skill-repository --skill webhook-subscriptions-brilly-bohyun

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates agent runs in response to external events, streamlining event-driven workflows and reducing the need for manual intervention.

Core Features & Use Cases

  • Event-Driven Automation: Automatically execute tasks in response to external events (e.g., GitHub issues, Stripe payments, CI/CD build notifications).
  • Dynamic Webhook Setup: Configure webhook subscriptions to receive events from various sources like GitHub, GitLab, Stripe, and more.
  • Custom Delivery: Send notifications and results to various destinations such as Telegram, Discord, GitHub comments, etc.
  • Use Case: Set up a webhook to automatically create GitHub issues and comment on pull requests when new commits are pushed to a repository.

Quick Start

Create a webhook subscription for new GitHub issues by running: hermes webhook subscribe github-issues --events "issues" --prompt "New GitHub issue #{issue.number}: {issue.title}" --deliver github_comment --deliver-chat-id "-100123456789"

Frequently Asked Questions about webhook-subscriptions

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

FAQPage Schema
How do I automate agent runs triggered by GitHub webhook events?

You can automate agent runs triggered by GitHub webhook events by subscribing to specific event sources like issues or commits, prompting the agent with event payload data, and delivering results to destinations like GitHub comments. The Hermes platform manages the event processing and agent execution automatically.

What is event-driven automation for agent workflows?

Event-driven automation for agent workflows is the process of executing agent tasks automatically in response to external triggers. Instead of manual intervention, external events like Stripe payments or CI/CD build notifications act as the catalyst for the agent to run and process the event data.

Can I send webhook automation results to Telegram and Discord?

Yes, you can send webhook automation results to Telegram and Discord. The skill supports custom delivery configurations, allowing you to route event notifications and agent processing results to various chat platforms and GitHub comments based on your workflow needs.

Do I need the Hermes platform to set up webhook subscriptions?

Yes, you need the Hermes platform to set up and manage these webhook subscriptions. Hermes is a required dependency that handles the underlying agent management and event processing necessary to execute the automated, event-driven workflows.

How do I configure a webhook subscription for new GitHub issues?

You configure a webhook subscription for new GitHub issues by running a single command that specifies the event source, the event type, a prompt template using issue data, and the delivery destination. This dynamically connects the external event to your automated agent run.