Agent Plugins Marketplace
All plugins

hubspot

v2.0.3

Work with your HubSpot data to analyze patterns, create and update records, and manage your CRM operations.

Codex4 Skills

By HubSpotLicense: MIT5.2k GitHub starsUpdated 4 weeks ago

Directory evidence

Runtimes
Codex
Parsed components
4 skill or MCP entries
Source updated
Aug 26, 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

Install hubspot for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add hubspot@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/openai/plugins

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

Plugin files

plugins/hubspot/
├── .codex-plugin/plugin.json
├── skills/hubspot/SKILL.md
├── skills/hubspot-crm-data-hygiene/SKILL.md
├── skills/hubspot-customer-prep/SKILL.md
└── skills/hubspot-pipeline-health/SKILL.md

Included Skills4

hubspotskills/hubspot/SKILL.md

Use when working with HubSpot CRM records to search, summarize, create, update, associate, or analyze objects and properties.

hubspot-crm-data-hygieneskills/hubspot-crm-data-hygiene/SKILL.md

Use when auditing HubSpot data quality for missing fields, stale records, duplicates, associations, owners, or cleanup tasks.

hubspot-customer-prepskills/hubspot-customer-prep/SKILL.md

Use when preparing HubSpot customer briefs for meetings, renewals, QBRs, sales calls, escalations, handoffs, or follow-ups.

hubspot-pipeline-healthskills/hubspot-pipeline-health/SKILL.md

Use when reviewing HubSpot pipeline health, forecasts, stale deals, slipping close dates, or open deal risks.

Plugin manifests1

plugins/hubspot/.codex-plugin/plugin.json
{
  "name": "hubspot",
  "version": "2.0.3",
  "description": "Work with your HubSpot data to analyze patterns, create and update records, and manage your CRM operations.",
  "author": {
    "name": "HubSpot",
    "url": "https://www.hubspot.com/"
  },
  "homepage": "https://www.hubspot.com/",
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [
    "hubspot",
    "crm",
    "sales",
    "pipeline",
    "customer-support"
  ],
  "skills": "./skills/",
  "apps": "./.app.json",
  "interface": {
    "displayName": "HubSpot",
    "shortDescription": "Work with your HubSpot data to analyze patterns, create and update records, and manage your CRM operations.",
    "longDescription": "Work with your HubSpot data to analyze patterns, create and update records, and manage your CRM operations. Read from and write to deals, contacts, companies, tickets, engagements, and other objects you have permission to access. Prepare reports, update deal stages, log calls and emails, create tasks, or review pipeline details before meetings. Use it for quick updates in chat or comprehensive CRM management, all grounded in your actual HubSpot data.",
    "developerName": "HubSpot",
    "category": "Business & Operations",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "websiteURL": "https://www.hubspot.com/",
    "privacyPolicyURL": "https://legal.hubspot.com/privacy-policy",
    "termsOfServiceURL": "https://legal.hubspot.com/terms-of-service",
    "defaultPrompt": [
      "Review pipeline health and flag risky open deals",
      "Prepare an account brief for a customer meeting",
      "Find CRM records with stale or missing data"
    ],
    "screenshots": [],
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png"
  }
}

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)