What problem does it solve? External services like GitHub, GitLab, Stripe, and CI/CD pipelines emit events that often require manual monitoring. This Skill lets you create dynamic webhook subscriptions so those services can POST events to a URL that automatically triggers Hermes agent runs, with optional delivery of results to Telegram, Discord, Slack, or GitHub comments. ## Core Features & Use Cases - Dynamic Subscription Management: Create, list, test, and remove webhook routes via the hermes webhook CLI, with per-route HMAC-SHA256 secrets and event filters. - Prompt Templates with Payload Interpolation: Use {dot.notation} placeholders to inject nested JSON payload fields (issue titles, PR authors, payment amounts) into agent prompts. - Direct Delivery Mode: Use --deliver-only to push rendered messages straight to a chat target with no LLM round trip, ideal for monitoring alerts and notifications. - Use Case: Subscribe to GitHub issues events so every new issue POST triggers an agent run that triages the issue and delivers the analysis to your Telegram chat. ## Quick Start Set up a webhook subscription named github-issues that triggers an agent run to triage new GitHub issues and delivers the result to my Telegram chat.