Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
alsk1992 avatar

Webhooks

  • 13 installs
  • 610 repo stars
  • Updated June 26, 2026
  • alsk1992/cloddsbot

webhooks is a skill that registers and manages incoming webhook endpoints with optional HMAC-SHA256 signature verification.

About

webhooks registers and manages incoming webhook endpoints with optional HMAC-SHA256 signature verification. A developer uses it to add, enable, disable, and inspect webhook paths and to secure them with a shared secret. Each webhook tracks its path, status, and total trigger count.

  • Register, enable, disable, and inspect incoming webhook endpoints
  • Optional HMAC-SHA256 signature verification per webhook
  • Tracks trigger counts and enabled state per endpoint

Webhooks by the numbers

  • 13 all-time installs (skills.sh)
  • Ranked #3,516 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

webhooks capabilities & compatibility

Capabilities
api development
Use cases
api development
From the docs

What webhooks says it does

Register, manage, and inspect incoming webhook endpoints with optional HMAC-SHA256 signature verification.
SKILL.md
Webhooks support HMAC-SHA256 payload verification. Pass `--secret <key>` when registering
SKILL.md
npx skills add https://github.com/alsk1992/cloddsbot --skill webhooks

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs13
repo stars610
Last updatedJune 26, 2026
Repositoryalsk1992/cloddsbot

What it does

Register and manage incoming webhook endpoints with optional HMAC-SHA256 signing.

Who is it for?

Developers wiring up and securing incoming webhook endpoints for an agent or service.

When should I use this skill?

You need to register, secure, or inspect an incoming webhook endpoint.

By the numbers

  • HMAC-SHA256 payload verification

Files

SKILL.mdMarkdownGitHub ↗

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

Backend & APIsbackendintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.