Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
HomeCompare › hubspot-webhook-handlers vs sales-leadmagic

hubspot-webhook-handlers vs sales-leadmagic

Two Sales Claude Code skills, side by side. Pick the right skill for your workflow with a side-by-side look at metadata, sample code, and install commands.

Side-by-side

Namehubspot-webhook-handlerssales-leadmagic
DescriptionBuild and harden HubSpot v3 webhook handlers that survive production: HMAC-SHA256 signature verification, Redis SET NX deduplication, async batch processing with immediate 200 ACK, dead-letter queuing for permanent…LeadMagic platform help — Email Finder (97% accuracy), Email Validation (catch-all detection), Mobile Finder, Profile Search, Personal Email Finder, Company Search (firmographics), Technographics, Company Funding,…
CategorySalesSales
Sub-categorycrm-systemsprospecting
Tagstool:hubspot
AuthorJeremy Longshore <[email protected]>
LicenseMITMIT
Install/add-skill hubspot-webhook-handlers/add-skill sales-leadmagic

Tag overlap

Shared

Only in hubspot-webhook-handlers tool:hubspot

Only in sales-leadmagic

Sample code from each SKILL.md

hubspot-webhook-handlers

HMAC-SHA256(
  clientSecret,
  httpMethod + requestUri + rawBody + timestamp
)

sales-leadmagic

# Base URL
https://api.leadmagic.io

# Authentication — X-API-Key header
curl -X POST "https://api.leadmagic.io/v1/people/email-finder" \
  -H "X-API-Key: your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"first_name": "Jane", "last_name": "Doe", "company_name": "acme.com"}'

# Check credit balance
curl "https://api.leadmagic.io/v1/credits" \
  -H "X-API-Key: your_api_key"

When to choose each

hubspot-webhook-handlers — Build and harden HubSpot v3 webhook handlers that survive production: HMAC-SHA256 signature verification, Redis SET NX deduplication, async batch processing with immediate 200 ACK, dead-letter queuing for permanent…

sales-leadmagic — LeadMagic platform help — Email Finder (97% accuracy), Email Validation (catch-all detection), Mobile Finder, Profile Search, Personal Email Finder, Company Search (firmographics), Technographics, Company Funding,…

Both are free to install. If you're unsure, install both — Claude Code skills are isolated by filename and only collide if their trigger phrases overlap (rare). The richest signal is the SKILL.md body itself — open both skill pages and read the first paragraph of each.

Open hubspot-webhook-handlers → Open sales-leadmagic →

Other comparisons in this category

See all Claude Code skill comparisons · Browse all Sales skills · Top 100