{"skill":{"slug":"skylv-webhook-debugger","displayName":"Skylv Webhook Debugger","summary":"Tests and debugs webhooks. Inspects requests and validates responses. Triggers: test webhook, webhook debug, http webhook.","description":"---\nname: skylv-webhook-tester\nslug: skylv-webhook-tester\nversion: 1.0.0\ndescription: \"Tests and debugs webhooks. Inspects requests and validates responses. Triggers: test webhook, webhook debug, http webhook.\"\nauthor: SKY-lv\nlicense: MIT\ntags: [automation, tools]\nkeywords: [automation, tools]\ntriggers: webhook-tester\n---\n\n# Webhook Tester\n\n## Overview\nHelps test, debug, and validate webhook integrations.\n\n## When to Use\n- User asks to \"test a webhook\" or \"debug webhook\"\n\n## Send Test Payload\n\n$headers = @{ \"Content-Type\" = \"application/json\" }\n$body = @{ event = \"test\" } | ConvertTo-Json\nInvoke-RestMethod -Uri \"https://example.com/webhook\" -Method POST -Headers $headers -Body $body\n\n## Response Codes\n- 200 OK = success\n- 401 = authentication failed\n- 403 = signature verification failed\n- 429 = rate limited\n- 5xx = server error\n\n## Common Testing Tools\n- https://webhook.site - temporary public URL\n- https://requestbin.com - inspect payloads\n- ngrok http 3000 - forward to localhost\n","topics":["Webhook","Debug"],"tags":{"latest":"1.0.0"},"stats":{"comments":0,"downloads":345,"installsAllTime":13,"installsCurrent":1,"stars":0,"versions":1},"createdAt":1777863086972,"updatedAt":1778492842520},"latestVersion":{"version":"1.0.0","createdAt":1777863086972,"changelog":"Initial release of the webhook testing and debugging tool.\n\n- Supports testing and debugging of webhook integrations.\n- Inspects incoming webhook requests and validates responses.\n- Provides sample test payloads and response code details.\n- Includes references to common webhook testing tools.","license":"MIT-0"},"metadata":{"setup":[],"os":null,"systems":null},"owner":{"handle":"sky-lv","userId":"s17fgkeb63szvtadtmm753m0gd84e4vz","displayName":"SKY-lv","image":"https://avatars.githubusercontent.com/u/259750852?v=4"},"moderation":null}