community-automations/webhook-triage

DevOps і код

PublicСубагент Claude

Тріаж вебхуків

Коли десятки сервісів шлють вебхуки на один ендпоінт, здоровенний блок if-else швидко перетворюється на те, до чого ніхто не хоче торкатися. Цей шар тріажу стоїть попереду й вирішує, куди належить кожна подія.

sonnet4 дніWebhookOpenAIRedisSlack
ClaudeClaude
ROI for
README.md

Чому цей субагент

Коли десятки сервісів шлють вебхуки на один ендпоінт, здоровенний блок if-else швидко перетворюється на те, до чого ніхто не хоче торкатися. Цей шар тріажу стоїть попереду й вирішує, куди належить кожна подія.

Він перевіряє підпис, парсить подію, відсіює дублікати через кеш і маршрутизує на потрібний обробник. Усе, що не вдалося класифікувати, потрапляє у Slack замість того, щоб тихо зникнути. Ви отримуєте чистий лог диспетчеризації, де видно кожне рішення і чому його було прийнято.

Як він працює

    • Read

      Used at step 01 to kick off the pipeline.

    • Write

      Used at step 01 to kick off the pipeline.

    • WebFetch

      Used at step 01 to kick off the pipeline.

    • WebSearch

      Used at step 01 to kick off the pipeline.

Приклад результату

json
// Sample output
// (generated when the pipeline finishes)

Given a verified webhook payload, classify event type and urgency and return a JSON dispatch decision naming the target handler and dedupe key.

Unlock the rest

The full agent definition, install snippet, and starter task are gated for community members.

Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.