webhook-subscriptions

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

External services can trigger WHOX agent runs automatically, removing manual kick-off friction.

Core Features & Use Cases

  • Create and manage webhook subscriptions to activate WHOX workflows
  • Integrate with GitHub, GitLab, Stripe, CI/CD, and IoT services to trigger agent runs on posted events
  • Secure, testable deployments with per-subscription secrets and health checks

Quick Start

Create a webhook subscription named alerts to trigger a WHOX run on a GitHub push event.

Frequently Asked Questions about webhook-subscriptions

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

FAQPage Schema
How do I trigger automated agent runs from GitHub or GitLab push events?▼

Webhook subscriptions automate external event triggering of agent runs by receiving posted events from services like GitHub, GitLab, or Stripe through a gateway, removing manual kick-off friction and starting workflows automatically.

How do I create a webhook subscription to start a workflow on an external event?▼

To create a webhook subscription, configure a named endpoint with per-subscription secrets for secure authentication, then connect your external service to post events to the gateway, storing configurations in ~/.whox/webhook_subscriptions.json.

Do I need a gateway configuration enabled to use event-driven webhook subscriptions?▼

Yes, using event-driven webhook subscriptions requires the webhook platform to be enabled and a gateway configuration established to receive incoming event posts and route them to the appropriate agent workflows.

Can I secure and test webhook integrations with per-subscription secrets and health checks?▼

Yes, webhook subscriptions support secure, testable deployments by providing per-subscription secrets for authenticating incoming event payloads and health checks to verify endpoint connectivity before activating external triggers.

What external services can I integrate with to activate agent workflows via webhooks?▼

You can integrate with GitHub, GitLab, Stripe, CI/CD pipelines, and IoT services to activate agent workflows, allowing these platforms to post event data that automatically triggers the configured agent runs.

Where are webhook subscriptions stored and managed for event-driven automation?▼

Webhook subscriptions are stored locally in ~/.whox/webhook_subscriptions.json, managing the configurations and per-subscription secrets needed to route incoming external events to the correct agent workflows.