webhooks
Installation
SKILL.md
Webhooks
Register, manage, and inspect incoming webhook endpoints with optional HMAC-SHA256 signature verification.
Commands
/webhooks list - List all registered webhooks
/webhooks register <id> <path> - Register a webhook endpoint
/webhooks register <id> <path> --secret <key> - Register with HMAC secret
/webhooks unregister <id> - Remove a webhook
/webhooks enable <id> - Enable a webhook
/webhooks disable <id> - Disable a webhook
/webhooks get <id> - View webhook details