<< All versions
Skill v1.0.0
Trusted Publisher100/100openai/plugins/hubspot-customer-prep
──Details
PublishedMay 14, 2026 at 07:04 PM
Content Hashsha256:25f663355980af3e...
Git SHA
──Files
Files (1 file, 1.4 KB)
SKILL.md1.4 KBactive
SKILL.md · 22 lines · 1.4 KB
version: "1.0.0" name: hubspot-customer-prep description: Use when preparing HubSpot customer briefs for meetings, renewals, QBRs, sales calls, escalations, handoffs, or follow-ups.
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.
Workflow
- Call
get_user_detailsand confirm read access to the needed object types. - Clarify seed record and goal: company, contact, deal, ticket, meeting type, attendees, date, and desired outcome.
- Find the seed record with
search_crm_objectsusing name, domain, email, deal name, or ticket subject. If multiple records match, return a disambiguation list with URLs. - Discover properties with
search_properties: company owner/lifecycle/domain; contact title/email/last contact; deal amount/stage/close date/next step; ticket status/priority/category. - Use
associatedWithsearches for related contacts, companies, deals, and tickets. Fetch selected records withget_crm_objectswhen richer fields are needed.
Brief
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.