multiAI Summary Pending
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.
231 stars
Installation
Claude Code / Cursor / Codex
$curl -o ~/.claude/skills/hubspot-integration/SKILL.md --create-dirs "https://raw.githubusercontent.com/aiskillstore/marketplace/main/skills/sickn33/hubspot-integration/SKILL.md"
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/hubspot-integration/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How hubspot-integration Compares
| Feature / Agent | hubspot-integration | Standard Approach |
|---|---|---|
| Platform Support | multi | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
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.
Which AI agents support this skill?
This skill is compatible with multi.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 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 |