跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Create Segment Lists

技能 活跃

Create business segment lists in HubSpot for customers, partners, competitors, employees, ICP tiers, and industries. Enables segment-based targeting, suppression, and analytics.

目的

Automate the creation of essential business segment lists in HubSpot to enable targeted marketing, sophisticated analytics, and effective suppression strategies.

功能

  • Create core business segments (Customers, Partners, Competitors, Internal)
  • Generate ICP tier-based segments
  • Build industry-specific segment lists
  • Define engagement-based segments
  • Enables segment-based targeting and suppression

使用场景

  • Use when setting up a new HubSpot portal and needing foundational segment lists.
  • Use when defining target audiences for marketing campaigns.
  • Use when cleaning up or standardizing HubSpot contact data for better segmentation.

非目标

  • Creating or managing HubSpot workflows.
  • Performing data enrichment beyond what's needed for segment criteria.
  • Directly importing or exporting contact data (though lists can be used for this).

Documentation

  • warning:Configuration & parameter referenceThe SKILL.md mentions a HubSpot API token in `.env` but does not explicitly document its required scopes or precedence order for configuration.

Security

  • warning:Secret ManagementThe SKILL.md states the HubSpot API token should be in `.env`, but it does not explicitly state that this token should not be echoed into stdout/stderr or debug logs.

Trust

  • info:Issues AttentionIn the last 90 days, 0 issues were opened and 1 was closed, indicating low issue activity but some maintainer response.

Code Execution

  • info:ValidationThe Python script uses the HubSpot API client, which likely has internal validation, but explicit schema-based validation for inputs and outputs is not detailed in the SKILL.md.
  • info:Error HandlingThe SKILL.md provides Python code, which implies standard Python error handling, but does not detail specific error categorization, retry logic, or structured error reporting for the agent.

Compliance

  • info:GDPRThe skill operates on HubSpot CRM data. While it doesn't explicitly target personal data, it could process it, and there's no specific mention of sanitization before submission to the LLM.

Errors

  • info:Actionable error messagesWhile the Python script implies error handling, the SKILL.md does not explicitly detail error messages, root causes, or specific remediation steps for user-facing errors.

Execution

  • info:Pinned dependenciesThe SKILL.md specifies Python 3.10+ and `hubspot-api-client`, but a lockfile is not explicitly provided, and interpreter pinning via shebang is not detailed for the Python script.

Protocol

  • info:Idempotent retry & timeoutsThe provided Python code does not explicitly detail idempotency for list creation or enforce hard per-call timeouts with structured retryable errors.

Practical Utility

  • info:Edge casesThe SKILL.md mentions reviewing existing lists and verifying member counts, but does not explicitly list failure modes (e.g., API errors, rate limits, invalid property values) with symptoms and recovery steps.

Safety

  • info:Halt on unexpected stateThe SKILL.md mentions checking for existing lists and verifying member counts, but does not explicitly list preconditions or instruct to abort on unexpected pre-state, such as missing properties or API token issues.

安装

请先添加 Marketplace

/plugin marketplace add TomGranot/hubspot-admin-skills
/plugin install hubspot-admin-skills@hubspot-admin-skills

质量评分

75 /100
1 day ago 分析

信任信号

最近提交about 2 months ago
星标21
许可证MIT
状态
查看源代码