hubspot

Manage HubSpot CRM and CMS objects via REST API.

1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/rustykuntz/rocie-tools --skill hubspot-rustykuntz
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: hubspot
Source: https://github.com/rustykuntz/rocie-tools/tree/main/skills/hubspot
Command: npx skills add https://github.com/rustykuntz/rocie-tools --skill hubspot-rustykuntz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the management of customer relationship data and content within HubSpot, reducing manual data entry and improving CRM efficiency.

Core Features & Use Cases

  • Contact Management: Create, list, search, and retrieve contact information.
  • Company & Deal Tracking: Manage company records and track sales deal stages.
  • Content Management: Interact with HubSpot CMS for content-related tasks.
  • Use Case: Automatically add a new lead as a contact in HubSpot, associate them with a company, and update their deal stage based on sales interactions.

Quick Start

Use the hubspot skill to create a new contact with the email test@example.com and name Test User.

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 via API?▼

You can manage HubSpot CRM contacts and deals via API by creating, listing, searching, and updating records, as well as managing associations between objects and retrieving property schemas.

Can I automate adding new leads to HubSpot and update their deal stages?▼

Yes, you can automate adding new leads to HubSpot by creating a contact, associating them with a company record, and updating their specific deal stage based on sales interactions.

What do I need to authenticate HubSpot REST API requests for CRM management?▼

To authenticate HubSpot REST API requests for CRM management, you need a valid HUBSPOT_ACCESS_TOKEN configured in your environment to interact with contacts, companies, and deals.

Does this approach support managing HubSpot CMS content alongside CRM data?▼

Yes, this approach supports managing HubSpot CMS content alongside CRM data by interacting with CMS objects for content-related tasks through the same REST API interface.

Are there API rate limits I should consider when updating HubSpot company records?▼

Yes, you must adhere to HubSpot API rate limits when updating HubSpot company records, creating contacts, or searching deals to ensure your automated CRM workflows remain uninterrupted.