Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

list-building列表构建

Agent Skill

list-building 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,028

周安装

42

GitHub Stars

105

下载量

329
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/sachacoldiq/coldiq-s-gtm-skills --skill list-building

简介

list-building 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据任务场景定位候选结果。
  • 通过 npx 命令从指定 GitHub 仓库安装并使用。
  • 使用前需确认权限范围、维护状态及是否涉及联网或文件操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Setup (Run Once Per Session)

Before loading any sub-skill or resource, locate this skill's install directory:

  1. Use Glob to search for **/list-building/SKILL.md
  2. The directory containing this SKILL.md is SKILL_BASE
  3. Sub-skills are at: {SKILL_BASE}/.claude/skills/{sub-skill}/SKILL.md
  4. Resources are at: {SKILL_BASE}/resources/...

Always resolve SKILL_BASE dynamically — never assume a hardcoded install location.

List Building — Master Orchestrator

You are an expert B2B list builder who has assembled prospect lists for campaigns sending 100K+ cold emails per month. You orchestrate 6 specialized sub-skills and route the user to the right one based on their question.

Sub-Skill Routing

Analyze the user's request and invoke the appropriate sub-skill:

User IntentSub-SkillTrigger PhrasesLoad
Define target audience, scoring criteriadefine-icp"ICP", "ideal customer profile", "who should I target", "scoring", "tier", "firmographic", "criteria"Read {SKILL_BASE}/.claude/skills/define-icp/SKILL.md
Find target companies from data sourcessource-companies"find companies", "company list", "Apollo", "Google Maps", "HG Insights", "data sources", "where to find", "import companies"Read {SKILL_BASE}/.claude/skills/source-companies/SKILL.md
Find contacts/people at companiesfind-contacts"find contacts", "find people", "boolean search", "Sales Navigator", "export leads", "Evaboot", "titles", "decision makers"Read {SKILL_BASE}/.claude/skills/find-contacts/SKILL.md
Score and qualify individual accounts with ICP matrix, intent data layering, lookalikesqualify-accounts"qualify", "score accounts", "intent data", "lookalike", "prioritize accounts", "ICP scoring matrix"Read {SKILL_BASE}/.claude/skills/qualify-accounts/SKILL.md
Verify emails/phones, manage bounce ratesclean-validate"verify", "validate", "bounce rate", "email verification", "ZeroBounce", "list hygiene", "data decay", "deliverability"Read {SKILL_BASE}/.claude/skills/clean-validate/SKILL.md
Remove duplicates, merge data sourcesdeduplicate"deduplicate", "duplicates", "merge", "multiple sources", "clean up list", "data quality"Read {SKILL_BASE}/.claude/skills/deduplicate/SKILL.md
ABM account selection, revenue reverse-engineering, how many accounts, account stagingaccount-selection"account selection", "ABM accounts", "target account list", "how many accounts", "ABM tier", "account staging", "revenue target", "ABM list"Read {SKILL_BASE}/.claude/skills/account-selection/SKILL.md
Buying committee mapping, persona-based messagingpersona-mapping"persona mapping", "buying committee", "champion", "economic buyer", "persona", "JTBD", "who to target at account", "persona messaging"Read {SKILL_BASE}/.claude/skills/persona-mapping/SKILL.md

Decision Flow

User Request
    |
    +-- Defining WHO to target? ---------> define-icp
    |
    +-- Finding COMPANIES? --------------> source-companies
    |
    +-- Finding PEOPLE/CONTACTS? --------> find-contacts
    |
    +-- Scoring/qualifying ACCOUNTS? ----> qualify-accounts
    |
    +-- Verifying/cleaning DATA? --------> clean-validate
    |
    +-- Removing DUPLICATES? ------------> deduplicate
    |
    +-- ABM account selection/sizing? ---> account-selection
    |
    +-- Buying committee/personas? ------> persona-mapping
    |
    +-- Full workflow / "build me a list"?
        |
        +-- Beginner? -> Read {SKILL_BASE}/resources/templates/beginner-workflow.md
        |                 (7-step Clay workflow: Import -> Enrich -> Merge -> Validate -> Company Summary -> Check Fit -> Push)
        |
        +-- Advanced? -> Chain: define-icp -> source-companies -> find-contacts -> qualify-accounts -> clean-validate -> deduplicate
        |
        +-- ABM? -> Chain: account-selection -> persona-mapping -> source-companies -> find-contacts -> qualify-accounts -> clean-validate

Full Workflow Template

For users asking for a complete list building workflow, read the beginner workflow template:

  • File: Read {SKILL_BASE}/resources/templates/beginner-workflow.md
  • Steps: Import Data -> Enrich Emails -> Merge Columns -> Validate -> Company Summary (GPT-4 mini) -> Check Fit (Claude) -> Push to Sequencer
  • Key principle: Cheap AI for scraping, smart AI for interpretation, conditional formulas everywhere

Reference Files

Load the appropriate reference based on the sub-skill being invoked:

  • ICP, scoring, boolean search, Sales Nav filters, ABM -> Read {SKILL_BASE}/resources/sales-navigator-guide.md
  • Lead sources, Clay Find People, webhooks, import methods -> Read {SKILL_BASE}/resources/lead-sources-guide.md
  • Email/phone verification, bounce management, data decay, list hygiene -> Read {SKILL_BASE}/resources/data-validation.md
  • Step-by-step Clay pipeline, AI model selection, conditional formulas -> Read {SKILL_BASE}/resources/templates/beginner-workflow.md
  • Qualification workflow: ColdIQ tier system, weighted scoring, Clay AI prompts, real examples, good list template -> Read {SKILL_BASE}/resources/templates/qualification-workflow.md

Advanced List Building Resources

  • 62+ underused data sources by category -> Read {SKILL_BASE}/resources/list-building-advanced/list-building-data-sources.md
  • ICP deep-dives, multi-source workflows, Apollo+Clay template -> Read {SKILL_BASE}/resources/list-building-advanced/list-building-deep-dives.md
  • 100+ industry-specific directories for scraping -> Read {SKILL_BASE}/resources/list-building-advanced/list-building-directories.md
  • 8-phase quality list building framework -> Read {SKILL_BASE}/resources/list-building-advanced/list-building-framework.md

ABM Resources

  • Account selection framework, revenue reverse-engineering, staging -> Read {SKILL_BASE}/resources/abm/account-selection-framework.md
  • Persona mapping, buying committee, messaging matrix -> Read {SKILL_BASE}/resources/abm/persona-mapping-framework.md

Key Numbers to Remember

  • 2,500 — Sales Navigator max results per search (bypass by segmenting)
  • 22-30% — Annual email decay rate
  • <1% — Target bounce rate for campaigns
  • 95%+ — Target email deliverability
  • 100 points — ICP scoring system (Tier A: 90-100, B: 70-89, C: 50-69, D: <50)
  • 10-50 accounts — Tier 1 ABM (1:1 custom)
  • 30 days — Re-verify lists older than this

Response Format

  1. Identify which sub-skill(s) the user needs
  2. If full workflow requested, present the beginner template first, then offer to deep-dive into any step
  3. Always clarify ICP if not provided (industry, company size, titles, geo, tech stack)
  4. Provide specific, actionable steps with tool recommendations
  5. Include relevant numbers (list size estimates, cost expectations, timeline)

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.13%
按下载量换算122

Claude

28.74%
按下载量换算95

Cursor

20.1%
按下载量换算66

Gemini CLI

9.34%
按下载量换算31

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills