Agent Plugins Marketplace
All plugins

hubspot

v0.13.0-ghast.1

Operate HubSpot CRM records, pipelines, activities, workflows, reports, data quality, sales execution, support, retention, ownership, and quote-to-cash through all 15 official Agent CLI skills.

Agent Plugins15 Skills

By HubSpotLicense: Apache-2.00 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
15 skill or MCP entries
Source updated
Aug 30, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Get the plugin

git clone https://github.com/Trapezohe/ghast-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/hubspot/.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

plugins/hubspot/
├── plugin.json
├── skills/audience-targeting/SKILL.md
├── skills/bulk-operations/SKILL.md
├── skills/communication-history/SKILL.md
├── skills/crm-data-quality/SKILL.md
├── skills/crm-lookup/SKILL.md
├── skills/custom-object-management/SKILL.md
├── skills/customer-retention/SKILL.md
├── skills/data-enrichment/SKILL.md
├── skills/deal-management/SKILL.md
├── skills/quote-to-cash/SKILL.md
├── skills/sales-execution/SKILL.md
├── skills/sales-reporting/SKILL.md
├── skills/team-ownership/SKILL.md
├── skills/ticket-resolution/SKILL.md
└── skills/workflow-automation/SKILL.md

Included Skills15

audience-targetingskills/audience-targeting/SKILL.md

Build a targeted contact segment by filtering on lifecycle, engagement, jobtitle, geography, or firmographics — then export it as JSONL for a campaign or downstream tool.

bulk-operationsskills/bulk-operations/SKILL.md

Foundation patterns for the `hubspot` CLI — JSONL piping, batch read, pagination, dry-run/digest/confirm for destructive ops, and `hubspot history` for recovery. Every other skill builds on this one.

communication-historyskills/communication-history/SKILL.md

Retrieve activity history (calls, emails, notes, meetings, tasks) for a CRM record and assemble pre-call briefs.

crm-data-qualityskills/crm-data-quality/SKILL.md

Find incomplete records, normalize field values in bulk, dedupe with `hubspot objects merge`, and audit custom properties. Builds on `bulk-operations` for JSONL piping and dry-run/digest/confirm.

crm-lookupskills/crm-lookup/SKILL.md

Find a specific CRM record by ID, email, domain, or name fragment, and traverse associations for the full account picture.

custom-object-managementskills/custom-object-management/SKILL.md

Discover, create, update, and delete custom CRM object schemas. Use when defining a new object type, inspecting existing schemas, or removing one. Record CRUD on custom objects is identical to standard objects — see `bulk-operations`.

customer-retentionskills/customer-retention/SKILL.md

Identify inactive/at-risk customers via CRM filters and create follow-up tasks at scale. Builds on `bulk-operations`; defers activity-creation specifics to `sales-execution`.

data-enrichmentskills/data-enrichment/SKILL.md

Match external CSV/JSONL records to CRM contacts (by email) or companies (by domain) and write enriched data back in one pass using `hubspot objects upsert`.

deal-managementskills/deal-management/SKILL.md

Run the full deal lifecycle from CLI — discover pipelines/stages, qualify MQLs into deals with associations, advance/reassign in bulk, hunt stalled deals, and close.

quote-to-cashskills/quote-to-cash/SKILL.md

Build the product catalog, assemble quotes (line items + associations to deals), and track invoices and subscriptions through to revenue.

sales-executionskills/sales-execution/SKILL.md

Log sales activities — calls, notes, meetings, tasks — against contacts and deals, with the mandatory create-then-associate step that makes them visible in the CRM.

sales-reportingskills/sales-reporting/SKILL.md

Daily briefings, pipeline snapshots, and win/loss analysis from the terminal — closing-this-week, open pipeline by stage/owner, and closed-won vs closed-lost over a period.

team-ownershipskills/team-ownership/SKILL.md

Assign and reassign CRM record ownership, audit who-owns-what across object types, and handle rep transitions. Built on `bulk-operations`.

ticket-resolutionskills/ticket-resolution/SKILL.md

Create, triage, advance, and close HubSpot support tickets — pipeline discovery, contact/company association, priority queues, bulk stage moves, resolution close-out.

workflow-automationskills/workflow-automation/SKILL.md

List, inspect, create, update, and delete HubSpot workflows (v4 flows API) from the `hubspot` agent CLI, not the `hs` developer CLI.

Plugin manifests1

plugins/hubspot/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "hubspot",
  "version": "0.13.0-ghast.1",
  "description": "Operate HubSpot CRM records, pipelines, activities, workflows, reports, data quality, sales execution, support, retention, ownership, and quote-to-cash through all 15 official Agent CLI skills.",
  "author": {
    "name": "HubSpot",
    "url": "https://www.hubspot.com"
  },
  "homepage": "https://developers.hubspot.com/docs/developer-tooling/local-development/agent-cli/guide",
  "repository": "https://github.com/HubSpot/agent-cli-skills",
  "license": "Apache-2.0",
  "extensions": {
    "ai.trapezohe.ghast": {
      "category": "productivity",
      "upstreamRevision": "71f2bdefcc0247b1f378cb98186800dc57b6f6b1",
      "upstreamPath": ".",
      "icon": "./assets/icon.svg"
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[hubspot on Agent Plugins Marketplace](https://pluginsmp.com/plugins/hubspot-2)