openai/hubspot-customer-prep
Use when preparing HubSpot customer briefs for meetings, renewals, QBRs, sales calls, escalations, handoffs, or follow-ups.
npx skills add https://github.com/openai/plugins --skill hubspot-customer-prep
Assemble a customer-ready brief while separating CRM facts from inferred recommendations. Follow ../hubspot/SKILL.md for access, URLs, pagination, and write approvals.
get_user_details and confirm read access to the needed object types.search_crm_objects using name, domain, email, deal name, or ticket subject. If multiple records match, return a disambiguation list with URLs.search_properties: company owner/lifecycle/domain; contact title/email/last contact; deal amount/stage/close date/next step; ticket status/priority/category.associatedWith searches for related contacts, companies, deals, and tickets. Fetch selected records with get_crm_objects when richer fields are needed.Return source record URLs, snapshot, people, open opportunities, support health, recommended agenda, questions to ask, follow-ups, and caveats. For tasks, next steps, associations, ownership, or stage changes, show exact proposed changes and get approval before manage_crm_objects.
Take openai/hubspot-customer-prep from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.