integration-hubspot

Connect HubSpot CRM data to a self-hosted Hermes agent via SSH.

13|1|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/paarths-collab/hstack --skill integration-hubspot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integration-hubspot
Source: https://github.com/paarths-collab/hstack/tree/main/skills/integration-hubspot
Command: npx skills add https://github.com/paarths-collab/hstack --skill integration-hubspot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill connects HubSpot CRM to a self-hosted Hermes agent so the agent can work with contacts, companies, deals, and tasks without manual backend setup.

Core Features & Use Cases

  • SSH-first deployment: Configures the integration directly on the user's VPS where Hermes is running.
  • Secure token handling: Stores and validates a HubSpot Private App access token for headless, scope-limited access.
  • Idempotent wiring and rollback: Prevents duplicate setup, reloads the gateway correctly, and includes rollback-safe recovery steps.
  • Use case: A user asks their coding agent to connect HubSpot so they can list recent contacts, create deals, or sync CRM data from chat.

Quick Start

Ask the agent to connect HubSpot to your Hermes VPS using a Private App token and complete the secure, rollback-safe setup.

Frequently Asked Questions about integration-hubspot

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

FAQPage Schema
How do I connect HubSpot CRM to a self-hosted Hermes agent over SSH?

To connect HubSpot CRM to a self-hosted Hermes agent over SSH, you configure the integration directly on your VPS using a HubSpot Private App token. This establishes secure, headless access for managing CRM data from your agent.

What is a HubSpot Private App token and why is it needed for Hermes integration?

A HubSpot Private App token provides scope-limited, headless access to your HubSpot CRM data. It is required for the Hermes integration to securely validate REST API requests without manual backend setup or interactive OAuth flows.

Can I use HubSpot integration with coding agents like Claude Code or Cursor?

Yes, the HubSpot integration applies to SSH-first deployments managing CRM data from Claude Code, Codex, Cursor, Gemini CLI, or Hermes itself. The agent can list recent contacts, create deals, and sync tasks directly from chat.

How do I prevent duplicate configurations when wiring HubSpot to my VPS?

The HubSpot integration uses idempotent wiring to prevent duplicate setup configurations. It safely reloads the gateway and includes rollback-safe verification steps to ensure your CRM connection is established without data duplication.

What happens if the HubSpot gateway reload fails during setup?

If the HubSpot gateway reload fails, the integration includes rollback-safe recovery steps to restore your VPS configuration. This ensures your Hermes agent deployment remains stable and prevents broken CRM data syncs.