hubspot-pack

saas-packs v2.0.0 by Jeremy Longshore

Claude Code skill pack for HubSpot (10 production-engineer skills)

10 Skills
MIT License
Free Pricing

Installation

Open Claude Code and run this command:

/plugin install hubspot-pack@claude-code-plugins-plus

Use --global to install for all projects, or --project for current project only.

What It Does

> Claude Code skill pack for HubSpot CRM integration -- 10 production-engineer skills built from a real-world pain catalog, covering auth, webhooks, dedup, migrations, pipeline automation, and rate-limit survival on the CRM v3 API.

Skills (10)

hubspot-agency-multi-portal SKILL.md View full skill →

Manage 10-100 HubSpot portals for agency clients with credential isolation that prevents cross-portal data contamination, per-portal audit trails for billing and GDPR/CCPA attribution, and a scriptable bulk-onboarding workflow that eliminates one-at-a-time credential setup.

ReadWriteBash(curl:*)Bash(jq:*)Bash(python3:*)
hubspot-auth SKILL.md View full skill →

Authenticate production HubSpot integrations and survive the auth-side.

ReadWriteEditBash(curl:*)Bash(jq:*)Bash(openssl:*)Grep
hubspot-bulk-migration SKILL.md View full skill →

Bulk-migrate CRM data into HubSpot from Salesforce, Pipedrive, or Copper — or export off HubSpot — with field mapping, ID continuity, association re-linking, dedup safety, rate-limit budgeting, and rollback mitigation across 100K+ record datasets.

ReadBash(curl:*)Bash(jq:*)Bash(python3:*)
hubspot-contact-dedup SKILL.md View full skill →

Deduplicate HubSpot contacts at production scale — surviving import storms, wrong-winner merges, fuzzy-match blind spots, association orphans, rate-limit exhaustion, and silent merge failures on conflicting lifecycle or opt-out status.

ReadBash(curl:*)Bash(jq:*)Bash(python3:*)

How It Works

Skills trigger automatically when you discuss HubSpot topics:

  • "Set up HubSpot auth for production" triggers hubspot-auth
  • "Our webhook handler is double-processing events" triggers hubspot-webhook-handlers
  • "I'm getting 429s from HubSpot" triggers hubspot-rate-limit-survival
  • "We have thousands of duplicate contacts" triggers hubspot-contact-dedup

Ready to use hubspot-pack?