Webhook Subscriptions

Manage webhook subscriptions for AI agents to receive external service events.

2|7|Updated Jun 19, 2026
One-click install
npx skills add https://github.com/humanerd-drew/opencode-drewgent --skill webhook-subscriptions-humanerd-drew
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Webhook Subscriptions
Source: https://github.com/humanerd-drew/opencode-drewgent/tree/main/skills/devops/webhook-subscriptions
Command: npx skills add https://github.com/humanerd-drew/opencode-drewgent --skill webhook-subscriptions-humanerd-drew

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of setting up, managing, and monitoring webhook subscriptions, ensuring smooth integration between your AI agent and external services.

Core Features & Use Cases

  • Subscription Management: Register, verify, rotate, and monitor webhook endpoints.
  • Service Integration: Trigger AI agent runs by receiving events from external services like GitHub, GitLab, Stripe, CI/CD, and IoT sensors.
  • Use Case: Automate responses to GitHub issues, monitor Stripe payments, or receive build notifications from CI/CD pipelines.

Quick Start

Use the webhook skill to set up a new subscription for GitHub issues.

Frequently Asked Questions about Webhook Subscriptions

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

FAQPage Schema
How do I configure webhook subscriptions to trigger an AI agent from external services?

Webhook subscriptions trigger AI agent runs by registering and verifying endpoints that receive events from external services like GitHub, Stripe, or CI/CD pipelines. You must configure the webhook endpoint and event handling logic to process incoming payloads.

Can I use webhooks to monitor Stripe payment events and automate responses?

Yes, you can monitor Stripe payment events through webhook subscriptions. The service integration feature allows your AI agent to receive payment event payloads, process the transaction data, and automate the necessary response logic.

What's the best way to receive CI/CD build notifications and GitHub issues via webhooks?

The best way to receive CI/CD build notifications and GitHub issues is by setting up webhook subscriptions. Register your endpoints, verify the connection, and apply event handling logic to automate responses to the incoming service events.

Do I need to manually rotate and monitor webhook endpoints for service integration?

No, manual rotation is not strictly required as the skill manages webhook subscriptions. It handles endpoint registration, verification, rotation, and monitoring to ensure seamless integration between your AI agent and external services.

Does this webhook subscription approach work without external dependencies?

Yes, the webhook subscription skill operates without external dependencies. It uses internal scripts to manage the endpoints and event handling logic, requiring only proper endpoint configuration for your specific service integration.

Why are my webhook events not triggering AI agent runs properly?

Webhook events fail to trigger AI agent runs when endpoint configuration is incorrect or event handling logic is missing. Properly register, verify, and monitor your webhook subscriptions to ensure smooth service integration and event processing.