community-automations/webhook-triage

DevOps والكود

Publicوكيل Claude فرعي

فرز Webhook

حين تطلق عشرات الخدمات webhooks نحو نقطة نهاية واحدة، تتحوّل كتلة شروط ضخمة بسرعة إلى شيء لا يريد أحد لمسه. هذه الطبقة تقف في المقدمة وتقرّر إلى أين ينتمي كل حدث.

sonnet4 أيامWebhookOpenAIRedisSlack
ClaudeClaude
ROI for
README.md

لماذا هذا الوكيل تحديدًا

حين تطلق عشرات الخدمات webhooks نحو نقطة نهاية واحدة، تتحوّل كتلة شروط ضخمة بسرعة إلى شيء لا يريد أحد لمسه. هذه الطبقة تقف في المقدمة وتقرّر إلى أين ينتمي كل حدث.

تتحقق من التوقيع، وتحلّل الحدث، وتُسقط المكرّرات مقابل ذاكرة تخزين مؤقت، وتوجّه إلى المعالج الصحيح. وأي حدث يتعذّر وضعه يُعلَّم في 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.