Skip to main content
ClaudeWave
Skill6.1k estrellas del repoactualizado today

omni-webhooks

The omni-webhooks skill enables registration, listing, testing, and removal of webhook endpoints within the OmniRoute system. Use it to configure event subscriptions for key lifecycle events such as request completion, provider errors, and budget threshold violations, while managing retry policies for reliable webhook delivery.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/diegosouzapw/OmniRoute /tmp/omni-webhooks && cp -r /tmp/omni-webhooks/skills/omni-webhooks ~/.claude/skills/omni-webhooks
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->

## Overview

Register, list, test, and remove webhook endpoints. Configure event subscriptions (request.completed, provider.error, budget.exceeded, etc.) and manage delivery retries.

## Authentication

All requests require a valid Bearer token or session cookie. Obtain a token via `POST /api/auth/login` or configure `REQUIRE_API_KEY=false` for local development.

## Endpoints

_No endpoints mapped for this area yet._
## Payloads

See the full OpenAPI specification at `GET /api/openapi/spec` or `docs/reference/openapi.yaml` for detailed request/response schemas.