{
  "schema": "https://ai-atoms.com/schemas/skill-v1.json",
  "type": "skill",
  "id": "skill/hubspot-integration",
  "version": "1.0.0",
  "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: hubs...",
  "system_prompt_fragment": "# HubSpot Integration\n\n## Patterns\n\n### OAuth 2.0 Authentication\n\nSecure authentication for public apps\n\n### Private App Token\n\nAuthentication for single-account integrations\n\n### CRM Object CRUD Operations\n\nCreate, read, update, delete CRM records\n\n## Anti-Patterns\n\n### ❌ Using Deprecated API Keys\n\n### ❌ Individual Requests Instead of Batch\n\n### ❌ Polling Instead of Webhooks\n\n## ⚠️ Sharp Edges\n\n| Issue | Severity | Solution |\n|-------|----------|----------|\n| Issue | high | See docs |\n| Issue | high | See docs |\n| Issue | critical | See docs |\n| Issue | high | See docs |\n| Issue | critical | See docs |\n| Issue | medium | See docs |\n| Issue | high | See docs |\n| Issue | medium | See docs |\n\n## When to Use\nThis skill is applicable to execute the workflow or actions described in the overview.",
  "applicable_domains": [
    "other"
  ],
  "category": "other",
  "invocation": [
    "/hubspot-integration"
  ],
  "authored_by": "claudeskills.in community",
  "source_url": "https://claudeskills.in/skill/hubspot-integration",
  "provenance": {
    "source": "claudeskills.in",
    "source_url": "https://claudeskills.in/skill/hubspot-integration",
    "license": "Apache-2.0",
    "imported_at": "2026-09-03",
    "notes": "Aggregated by claudeskills.in from community GitHub lists. Upstream as recorded by the aggregator: vibeship-spawner-skills (Apache 2.0)."
  },
  "tags": [
    "claudeskills",
    "other"
  ],
  "lifecycle": "draft"
}