LaunchKit · 2026
Back to Skills

native-hubspot

Query and manage HubSpot CRM data via the HubSpot API.

18
444 downloads
by @codeninja23

Setup & Installation

openclaw skills install @codeninja23/native-hubspot

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install native-hubspot

Version History

v1.0.1Feb 24, 2026 - Version note by skill developer:

Update display name to Native HubSpot

What This Skill Does

Query and manage HubSpot CRM data through the HubSpot API directly. Supports contacts, companies, deals, tickets, and pipelines. Can create, update, search, and associate CRM objects.

Calls api.hubapi.com directly without a third-party proxy, so there are no extra services to configure or trust.

When to use it

  • Look up a contact by email before a sales call
  • Create a new deal and set its pipeline stage
  • Search for all companies matching a name
  • Associate a contact with their company in CRM
  • Check open tickets for a support queue

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: find the deal for 'enterprise' and mark it as closed won

AGENT
  1. 1Search deals with query 'enterprise' to get the deal ID
  2. 2Retrieve the deal to confirm it is the correct record
  3. 3Update the deal with dealstage set to closedwon
OUTPUT

Deal record updated with stage closedwon

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

HubSpot account with permission to create Private AppsHubSpot Private App access token (set as HUBSPOT_TOKEN env var)