What problem does it solve? External services like GitHub, Stripe, and CI/CD pipelines emit events that normally require manual checking or custom glue code to act on. This Skill lets you create dynamic webhook subscriptions so those services can trigger Hermes agent runs automatically by POSTing events to a URL. ## Core Features & Use Cases - Dynamic Subscriptions: Create, list, test, and remove webhook subscriptions via the hermes webhook CLI, with auto-generated HMAC-SHA256 secrets for signature validation. - Prompt Templates: Use {dot.notation} placeholders to inject nested payload fields (issue titles, PR authors, payment amounts) into agent prompts. - Flexible Delivery: Route agent responses to Telegram, Discord, Slack, or GitHub comments, or use --deliver-only to push notifications directly with zero LLM cost. - Use Case: Subscribe to GitHub issues events so every new issue is triaged by an agent and the result is delivered to your Telegram chat. ## Quick Start Set up a webhook subscription named github-issues that triggers an agent to triage new GitHub issues and delivers the result to my Telegram chat.