hubspot-integration
Integration guide for HubSpot CRM, covering API patterns, authentication, and SDK usage.
Install
mkdir -p .claude/skills/hubspot-integration && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/884" && unzip -o skill.zip -d .claude/skills/hubspot-integration && rm skill.zipInstalls to .claude/skills/hubspot-integration
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
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.Key capabilities
- →Implement OAuth 2.0 authentication
- →Perform CRM object CRUD operations
- →Execute batch processing for CRM records
- →Manage custom objects and associations
- →Configure webhooks for data updates
How it works
It provides standardized patterns and anti-patterns for interacting with HubSpot APIs to ensure secure and efficient data integration.
Inputs & outputs
When to use hubspot-integration
- →Setting up HubSpot OAuth authentication
- →Batch-syncing contacts between systems
- →Managing CRM custom objects
- →Implementing webhooks for data updates
About this skill
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 |
When not to use it
- →When using deprecated API keys or individual requests for high-volume data operations
Prerequisites
Limitations
- →Requires adherence to specific SDK patterns
- →Must avoid deprecated authentication methods
How it compares
It enforces architectural best practices and batch processing patterns instead of ad-hoc API implementation.
Compared to similar skills
hubspot-integration side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| hubspot-integration (this skill) | 5 | 6mo | No flags | Advanced |
| telegram-bot-builder | 106 | 6mo | Review | Intermediate |
| stripe-integration | 48 | 2mo | No flags | Advanced |
| backend-architect | 10 | 4mo | No flags | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by davila7
View all by davila7 →You might also like
telegram-bot-builder
davila7
Expert in building Telegram bots that solve real problems - from simple automation to complex AI-powered bots. Covers bot architecture, the Telegram Bot API, user experience, monetization strategies, and scaling bots to thousands of users. Use when: telegram bot, bot api, telegram automation, chat bot telegram, tg bot.
stripe-integration
wshobson
Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.
backend-architect
sickn33
Expert backend architect specializing in scalable API design, microservices architecture, and distributed systems. Masters REST/GraphQL/gRPC APIs, event-driven architectures, service mesh patterns, and modern backend frameworks. Handles service boundary definition, inter-service communication, resilience patterns, and observability. Use PROACTIVELY when creating new backend services or APIs.
building-websocket-server
jeremylongshore
Build scalable WebSocket servers for real-time bidirectional communication. Use when enabling real-time bidirectional communication. Trigger with phrases like "build WebSocket server", "add real-time API", or "implement WebSocket".
plaid-fintech
davila7
Expert patterns for Plaid API integration including Link token flows, transactions sync, identity verification, Auth for ACH, balance checks, webhook handling, and fintech compliance best practices. Use when: plaid, bank account linking, bank connection, ach, account aggregation.
generating-grpc-services
jeremylongshore
Generate gRPC service definitions, stubs, and implementations from Protocol Buffers. Use when creating high-performance gRPC services. Trigger with phrases like "generate gRPC service", "create gRPC API", or "build gRPC server".