/webhooks
Webhook management with HMAC signing and rate limiting
$ npx -y skills add alsk1992/CloddsBot --skill webhooks --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/webhooks
Context preview
The summary Claude sees to decide when to auto-load this skill.
Webhook management with HMAC signing and rate limiting
SKILL.md
webhooks.SKILL.mdname: webhooks description: "Webhook management with HMAC signing and rate limiting" commands: - /webhooks - /webhook
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.
Open Source AI trading agent that operates autonomously across 1000+ markets - Polymarket, Kalshi, Binance, Hyperliquid, Solana DEXs, 5 EVM chains. Scans for edge, executes instantly, manages risk while you sleep. Agent commerce protocol for machine-to-machine payments. Self-hosted. Built on Claude.
Repo: alsk1992/CloddsBot
Other skills on cloddsbot.
- /acp
Enable agent-to-agent commerce with on-chain escrow, cryptographic agreements, and service discovery.
Open skill - /agentbets
AgentBets - AI-native prediction markets on Solana
Open skill - /ai-strategy
AI Strategy - natural language to trades
Open skill - /alerts
Create and manage price alerts for prediction markets
Open skill - /analytics
Performance attribution, trade analytics, and strategy optimization
Open skill - /arbitrage
Automated cross-platform arbitrage detection and monitoring
Open skill

