What problem does it solve? External services like GitHub, Stripe, and CI/CD pipelines emit events that often require manual monitoring and response. This Skill lets you create webhook subscriptions so those services can automatically trigger Hermes agent runs by POSTing events to a URL, with responses delivered to Telegram, Discord, or other targets. ## 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 inject nested payload fields (issue titles, PR authors, payment amounts) into agent prompts. - Multi-Platform Delivery: Route agent responses to Telegram, Discord, GitHub comments, or the origin channel. - Use Case: Subscribe to GitHub issue events so every new issue automatically triggers an agent run that triages it and posts the result to your Telegram chat. ## Quick Start Set up a webhook subscription that triggers an agent run whenever a new GitHub issue is opened and delivers the triage result to my Telegram chat.