Agent Skills: HubSpot Integration

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.

UncategorizedID: sickn33/antigravity-awesome-skills/hubspot-integration

Install this agent skill to your local

pnpm dlx add-skill https://github.com/sickn33/antigravity-awesome-skills/tree/HEAD/skills/hubspot-integration

Skill Files

Browse the full folder contents for hubspot-integration.

Download Skill

Loading file tree…

skills/hubspot-integration/SKILL.md

Skill Metadata

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."

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 |