Agent Skillsdiegosouzapw/OmniRoute › omni-webhooks

omni-webhooks

GitHub

管理 Webhook 端点,支持注册、列表查询、测试及删除。配置事件订阅并处理投递重试,提供完整的 API 接口用于集成与自动化工作流。

skills/omni-webhooks/SKILL.md diegosouzapw/OmniRoute

Trigger Scenarios

需要注册或配置 Webhook 接收事件 测试 Webhook 回调是否正常触发 排查 Webhook 投递失败问题

Install

npx skills add diegosouzapw/OmniRoute --skill omni-webhooks -g -y
More Options

Use without installing

npx skills use diegosouzapw/OmniRoute@omni-webhooks

指定 Agent (Claude Code)

npx skills add diegosouzapw/OmniRoute --skill omni-webhooks -a claude-code -g -y

安装 repo 全部 skill

npx skills add diegosouzapw/OmniRoute --all -g -y

预览 repo 内 skill

npx skills add diegosouzapw/OmniRoute --list

SKILL.md

Frontmatter
{
    "name": "omni-webhooks",
    "description": "Register, list, test, and remove webhook endpoints. Configure event subscriptions (request.completed, request.failed, quota.exceeded, etc.) and manage delivery retries."
}

Overview

Register, list, test, and remove webhook endpoints. Configure event subscriptions (request.completed, request.failed, quota.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

GET /api/webhooks

GET webhooks

curl https://localhost:20128/api/webhooks \
  -H "Authorization: Bearer $OMNIROUTE_TOKEN"

POST /api/webhooks

POST webhooks

curl -X POST https://localhost:20128/api/webhooks \
  -H "Authorization: Bearer $OMNIROUTE_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{}'

GET /api/webhooks/{id}

GET webhooks ›

curl https://localhost:20128/api/webhooks/{id} \
  -H "Authorization: Bearer $OMNIROUTE_TOKEN"

PUT /api/webhooks/{id}

PUT webhooks ›

curl -X PUT https://localhost:20128/api/webhooks/{id} \
  -H "Authorization: Bearer $OMNIROUTE_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{}'

DELETE /api/webhooks/{id}

DELETE webhooks ›

curl -X DELETE https://localhost:20128/api/webhooks/{id} \
  -H "Authorization: Bearer $OMNIROUTE_TOKEN"

GET /api/webhooks/{id}/deliveries

GET webhooks › › deliveries

curl https://localhost:20128/api/webhooks/{id}/deliveries \
  -H "Authorization: Bearer $OMNIROUTE_TOKEN"

POST /api/webhooks/{id}/test

POST webhooks › › test

curl -X POST https://localhost:20128/api/webhooks/{id}/test \
  -H "Authorization: Bearer $OMNIROUTE_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{}'

POST /api/webhooks/validate-url

POST webhooks › validate url

curl -X POST https://localhost:20128/api/webhooks/validate-url \
  -H "Authorization: Bearer $OMNIROUTE_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{}'

Payloads

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

Version History

  • ba597b6 Current 2026-09-09 13:21

    补充了 webhooks 模块的 OpenAPI 文档,新增了对所有已实现路由的详细记录。

  • 0ad0331 2026-08-28 16:40

    事件订阅示例从 provider.error, budget.exceeded 更新为 request.failed, quota.exceeded。

  • 1cafd32 2026-07-25 11:48

Same Skill Collection

skills/cli-a2a/SKILL.md
skills/cli-backup-sync/SKILL.md
skills/cli-batches/SKILL.md
skills/cli-chat/SKILL.md
skills/cli-compression/SKILL.md
skills/cli-contexts/SKILL.md
skills/cli-cost-usage/SKILL.md
skills/cli-eval/SKILL.md
skills/cli-health/SKILL.md
skills/cli-keys/SKILL.md
skills/cli-mcp/SKILL.md
skills/cli-models/SKILL.md
skills/cli-plugins-skills/SKILL.md
skills/cli-policy-audit/SKILL.md
skills/cli-providers/SKILL.md
skills/cli-resilience/SKILL.md
skills/cli-routing/SKILL.md
skills/cli-serve/SKILL.md
skills/cli-setup/SKILL.md
skills/cli-skill-collector/SKILL.md
skills/cli-tunnel/SKILL.md
skills/config-codex-cli/SKILL.md
skills/omni-agents-a2a/SKILL.md
skills/omni-api-keys/SKILL.md
skills/omni-auth/SKILL.md
skills/omni-budget/SKILL.md
skills/omni-cache/SKILL.md
skills/omni-cli-tools/SKILL.md
skills/omni-combos-routing/SKILL.md
skills/omni-compression/SKILL.md
skills/omni-context-rtk/SKILL.md
skills/omni-db-backups/SKILL.md
skills/omni-github-skills/SKILL.md
skills/omni-inference/SKILL.md
skills/omni-mcp/SKILL.md
skills/omni-models/SKILL.md
skills/omni-providers/SKILL.md
skills/omni-proxies/SKILL.md
skills/omni-resilience/SKILL.md
skills/omni-settings/SKILL.md
skills/omni-sync-cloud/SKILL.md
skills/omni-tunnels/SKILL.md
skills/omni-usage-logs/SKILL.md
skills/omni-version-manager/SKILL.md
skills/ponytail/SKILL.md

Metadata

Files
0
Version
ba597b6
Hash
4d36bf20
Indexed
2026-07-25 11:48

inicio - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-14 15:55
浙ICP备14020137号-1 $mapa de visitantes$