webhook-subscriptions

Create and manage webhook subscriptions for event-driven agent activation and push notifications.

1|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/bailynlove/STARK-TOWER --skill webhook-subscriptions-bailynlove
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webhook-subscriptions
Source: https://github.com/bailynlove/STARK-TOWER/tree/main/opencrew/skills/devops/webhook-subscriptions
Command: npx skills add https://github.com/bailynlove/STARK-TOWER --skill webhook-subscriptions-bailynlove

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows you to create and manage webhook subscriptions for event-driven agent activation and direct push notifications, enabling external services to trigger agent runs or send notifications to chats.

Core Features & Use Cases

  • Event-Driven Agent Activation: Automatically trigger agent runs based on external events from services like GitHub, GitLab, Stripe, and more.
  • Direct Push Notifications: Send push notifications to chat platforms without the need for an AI agent.
  • Use Case: Set up a webhook to trigger a task every time a new commit is pushed to your GitHub repository.

Quick Start

Create a webhook subscription for GitHub commits using the hermes webhook subscribe command with the github-commits event and the github-comment delivery method.

Frequently Asked Questions about webhook-subscriptions

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

FAQPage Schema
How do I set up webhook subscriptions for event-driven agent activation?

Set up webhook subscriptions by configuring webhook platforms and defining event and delivery details to trigger agent runs or send push notifications. Use the hermes webhook subscribe command to create the integration.

Can I send direct push notifications to chat platforms without using an AI agent?

Yes, you can configure direct push notifications to chat platforms without requiring an AI agent. This Skill supports sending direct event notifications to integrated services.

How do I trigger an automated task when a new commit is pushed to GitHub?

Trigger automated tasks by creating a webhook subscription for GitHub commits using the github-commits event and the github-comment delivery method. This event-driven automation activates your agent automatically.

Does this webhook integration work with services like GitHub, GitLab, and Stripe?

Yes, this webhook integration works with external services like GitHub, GitLab, and Stripe. It supports event-driven agent activation by capturing platform events to trigger automated workflows.

Do I need hermes-gateway to manage webhook subscriptions and event notifications?

Yes, you need the hermes-gateway dependency to manage webhook subscriptions and event notifications. It provides the required gateway infrastructure to route external events for agent activation.