What problem does it solve? External services like GitHub, Stripe, and CI/CD pipelines emit events that require manual monitoring; this Skill lets those services trigger automated agent runs by POSTing events to a webhook URL. ## Core Features & Use Cases - Dynamic Subscriptions: Create, list, test, and remove webhook subscriptions via the hermes webhook CLI with HMAC-SHA256 signature validation. - Prompt Templates: Use {dot.notation} placeholders to inject nested payload fields (issue titles, PR authors, payment amounts) into agent prompts. - Direct Delivery: Use --deliver-only to push rendered messages straight to Telegram, Discord, Slack, or GitHub comments without an LLM round trip. - Use Case: Subscribe to GitHub issue events so every new issue automatically triggers an agent that triages it and posts the result to a Telegram chat. ## 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.