webhook-subscriptions

Manage webhook subscriptions for event-driven agent activation and push notifications.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/fikriaf/agentos --skill webhook-subscriptions-fikriaf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webhook-subscriptions
Source: https://github.com/fikriaf/agentos/tree/main/src/agentos/skills/devops/webhook-subscriptions
Command: npx skills add https://github.com/fikriaf/agentos --skill webhook-subscriptions-fikriaf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill resolves the challenge of integrating external services with AI agents for event-driven activation or direct push notifications, reducing LLM costs and enhancing automation.

Core Features & Use Cases

  • Event-Driven Activation: Allows external services to trigger agent runs through POSTing events to a URL.
  • Direct Push Notifications: Sends direct push notifications without the need for AI reasoning, saving computational resources.
  • Use Case: For instance, when a new issue is created on GitHub, this Skill can automatically trigger a workflow without the need for an AI model to process the event.

Quick Start

Configure your webhook platform, then create a new subscription using the following command: hermes webhook subscribe <name> --prompt "Prompt template with {payload.fields}" --events "event1,event2" --description "What this does" --skills "skill1,skill2" --deliver telegram --deliver-chat-id "12345".

Frequently Asked Questions about webhook-subscriptions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I trigger an AI agent automatically from a webhook event?

To send push notifications directly via webhooks, configure a subscription to deliver notifications to specified channels like Telegram without invoking AI reasoning. This saves computational resources by bypassing LLM processing for simple alerts.

Can I trigger agent workflows from GitHub issues using webhook subscriptions?

Yes, you can filter specific events when creating a webhook subscription by specifying the `--events` parameter. This configures the webhook to only trigger agent activation or push notifications for the listed event types.

Do I need the Hermes gateway to manage webhook subscriptions?

To set up a webhook subscription, configure your webhook platform and Hermes gateway, then run `hermes webhook subscribe` with parameters for the prompt template, events, delivery method, and target chat ID. This creates and manages the event-driven subscription.

What is the best way to reduce LLM costs for event-driven notifications?

No, you do not need AI reasoning for simple webhook alerts. You can configure direct push notifications to deliver event payloads to platforms like Telegram, completely bypassing AI model processing to save computational resources.