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
Examples
/webhooks list
/webhooks register trade-signals /hooks/trades
/webhooks register alerts /hooks/alerts --secret mysecretkey
/webhooks get trade-signals
/webhooks disable trade-signals
/webhooks enable trade-signals
/webhooks unregister trade-signals
Webhook Details
The /webhooks get <id> command shows:
- Path the webhook listens on
- Description (if set)
- Enabled/disabled status
- Whether an HMAC secret is configured
- Total trigger count
Security
Webhooks support HMAC-SHA256 payload verification. Pass --secret <key> when registering to enable signature validation on incoming requests.
Related skills
More from alsk1992/cloddsbot
binance-futures
Binance Futures trading with DB tracking
151crypto-hft
Trade crypto binary markets on Polymarket with 4 automated strategies. Support: 5-min BTC, 15-min/1h/4h/daily all assets (BTC, ETH, SOL, XRP)
111trading-futures
Trade perpetual futures on Binance, Bybit, Hyperliquid, MEXC with up to 200x leverage
77tts
Text-to-speech synthesis with ElevenLabs and system voices
57auto-reply
Automatic response rules, patterns, and scheduled messages
52trading-system
Unified trading system with auto-logging, bots, and performance analytics
29