webhooks

Register, manage, and inspect incoming webhook endpoints with optional HMAC-SHA256 signature verification.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "webhooks" with this command: npx skills add alsk1992/cloddsbot/alsk1992-cloddsbot-webhooks

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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

binance-futures

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

trading-futures

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

tts

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

auto-reply

No summary provided by upstream source.

Repository SourceNeeds Review