src/skills/bundled/webhooks/SKILL.md
Webhook management with HMAC signing and rate limiting
npx skillsauth add alsk1992/cloddsbot webhooksInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Register, manage, and inspect incoming webhook endpoints with optional HMAC-SHA256 signature verification.
/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
/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
The /webhooks get <id> command shows:
Webhooks support HMAC-SHA256 payload verification. Pass --secret <key> when registering to enable signature validation on incoming requests.
testing
Play Yoink capture-the-flag game on Base - yoink the flag, check scores, compete for trophy
research
X/Twitter research via Composio — search, threads, profiles, watchlists
development
Monitor whale trades on Polymarket and crypto chains (Solana, ETH, Polygon, ARB, Base, OP)
data-ai
Weather betting - NOAA data for Polymarket weather markets