hubspot

작성자: openai

HubSpot CRM 커넥터 가이드: HubSpot을 CRM으로 사용하는 영업 워크플로우에서 CRM 읽기, 초안 작성, 메모 작성 또는 제안된 레코드 변경에 사용됩니다.

npx skills add https://github.com/openai/role-specific-plugins --skill hubspot

HubSpot User Guide

Prepare trustworthy HubSpot-backed context or a safely reviewed HubSpot action while keeping the surrounding Sales workflow authoritative for the business task.

Common Skill Instructions

MANDATORY: If not already in context, read and adhere closely to plugins/sales/skills/index/SKILL.md## Cross-Skill Best Practices.

HubSpot Operation Ranking

Use this priority order when the requested HubSpot job or record is ambiguous.

  1. Explicit user request, named record, HubSpot ID, company, deal, contact, ticket, or stated action
  2. Read-only CRM context needed by the active Sales workflow
  3. Exact record or a high-confidence candidate resolved from the user's words and business context
  4. The smallest property set, associations, activity context, or page of results that answers the request
  5. A reviewed draft of proposed HubSpot changes
  6. An explicitly approved, supported HubSpot write followed by verification

Do not silently pick among plausible records, broaden a read into a write, or treat clarification as write approval.

Key Dependency Categories

These are particularly important for this workflow; use your best judgment to potentially include other data sources to improve quality.

  • ~~CRM, specifically the exposed HubSpot connector, for HubSpot-backed identity, records, properties, associations, links, and approved writes
  • The parent Sales workflow for Calendar, Meeting Transcripts, Email, Internal Messaging, Knowledge & Files, or Sales Intelligence context that HubSpot does not own
  • User-provided record IDs, names, exports, property values, and business context when connector access is unavailable or a record needs disambiguation

If HubSpot is missing, unavailable, stale, ambiguous, or limited by the exposed connector surface, say so and label the answer as not HubSpot-backed.

Workflow Guidance

These HubSpot-specific steps override the default workflow in the index skill.

    1. Resolve access and target
    • Use get_user_details first to confirm the connected portal and exposed object read/write availability.
    • Resolve whether the user wants a read, a draft, or an approved write; identify object type, owner or team, pipeline, timeframe, stage, and exact record when those affect the answer.
    • For an ambiguous record, do the smallest bounded candidate lookup and ask the user to choose before using it for a summary or write.
    1. Discover properties and records
    • Use search_properties with at most five focused keywords when fields are uncertain; use get_properties to confirm enum values and writable properties.
    • Use search_crm_objects for search, counts, filters, pagination, and associations. Use get_crm_objects for known IDs. Do not use deprecated search or fetch.
    • Retrieve only the properties and associations that affect the sales decision. State filters, totals, page or sample limits, and whether analysis is sampled.
    1. Draft, approve, and verify
    • For proposed changes, show an exact field-level draft before calling manage_crm_objects.
    • Write only after the user explicitly approves the exact reviewed change or batch. Batch at most 10 objects and confirm associations separately.
    • A reviewed-batch approval applies only to that exact batch; never offer a blanket confirmation bypass.
    • Inspect the write response and verify with a narrow read when the response does not prove the outcome.

HubSpot Rules

  • Prefer exact IDs, domains, emails, and full names plus company over vague name-only matching.
  • Before querying or writing with a property or enum, confirm property labels, internal names, enum values, and writeability; do not guess them.
  • Keep HubSpot as CRM truth for HubSpot-owned account, contact, deal, ticket, owner, pipeline, and activity facts. Do not let enrichment or web context overwrite CRM truth.
  • Include clickable connector-returned or trusted HubSpot record URLs with UTM parameters when available.
  • Do not write inferred data, overwrite user-entered context without clear consent, or mutate an association without explicit approval.
  • Do not imply support for objects, properties, pagination behavior, bulk sizes, or writes that the live connector does not expose.

Connector Boundary

Use only the HubSpot surfaces that are actually exposed:

  • Identity and access: get_user_details
  • Property discovery: search_properties, get_properties
  • Record search and reads: search_crm_objects, get_crm_objects
  • Reviewed writes: manage_crm_objects

For unsupported broad exports, delete, merge, dedupe, arbitrary automation, or unexposed object operations, state the missing surface and offer a narrower read, a draft, or another approved source.

Modes

1. HubSpot Read

  • Use for company, deal, contact, ticket, owner, activity, property, or association context.
  • Resolve the target, retrieve only decision-relevant fields, and call out ambiguity or gaps.

Output Format

# [HubSpot Record Or Context]

## Summary

- [Most important CRM fact with trusted link]
- [Current deal, company, contact, activity, or association signal]
- [Risk, missing property, ambiguity, or source gap]

---

{Follow the instructions and output format/conditions in [Limitations and Improvements](../index/SKILL.md#limitations-and-improvements)}

{Follow the instructions and output format/conditions in [Next Steps](../index/SKILL.md#4-next-steps)}

2. HubSpot Update Draft

  • Use when the user asks to prepare a note, property change, association, create, or update but has not approved the write.
  • Keep current and proposed values separate and identify the exact target.

Output Format

# Proposed HubSpot Update

**Target:** [Record name, type, and trusted link or ID]

| Property / Association | Current Value | Proposed Value | Reason / Source |
| --- | --- | --- | --- |
| [Label] | [Current or Unknown] | [Proposed] | [Grounded reason + link] |

## Before I Write

- [Missing input, association confirmation, validation risk, or approval needed]

---

{Follow the instructions and output format/conditions in [Limitations and Improvements](../index/SKILL.md#limitations-and-improvements)}

{Follow the instructions and output format/conditions in [Next Steps](../index/SKILL.md#4-next-steps)}

3. Approved HubSpot Write

  • Use only after explicit approval for the exact reviewed object or batch.
  • Verify before reporting completion when the write response is inconclusive.

Output Format

# HubSpot Updated

**Record:** [Name, type, and trusted link or ID]

- **Changed:** [Property or association]
- **Result:** [Verified outcome]
- **Not changed:** [Unsupported or skipped item]

---

{Follow the instructions and output format/conditions in [Limitations and Improvements](../index/SKILL.md#limitations-and-improvements)}

{Follow the instructions and output format/conditions in [Next Steps](../index/SKILL.md#4-next-steps)}

openai의 다른 스킬

user-context
openai
데이터 분석 플러그인의 지속적인 소스 라우팅 기본 설정, 온보딩 로직, 설정 진행 상황 및 의미 계층 레지스트리를 로드하거나 관리합니다.
official
notion-research-documentation
openai
Notion 콘텐츠를 조사하고 인용문과 함께 구조화된 브리핑, 보고서 또는 비교 자료로 종합합니다. 대상 질의를 사용해 Notion 페이지를 검색하고 가져온 후, 인라인 출처 인용과 참고 문헌 섹션을 포함해 주제별로 결과를 정리합니다. 범위와 사용자 목표에 따라 네 가지 출력 형식(빠른 브리핑, 연구 요약, 비교, 종합 보고서) 중에서 선택합니다. 내장 템플릿을 사용해 Notion 페이지를 생성 및 업데이트하고, 새 정보가 도착하면 출처를 직접 연결하고 변경 사항을 추적합니다...
official
rcsb-pdb-skill
openai
핵심 메타데이터, Search API 쿼리 및 FASTA 다운로드를 위한 간결한 RCSB PDB 요청을 제출합니다. 사용자가 간결한 RCSB 요약을 원할 때 사용하며, 원시 JSON 또는…을 저장합니다.
official
pdf
openai
PDF 읽기, 생성 및 검증 기능을 제공하며, 시각적 렌더링과 프로그래매틱 생성을 지원합니다. Poppler(pdftoppm)를 사용하여 PDF 페이지를 PNG로 렌더링하여 레이아웃, 간격, 타이포그래피를 시각적으로 검사할 수 있습니다. reportlab을 사용하여 프로그래매틱 방식으로 PDF를 생성하여 안정적인 포맷을 보장하며, pdfplumber 또는 pypdf를 통해 텍스트와 메타데이터를 추출합니다. 품질 기준을 준수합니다: 잘린 텍스트, 겹치는 요소, 깨진 표, 렌더링 아티팩트가 없어야 하며, ASCII 하이픈만 사용하고 사람이 읽을 수 있는 인용을 사용합니다.
official
test-coverage-improver
openai
Improve test coverage in the OpenAI Agents JS monorepo: run `pnpm test:coverage`, inspect coverage artifacts, identify low-coverage files and branches, propose…
official
playwright
openai
터미널 기반 브라우저 자동화로 요소 스냅샷 및 대화형 UI 워크플로우 지원. playwright-cli 래퍼 스크립트를 통해 작동하며(npx 필요), 헤드리스 및 헤드 모드 모두 지원하여 시각적 디버깅 가능. 핵심 워크플로우: 페이지 열기, 안정적인 요소 참조를 위한 스냅샷 생성, 참조를 사용한 상호작용, 탐색 또는 DOM 변경 후 재스냅샷. 양식 작성, 클릭, 타이핑, 다중 탭 관리, 스크린샷/PDF 캡처, 흐름 디버깅을 위한 트레이스 기록 포함. 요소 참조(예: e3, e15)...
official
ukb-topmed-phewas-skill
openai
단일 변이에 대한 간결한 UKB-TOPMed PheWAS 요약을 가져오며, rsID, GRCh37 또는 GRCh38 입력을 받아 필요한 GRCh38 쿼리로 변환합니다. 다음과 같은 경우에 사용하세요…
official
code-review-context
openai
모델 가시 컨텍스트
official