hubspot-master

Centralize shared HubSpot integration resources and Python scripts for CRM automation.

2|1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/abdullahbeam/nexus-design-abdullah --skill hubspot-master-abdullahbeam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hubspot-master
Source: https://github.com/abdullahbeam/nexus-design-abdullah/tree/main/00-system/skills/hubspot/hubspot-master
Command: npx skills add https://github.com/abdullahbeam/nexus-design-abdullah --skill hubspot-master-abdullahbeam

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill eliminates content duplication across HubSpot integration skills by centralizing shared resources including setup guides, API documentation, error handling references, authentication instructions, and operational scripts for CRM objects and engagements.

Core Features & Use Cases

  • Shared References: Centralized documentation for HubSpot setup, API patterns, error handling, and authentication that all HubSpot skills reference.
  • Operational Scripts: Pre-built Python scripts for configuration validation, interactive setup, and full CRUD operations on contacts, companies, deals, and engagement records.
  • Use Case: When building or maintaining HubSpot CRM automation workflows, reference this library to access consistent, DRY-principled resources instead of duplicating setup instructions and API client code across individual skills.

Quick Start

Use the hubspot-master skill to validate your HubSpot integration configuration by running the configuration check script before performing any CRM operations.

Frequently Asked Questions about hubspot-master

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate HubSpot CRM operations for contacts and deals using Python?

HubSpot CRM automation workflows for contacts, companies, and deals are handled through pre-built Python scripts that perform full CRUD operations via the HubSpot API. This central library provides configuration validation and operational scripts to execute these records programmatically.

What is the best way to manage HubSpot API authentication and error handling across multiple automation skills?

Centralizing HubSpot API authentication and error handling references eliminates duplicated code across CRM automation skills. This Skill provides a shared DRY architecture with centralized documentation for setup, API patterns, and authentication that all HubSpot integrations reference.

How do I validate my HubSpot integration configuration before running CRM operations?

Validate your HubSpot integration configuration by running the included configuration check script before performing any CRM operations. This interactive setup script ensures your API authentication and environment variables are correctly configured for contacts and deals automation.

Does this HubSpot integration library support engagements and company records?

Yes, the HubSpot integration library supports engagement records alongside contacts, companies, and deals. It provides Python scripts and API documentation for full CRUD operations on all these CRM objects to enable comprehensive automation workflows.

Do I need the requests library to use these HubSpot CRM automation scripts?

Yes, the requests library is required as a dependency to execute the HubSpot CRM automation scripts. The Python scripts rely on requests to handle HTTP interactions for configuration validation and CRUD operations against the HubSpot API.

Why should I use a centralized HubSpot integration library instead of duplicating API code in individual skills?

Using a centralized HubSpot integration library prevents content duplication by maintaining a single source of truth for setup guides, API documentation, and operational scripts. This DRY architecture ensures consistent error handling and authentication references across all CRM automation workflows.