What problem does it solve?
This Skill removes the friction of manually monitoring external systems by turning incoming webhook events into automated Hermes agent runs and notifications.
Core Features & Use Cases
- Dynamic subscriptions: Create, list, test, and remove webhook subscriptions from the Hermes CLI.
- Event-driven automation: Trigger agent workflows from GitHub, GitLab, Stripe, CI/CD systems, IoT sensors, and monitoring tools.
- Direct delivery modes: Forward webhook payloads to chat or other targets, or send a rendered message directly without an LLM round trip.
- Security and reliability: Supports HMAC signatures, event filtering, idempotent handling, and persisted subscription storage.
- Use Case: Set up a GitHub issues webhook so new issues are routed into a triage prompt and delivered to Telegram or a GitHub comment workflow.
Quick Start
Ask the AI to create a webhook subscription for your event source, define the prompt and delivery target, and return the webhook URL and secret I should configure in my external service.