webhook-subscriptions

Trigger Hermes agent runs from POST events with HMAC-SHA256 validation.

3|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/DarkArty07/Aether-Agents --skill webhook-subscriptions-darkarty07
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webhook-subscriptions
Source: https://github.com/DarkArty07/Aether-Agents/tree/main/home/skills/devops/webhook-subscriptions
Command: npx skills add https://github.com/DarkArty07/Aether-Agents --skill webhook-subscriptions-darkarty07

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the manual effort of triggering agent workflows for time-sensitive events from external services, ensuring you never miss critical updates from tools like GitHub, Stripe, CI/CD platforms, or monitoring systems.

Core Features & Use Cases

  • Dynamic Webhook Subscriptions: Map incoming external events to custom agent prompts with support for nested payload field access.
  • Flexible Delivery Options: Send agent responses to Telegram, Discord, GitHub comments, or use direct delivery for zero LLM cost simple notifications.
  • Use Case Example: Set up a subscription to automatically triage new GitHub issues or alert your team via Discord when a CI build fails, without manual intervention.

Quick Start

Use the webhook-subscriptions skill to create a subscription that triggers a Hermes agent run whenever a new GitHub issue is posted to your repository and sends the agent's triage response directly to your Telegram chat.

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 agent workflows from GitHub or Stripe webhooks?

You can trigger automated agent workflows by mapping incoming POST events from GitHub or Stripe to custom prompts using dynamic webhook subscriptions. This eliminates manual effort and ensures immediate processing of time-sensitive external events.

Can I send CI/CD build failure notifications directly to Discord without incurring LLM costs?

Yes, you can send CI/CD build failure notifications directly to Discord. The skill supports optional direct delivery to chat platforms, bypassing LLM inference entirely to provide zero-cost alerting for simple notifications.

How does webhook payload validation work for event-driven automation?

Webhook payload validation works using HMAC-SHA256 signature verification to ensure incoming event data is authentic. This secures your event-driven automation by confirming that POST events originate from trusted external services.

How do I map nested JSON payload fields from an external event to an agent prompt?

You map nested JSON payload fields to an agent prompt using dot-notation prompt templating. This allows the webhook subscription to dynamically access and inject specific nested data from the event payload directly into the agent's instructions.

Does this webhook subscription skill work with IoT monitoring tools and Telegram?

Yes, the skill works with IoT monitoring tools for incoming event triggers and supports delivering the resulting agent responses to Telegram. This enables cross-service push messaging and alerts for time-sensitive IoT updates.

What is the best way to automatically triage new GitHub issues without manual intervention?

The best way to automatically triage new GitHub issues is to create a webhook subscription that triggers an agent run whenever a new issue is posted. The agent can then analyze the issue and post its triage response directly to GitHub comments.