What problem does it solve? External services like GitHub, Stripe, and CI/CD pipelines emit events that require manual polling or custom glue code to act on. This Skill lets you create dynamic webhook subscriptions so those services can trigger Hermes agent runs by POSTing events to a URL, with responses delivered to Telegram, Discord, Slack, or GitHub comments. ## Core Features & Use Cases - Dynamic Subscription Management: Create, list, test, and remove webhook subscriptions via the hermes webhook CLI, with HMAC-SHA256 signature validation on every incoming POST. - Prompt Templating: Use {dot.notation} placeholders to extract nested payload fields (e.g., {issue.title}, {data.object.amount}) into precise agent prompts. - Direct Delivery Mode: Use --deliver-only to push rendered messages straight to a chat target with zero LLM cost, returning 200 on success and 502 on target failure. - Use Case: Subscribe to GitHub issue events so every new issue is triaged by an agent and the result is delivered to your Telegram chat automatically. ## Quick Start Enable the webhook platform with hermes gateway setup, then ask the agent to create a webhook subscription for GitHub issue events that delivers triage results to your Telegram chat.