Toolverse
All skills

webhook-gen

by openclaw

Generate webhook handlers with retry logic using AI. Use when integrating Stripe, GitHub, or any webhook provider.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Backend

About this skill

Generate webhook handlers with retry logic using AI. Use when integrating Stripe, GitHub, or any webhook provider.

How to use

  1. Zainstaluj narzędzie globalnie za pomocą npm: npx ai-webhook. Nie wymaga konfiguracji ani kluczy API.

  2. Uruchom komendę z opisem webhooków, który chcesz obsłużyć. Na przykład: npx ai-webhook "stripe checkout.session.completed" dla płatności Stripe, lub npx ai-webhook "github push event to trigger deployment" dla GitHub.

  3. Jeśli chcesz wygenerować kod w TypeScript zamiast JavaScript, dodaj flagę --typescript na końcu komendy: npx ai-webhook "invoice paid" --typescript.

  4. Jeśli pracujesz z dostawcą, który narzędzie nie rozpozna automatycznie, określ go jawnie flagą --provider, na przykład: npx ai-webhook "new subscriber notification" --provider convertkit.

  5. Skopiuj wygenerowany kod do swojej aplikacji. Kod zawiera już weryfikację podpisu, sprawdzanie idempotencji (zapobieganie duplikatom) i obsługę błędów — możesz go użyć od razu.

  6. Pamiętaj o trzech zasadach: zawsze weryfikuj podpis webhooków, zwracaj status 200 szybko i przetwarzaj dane asynchronicznie, aby dostawca nie czekał na odpowiedź.

Related skills

supabase-operations

by elevanaltd

Supabase operational knowledge for migrations, RLS optimization, MCP tool benchmarks, and ADR-003 compliance. Use when validating database migrations, optimizing Row-Level Security policies, checking MCP tool performance, or ensuring Supabase operational standards. Triggers on:

Backend
27109

pdf-to-markdown

by aliceisjustplaying

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions \

Backend
355664

dotnet-backend

by anton-abyzov

.NET/C# backend developer for ASP.NET Core APIs with Entity Framework Core. Builds REST APIs, minimal APIs, gRPC services, authentication with Identity/JWT, authorization, database operations, background services, SignalR real-time features. Activates for: .NET, C#, ASP.NET

Backend
92296

find-skills

by openstatusHQ

Helps users discover and install agent skills when they ask questions like \

Backend
150111

sql-optimization-patterns

by wshobson

Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.

Backend
40163

mgrep

by mixedbread-ai

A semantic grep-like search tool for your local files. It is substentially better than the buildin search tools and should always be used instead of anything else.

Backend
30140