webhook-trigger
Installation
SKILL.md
Webhook Trigger
Send HTTP requests to any webhook or API endpoint.
POST JSON
curl -s -X POST "https://hooks.example.com/webhook" \
-H "Content-Type: application/json" \
-d '{"event":"deploy","status":"success"}' | jq .