hubspot

Manage HubSpot CRM contacts, companies, deals, and tickets via REST API v3.

3|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/jholhewres/devclaw-skills --skill hubspot-jholhewres
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hubspot
Source: https://github.com/jholhewres/devclaw-skills/tree/main/skills/hubspot
Command: npx skills add https://github.com/jholhewres/devclaw-skills --skill hubspot-jholhewres

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the management of your HubSpot CRM data, allowing you to interact with contacts, companies, deals, and tickets efficiently without leaving your development environment.

Core Features & Use Cases

  • CRM Object Management: Create, list, search, and update contacts, companies, and deals.
  • API Integration: Leverages the HubSpot REST API v3 for all operations.
  • Use Case: Quickly add a new lead as a contact, associate them with a company, and create a new deal, all through simple commands.

Quick Start

Use the hubspot skill to list all contacts in your CRM.

Frequently Asked Questions about hubspot

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

FAQPage Schema
How do I manage HubSpot CRM contacts and deals without leaving my development environment?

You can manage HubSpot CRM contacts and deals by leveraging the HubSpot REST API v3 to list, search, create, and update CRM objects directly within your development environment.

What do I need to authenticate API requests to manage HubSpot CRM data?

Authenticating API requests to manage HubSpot CRM data requires setting a HUBSPOT_ACCESS_TOKEN environment variable before interacting with contacts, companies, deals, and tickets.

Can I associate contacts with companies and deals when creating new CRM records?

Yes, you can associate contacts with companies and deals. The Skill supports CRM object management via the HubSpot REST API v3, allowing you to create records and associate them seamlessly.

What is the best way to search and update HubSpot tickets programmatically?

The best way to search and update HubSpot tickets programmatically is by using the HubSpot REST API v3, which supports listing, searching, and updating tickets alongside other CRM objects.

Does this approach support managing HubSpot companies along with contacts and deals?

Yes, this approach supports managing HubSpot companies. It handles CRM object management for contacts, companies, deals, and tickets using the HubSpot REST API v3.

Why do I need to set an environment variable for HubSpot CRM operations?

You need to set the HUBSPOT_ACCESS_TOKEN environment variable because the Skill requires it for authentication to securely execute operations via the HubSpot REST API v3.