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.
| Name | hubspot-webhook-handlers | sales-leadmagic |
|---|---|---|
| Description | 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… | 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,… |
| Category | Sales | Sales |
| Sub-category | crm-systems | prospecting |
| Tags | tool:hubspot | — |
| Author | Jeremy Longshore <[email protected]> | — |
| License | MIT | MIT |
| Install | /add-skill hubspot-webhook-handlers | /add-skill sales-leadmagic |
HMAC-SHA256(
clientSecret,
httpMethod + requestUri + rawBody + timestamp
)
# 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"
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.
See all Claude Code skill comparisons · Browse all Sales skills · Top 100
SKILL.md files, not affiliated with, endorsed by, or sponsored by Anthropic.