omni-webhooks

Register, list, test, and remove webhook endpoints with event subscriptions and retries.

Updated Jun 6, 2026
One-click install
npx skills add https://github.com/DevMHOne/nextroute --skill omni-webhooks-devmhone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omni-webhooks
Source: https://github.com/DevMHOne/nextroute/tree/main/skills/omni-webhooks
Command: npx skills add https://github.com/DevMHOne/nextroute --skill omni-webhooks-devmhone

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Webhook management is tedious and error-prone; this skill centralizes endpoint management, event subscriptions, and delivery retries to ensure reliable integrations.

Core Features & Use Cases

  • Register, list, and remove webhook endpoints.
  • Configure event subscriptions (request.completed, provider.error, budget.exceeded, etc.) and manage delivery retries.
  • Use cases include quickly wiring external systems to receive status updates and ensuring delivery guarantees in case of transient failures.

Quick Start

Register a new webhook endpoint for a provider and enable retry logic to ensure reliable delivery.

Frequently Asked Questions about omni-webhooks

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

FAQPage Schema
How do I manage webhook endpoints with retries and event subscriptions?

Configure event subscriptions for specific events like request.completed, provider.error, and budget.exceeded by registering a webhook endpoint and specifying the desired events to monitor during the setup process.

How do I configure event subscriptions for request.completed or provider.error?

Configure event subscriptions for specific events like request.completed, provider.error, and budget.exceeded by registering a webhook endpoint and specifying the desired events to monitor during the setup process.

Does webhook management support Bearer token and session cookie authentication?

Yes, webhook endpoint access control supports authentication via either a Bearer token or a session cookie, ensuring secure management of your registered endpoints and event subscriptions.

What is the best way to ensure reliable webhook delivery during transient failures?

The best way to ensure reliable webhook delivery is to enable retry logic on your registered endpoints, which automatically manages delivery retries in case of transient network failures.

Can I test and remove webhook endpoints before deploying to external systems?

Yes, you can test webhook endpoints to verify connectivity and remove them when no longer needed, allowing safe management of external system wiring before and after deployment.