Reference for cryptographic verification of payment webhooks. Cited by integration-specialist whenever it generates a webhook handler. Documents per-provider signature algorithms, timestamp tolerances, replay-protection strategies, raw-body capture per stack, and the minimum set of events each handler must route. Always use this skill (instead of recalling from training data) — webhook verification is where the integration goes silently wrong.
$npx -y skills add hainrixz/agente-pagokit --skill webhook-verifierInstalls into the current project.
Run `npx skills use "https://github.com/hainrixz/agente-pagokit" --skill "hainrixz/agente-pagokit/webhook-verifier"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/hainrixz/agente-pagokit" that are relevant to the current task. Run `npx skills add "https://github.com/hainrixz/agente-pagokit"` and select the relevant skills, then follow their instructions.