davila7 / hubspot-integration
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/hubspot-integration && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/884" && unzip -o skill.zip -d .claude/skills/hubspot-integration && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/hubspot-integration/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Expert patterns for HubSpot CRM integration including OAuth authentication, CRM objects, associations, batch operations, webhooks, and custom objects. Covers Node.js and Python SDKs. Use when: hubspot, hubspot api, hubspot crm, hubspot integration, contacts api.
4 views
0 installs
Skill Content
--- name: hubspot-integration description: "Expert patterns for HubSpot CRM integration including OAuth authentication, CRM objects, associations, batch operations, webhooks, and custom objects. Covers Node.js and Python SDKs. Use when: hubspot, hubspot api, hubspot crm, hubspot integration, contacts api." source: vibeship-spawner-skills (Apache 2.0) --- # HubSpot Integration ## Patterns ### OAuth 2.0 Authentication Secure authentication for public apps ### Private App Token Authentication for single-account integrations ### CRM Object CRUD Operations Create, read, update, delete CRM records ## Anti-Patterns ### ❌ Using Deprecated API Keys ### ❌ Individual Requests Instead of Batch ### ❌ Polling Instead of Webhooks ## ⚠️ Sharp Edges | Issue | Severity | Solution | |-------|----------|----------| | Issue | high | See docs | | Issue | high | See docs | | Issue | critical | See docs | | Issue | high | See docs | | Issue | critical | See docs | | Issue | medium | See docs | | Issue | high | See docs | | Issue | medium | See docs |