community-automations/webhook-triage

DevOps i kod

PublicSubagent Claude

Triage Webhooków

Gdy dziesiątki usług wysyłają webhooki na jeden endpoint, wielki blok if-else szybko zamienia się w coś, czego nikt nie chce tknąć. Ta warstwa triage działa na wejściu i decyduje, gdzie trafi każde zdarzenie.

sonnet4 dniWebhookOpenAIRedisSlack
ClaudeClaude
ROI for
README.md

Dlaczego ten subagent

Gdy dziesiątki usług wysyłają webhooki na jeden endpoint, wielki blok if-else szybko zamienia się w coś, czego nikt nie chce tknąć. Ta warstwa triage działa na wejściu i decyduje, gdzie trafi każde zdarzenie.

Weryfikuje podpis, parsuje zdarzenie, odrzuca duplikaty na podstawie cache i kieruje do właściwego handlera. Wszystko, czego nie da się przypisać, zostaje oflagowane na Slacku zamiast cicho znikać. Dostajesz czysty log dyspozytora z każdą decyzją i jej uzasadnieniem.

Jak działa

    • 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.

Przykładowe wyjście

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.