Token导航 LogoToken导航TokenDH.com
待分类需要联网github未标认证来源可访问许可证需确认审计通过

build-smart-lists建立智能列表

Agent Skill

build-smart-lists 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

192

周安装

8

GitHub Stars

14

下载量

64
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:build-smart-lists(建立智能列表)
来源仓库:https://github.com/tomgranot/hubspot-admin-skills
仓库路径:skills/build-smart-lists
安装命令:
npx skills add https://github.com/tomgranot/hubspot-admin-skills --skill build-smart-lists
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/tomgranot/hubspot-admin-skills --skill build-smart-lists

简介

用于创建和管理 HubSpot 智能联系人列表。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据属性与行为动态筛选人群。
  • 通过 GitHub 仓库安装,建议查看原始 README 了解语法与更新频率。
  • 使用前应评估列表规模对 API 配额的影响,避免频繁刷新。
  • 该技能聚焦于 CRM 管理支持,不提供客户数据导入或导出功能。

SKILL.md

Build Smart Lists for Segmentation

Create 10 core active (dynamic) lists that serve as the foundation for all marketing campaigns, sales prioritization, and database health monitoring. These lists update automatically as contact properties change.

Why This Matters

Without predefined lists, every email campaign requires building filters from scratch, there is no standardized definition of "who can we actually email", and there is no persona-based segmentation. The marketing team cannot quickly answer basic questions like "How many senior decision-makers can we email right now?" or "How many engaged contacts do we have?"

Prerequisites

  • Super Admin or Marketing Hub Admin permissions
  • ICP Tier property created and workflows processed (create-icp-tiers skill)
  • Lead scoring model created (build-lead-scoring skill) is recommended but not required
  • Lifecycle Stage property populated for customers and partners (fix-lifecycle-stages skill)

Interview: Gather Requirements

Before executing, collect the following information from the user:

Q1: What defines "engaged" for your business? (e.g., activity in last 60-120 days)

  • Examples: Email open or click in last 90 days, website visit in last 60 days, form submission in last 30 days
  • Default: Any email open, email click, or website session in the last 60-120 days (90 days is a common starting point; shorter cycles suit high-velocity sales, longer cycles suit enterprise)

Q2: What job titles represent your target personas?

  • Examples: CEO, COO, CFO, CTO, CRO, VP of Operations, VP of Marketing, Director of Operations, Director of Marketing, Head of Procurement, Engineering Manager
  • Default: C-suite and VP/Director-level leaders across business functions

Plan

  1. Define the 10 core lists and their filter logic
  2. Create each list as an active (dynamic) list
  3. Verify list sizes make sense relative to the database
  4. Optionally create a dashboard to monitor list sizes

The 10 Core Lists

#List NamePurposeKey Filters
1Marketable - ActiveMaster sendable list (who CAN receive email)Marketing contact + not unsubscribed + not bounced + has email
2ICP Tier 1 ContactsHighest priority prospectsAssociated company ICP Tier = Tier 1 + is Marketable
3ICP Tier 2 ContactsSecondary priority prospectsAssociated company ICP Tier = Tier 2 + is Marketable
4Engaged (Active Window)Warm contacts showing signs of lifeEmail open/click in 60-120 days (default: 90) OR website sessions > 0
5CustomersCustomer marketing and exclusionLifecycle stage = Customer
6PartnersPartner communications and exclusionLifecycle stage = Partner
7Re-engagement NeededSunset candidates5+ emails delivered + no open in 120-270 days (default: 180) + is Marketable
8Senior Decision MakersTop persona listJob title contains target titles
9Industry LeadersContacts at companies in target verticalsAssociated company industry is any of target industries
10Content EngagedForm submissions and content downloadsForm submissions > 0 OR conversion contains content keywords

Execute

List 1: Marketable - Active (Master Sendable List)

This is the most important list. It defines the single source of truth for "who can receive marketing email." All campaign sends should reference this list.

  1. Go to Contacts > Lists > Create list
  2. Select Contact-based > Active list
  3. Name: Marketable - Active
  4. Add filters (all AND logic):

- Marketing contact status > is any of > Marketing contact - AND Unsubscribed from all email > is not equal to > True - AND Hard bounce reason > is unknown - AND Email > is known - AND Email quarantined > is not equal to > True

  1. Save the list

List 2: ICP Tier 1 Contacts

  1. Create active list: ICP Tier 1 Contacts
  2. Filters:

- Associated company property > ICP Tier > is any of > Tier 1 - Primary ICP - AND List membership > is member of > Marketable - Active

  1. Save

Using List membership as a filter is a powerful pattern. It means this list automatically inherits all deliverability and consent logic from List 1. If you add a new disqualification condition to List 1 in the future, it propagates here automatically.

List 3: ICP Tier 2 Contacts

  1. Create active list: ICP Tier 2 Contacts
  2. Filters:

- Associated company property > ICP Tier > is any of > Tier 2 - Secondary ICP - AND List membership > is member of > Marketable - Active

  1. Save

List 4: Engaged (Active Window)

Configure the engagement window based on your sales cycle: 60-120 days is typical (use 60-90 for high-velocity sales, 90-120 for enterprise). Default: 90 days.

  1. Create active list: Engaged Last [X] Days
  2. Filters (OR logic between groups):

- Group 1: Last marketing email open date > is less than > [X] days ago - OR Group 2: Last marketing email click date > is less than > [X] days ago - OR Group 3: Number of Sessions > is greater than > 0

  1. Save

List 5: Customers

  1. Create active list: Customers
  2. Filters:

- Lifecycle stage > is any of > Customer

  1. Save

Purpose: Use for customer marketing (upsell, cross-sell, retention) and to EXCLUDE customers from acquisition campaigns.

List 6: Partners

  1. Create active list: Partners
  2. Filters:

- Lifecycle stage > is any of > Partner

  1. Save

Purpose: Partner communications and co-marketing. Always exclude from prospect campaigns.

List 7: Re-engagement Needed

Configure the re-engagement window based on your sales cycle: 120-270 days is typical (use shorter windows for high-velocity sales, longer for enterprise). Default: 180 days.

  1. Create active list: Re-engagement Needed
  2. Filters (all AND logic):

- Marketing emails delivered > is greater than > 5 - AND Last marketing email open date > is more than > [Y] days ago (default: 180) - AND List membership > is member of > Marketable - Active

  1. Save

Purpose: Ongoing identification of contacts who should receive a re-engagement campaign before being suppressed or downgraded to non-marketing contacts. Feeds the engagement-based suppression workflow.

List 8: Senior Decision Makers

  1. Create active list: Senior Decision Makers
  2. Filters:

- Job title > contains any of > [your target titles] - Example titles: CEO, COO, CFO, CTO, CRO, VP of Operations, VP of Marketing, VP of Sales, Director of Operations, Director of Marketing, Head of Procurement

Customize the title keywords based on your buyer personas.

  1. Save

List 9: Industry Leaders

  1. Create active list: Industry Leaders
  2. Filters:

- Associated company property > Industry > is any of > [your target industries] - Example: Manufacturing, Professional Services, Logistics, Retail, Education, Media & Entertainment

  1. Save

List 10: Content Engaged

  1. Create active list: Content Engaged
  2. Filters (OR logic between groups):

- Group 1: Number of Form Submissions > is greater than > 0 - OR Group 2: First conversion > contains any of > [content keywords like "Download", "Guide", "Checklist", "E-Book", "Whitepaper"] - OR Group 3: Recent conversion > contains any of > [same content keywords]

  1. Save

Note: The conversion-based filters depend on your form naming conventions. Review your actual form names (Marketing > Forms) and adjust the keywords to match.

After State

Verify List Sizes

After all lists are created and processed:

ListExpected RangeRed Flag If...
Marketable - Active30-80% of total contactsBelow 10% (too many excluded) or above 90% (filters too loose)
ICP Tier 1 Contacts2-10% of marketable0 (ICP Tier not populated)
ICP Tier 2 Contacts2-10% of marketable0 (ICP Tier not populated)
Engaged (Active Window)5-30% of total contactsBelow 2% (possible engagement tracking issue)
CustomersKnown customer countOff by more than 20% from expected
PartnersKnown partner countOff by more than 20% from expected
Re-engagement Needed10-40% of marketableAbove 60% (possible date threshold issue)
Senior Decision Makers5-25% of total contacts0 (job title data missing)
Industry Leaders10-50% of total contacts0 (industry data missing)
Content Engaged1-10% of total contacts0 (no form submissions or wrong keywords)

Verification Checklist

  1. All lists show as Active (not Static) in the list view
  2. All lists have completed processing (no "Processing" status)
  3. Marketable - Active sanity check: Open the list, click 5 random contacts. Each should have a valid email, not be unsubscribed, not be bounced.
  4. ICP list check: Open ICP Tier 1 list, click 5 contacts. Each should have an associated company with ICP Tier = Tier 1.
  5. Persona list check: Open Senior Decision Makers, verify job titles match expected patterns. Watch for false positives (e.g., "Marketing Intern" matching on "Marketing").
  6. Re-engagement check: Open Re-engagement Needed, verify contacts have 5+ emails delivered and no open beyond your configured re-engagement window.

Key Technical Learnings

  • List 1 (Marketable - Active) is the foundation. Every email campaign should either send directly to this list (with additional filters) or use it as an inclusion filter. Never send to a list that does not incorporate deliverability and consent checks.
  • List membership as a filter is a powerful pattern. Lists 2, 3, and 7 use "is member of Marketable - Active" as a filter. Changes to List 1's criteria automatically propagate to all dependent lists.
  • "Contains any of" for job titles is broad by design. It matches the keyword anywhere in the title string, so "CTO" matches "CTO", "Former CTO", "Assistant to the CTO". Review lists periodically and add exclusion terms (e.g., AND Job title does not contain "Former", "Assistant", "Intern") if false positives become a problem.
  • Content and event lists depend on form naming conventions. The keyword-based filters only work if forms follow a naming convention that includes the keywords. After creating the lists, check if counts seem too low and adjust keywords to match actual form names.
  • Active lists have a processing delay. HubSpot processes active lists periodically (every few minutes for small lists, potentially longer for complex ones). Wait for processing to complete before judging counts.
  • Each list should be active (dynamic), not static. Static lists are snapshots that never update. Active lists update automatically as contact properties change, which is essential for ongoing segmentation.
  • Plan for growth. These 10 lists cover core use cases. As marketing operations mature, add more targeted lists: "MQL Ready" (score threshold), "Competitor Employees" (for exclusion), "Recent Form Submitters (Last 30 Days)" (for fast follow-up), or service/product-specific interest lists.
  • Build a dashboard. Create a dashboard with one KPI tile per list showing the current count. This gives at-a-glance visibility into segment health and makes it easy to spot sudden changes (e.g., Marketable list drops 50% = something broke).

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.91%
按下载量换算23

Claude

27.04%
按下载量换算17

Cursor

20.25%
按下载量换算13

Gemini CLI

10.13%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills