hubspot-integration

Installation
SKILL.md

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.

Patterns

OAuth 2.0 Authentication

Secure authentication for public apps

When to use: Building public app or multi-account integration

Template

// OAuth 2.0 flow for HubSpot import { Client } from "@hubspot/api-client";

Installs
604
GitHub Stars
40.4K
First Seen
Jan 19, 2026
hubspot-integration — sickn33/antigravity-awesome-skills