webhook-subscriptions

Create webhook subscriptions that trigger MyAIOne agent runs from external events.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

External services can trigger MyAIOne agent runs through dynamic webhook subscriptions, enabling easy event-driven automation without manual intervention.

Core Features & Use Cases

  • Create and manage webhook subscriptions that trigger MyAIOne agent runs from event payloads.
  • Support multiple delivery methods (Telegram, Discord, GitHub comments, etc.) and prompt templating for contextual actions.
  • Enforce per-subscription secrets, store configurations locally, and allow testing and monitoring of webhooks.

Quick Start

Create a new webhook subscription for a GitHub events stream and configure your service to POST events to the returned URL.

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 run from external events like GitHub or Stripe?

You can trigger agent runs from external events by creating webhook subscriptions that receive POST requests from services like GitHub, Stripe, or CI/CD tools. This enables event-driven automation without manual intervention.

Can I use prompt templating with webhook payloads to provide context?

Yes, webhook subscriptions support prompt templating to execute contextual actions based on the incoming event payload. This allows dynamic prompt generation when external services trigger the agent.

What delivery methods are supported for webhook event notifications?

Webhook subscriptions support multiple delivery methods including Telegram, Discord, and GitHub comments. This allows agent run results to be sent directly to your preferred communication platform.

Do I need a webhook platform enabled to manage subscriptions locally?

Yes, a webhook platform must be enabled to create and manage webhook subscriptions. Subscriptions are stored in the local config and managed via command-line tools for testing and monitoring.

How are webhook subscriptions secured against unauthorized triggers?

Webhook subscriptions enforce per-subscription secrets to secure endpoints against unauthorized triggers. This ensures only valid external events from configured sources can initiate agent runs.