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 HubSpotMIT5kupdated 3 weeks ago

Source

git clone https://github.com/openai/plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/hubspot/ inside the repository.

Layout

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

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.

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"
  }
}