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

sales-data-hygiene销售数据卫生

Agent Skill

用于辅助数据整理、表格处理、CSV/Excel 分析、指标计算和图表准备。它适合让 Agent 清洗字段、汇总数据、发现异常、生成统计口径或把分析结果转成可读说明。使用时需要确认数据来源、字段含义和时间范围,避免把样本数据当全量事实;涉及敏感数据、导出文件或批量写回时,应先确认权限和脱敏边界。

总安装

861

周安装

37

GitHub Stars

13

下载量

302
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:sales-data-hygiene(销售数据卫生)
来源仓库:https://github.com/sales-skills/sales
仓库路径:skills/sales-data-hygiene
安装命令:
npx skills add https://github.com/sales-skills/sales --skill sales-data-hygiene
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/sales-skills/sales --skill sales-data-hygiene

简介

用于辅助数据整理、表格处理、CSV/Excel 分析、指标计算和图表准备,适合让 Agent 清洗字段、汇总数据或发现异常。

  • 适用于需要确认数据来源、字段含义和时间范围,避免把样本数据当全量事实的场景。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需结合原始 README 核验具体用法。
  • 涉及敏感数据、导出文件或批量写回时,应先确认权限和脱敏边界。
  • 该技能归类于研究检索类别,主要服务于销售相关的数据处理需求。

SKILL.md

CRM Data Hygiene & Quality

Help the user clean, deduplicate, normalize, and maintain CRM data quality. This skill is tool-agnostic but includes platform-specific guidance for ZoomInfo OperationsOS, Salesforce native tools, HubSpot Operations Hub, Clay, LeanData, RingLead, Openprise, and DemandTools.

Step 1 — Gather context

If references/learnings.md exists, read it first for accumulated knowledge.

Ask the user:

  1. What's the main data problem?

- A) Duplicate contacts, leads, or accounts - B) Stale/outdated records (job changes, company changes) - C) Missing fields (no phone, no email, incomplete company data) - D) Inconsistent data (job titles, industries, company names formatted differently) - E) Compliance issues (opt-outs, GDPR, stale consent) - F) General data audit — don't know what's wrong yet - G) Setting up ongoing data hygiene automation - H) Other — describe it

  1. What CRM are you using?

- A) Salesforce - B) HubSpot - C) Microsoft Dynamics - D) Pipedrive - E) Other CRM - F) Custom/in-house system

  1. How many records are affected?

- A) Under 1,000 (small cleanup) - B) 1,000-10,000 (moderate) - C) 10,000-100,000 (large) - D) 100,000+ (enterprise-scale) - E) Not sure — need to audit first

  1. What tools do you have for data operations?

- A) ZoomInfo OperationsOS - B) HubSpot Operations Hub - C) Salesforce native (duplicate management, data.com) - D) Clay - E) LeanData / RingLead / Openprise - F) DemandTools (Validity) - G) None — using manual processes - H) Other — describe it

Step 2 — Strategy and approach

Read references/platform-guide.md for detailed audit frameworks, deduplication strategies, normalization tables, enrichment automation, and platform-specific guidance.

*You no longer need the platform guide details — focus on the user's specific situation.*

Step 3 — Actionable guidance

Quick wins (do these first)

  1. Remove obvious duplicates — exact email match dedup is safe and fast
  2. Fix formatting — standardize phone numbers, capitalize names, normalize countries
  3. Fill critical gaps — bulk enrich records missing email or phone
  4. Remove dead records — hard bounces, invalid emails, disconnected phones

Ongoing hygiene program

  1. Prevent duplicates at entry — enable duplicate rules on record creation
  2. Enrich on create — auto-enrich new records within minutes of creation
  3. Monthly dedup sweep — run fuzzy match dedup monthly, review and merge
  4. Quarterly refresh — re-enrich all active records every 90 days
  5. Annual purge — remove records with no activity in 12+ months (archive, don't delete)

Metrics to track

  • Duplicate rate — % of records with duplicates (target: <2%)
  • Field completeness — % of critical fields filled (target: 95%+)
  • Bounce rate — email bounce rate on outbound (target: <3%)
  • Data age — median days since last enrichment (target: <90)
  • Merge rate — duplicates merged per month (should trend down over time)

Gotchas

  1. Merge before you enrich — enriching duplicate records wastes credits. Dedup first, then enrich the surviving records.
  2. Test dedup rules on a sample first — fuzzy matching can produce false positives (merging records that shouldn't be merged). Always review a sample of 50-100 merge candidates before running bulk operations.
  3. Preserve lead source on merge — the most common post-merge complaint is losing original lead source attribution. Configure merge rules to keep the oldest record's lead source.
  4. Don't delete — archive — instead of deleting stale records, move them to an archive status. Deleted records lose history; archived records can be reactivated if the contact returns.
  5. GDPR and compliance — data hygiene must respect opt-out and consent records. Never re-enrich a contact who has opted out. Check compliance status before any bulk enrichment operation.
  • Self-improving: If you discover something not covered here, append it to references/learnings.md with today's date.

Before recommending a specific platform skill

This skill covers a strategy domain across many platforms. Before pointing the user to any specific platform skill (any /sales-{platform} listed in ## Related skills, e.g., /sales-mailshake, /sales-klaviyo, /sales-apollo), read that platform skill's actual SKILL.md first. The 1-line description in ## Related skills is enough to *identify* a candidate — it's not enough to *commit* to it or to write a prompt that invokes it well.

How to read it:

  • If ~/.claude/skills/{skill-name}/SKILL.md exists locally, Read it.
  • For sales-* skills, WebFetch directly from this repo: https://raw.githubusercontent.com/sales-skills/sales/main/skills/{skill-name}/SKILL.md — e.g., for sales-mailshake: https://raw.githubusercontent.com/sales-skills/sales/main/skills/sales-mailshake/SKILL.md.
  • For non-sales-* skills (third-party), look up {org}/{repo} in ~/.claude/skills/sales-do/references/skill-sources.md if installed and fetch the same skills/{skill-name}/SKILL.md path under that repo.

After reading, ground your recommendation in something concrete from the SKILL.md (its scope, a sub-flow, its argument-hint shape, or a "Do NOT use for..." negative trigger). Align any generated invocation with the platform skill's argument-hint. If the platform skill turns out not to fit the user's situation, swap to another or handle the question here directly rather than recommending a poor fit.

Related skills

  • /sales-hubspot — HubSpot platform help (Data Hub data sync, data quality automation, deduplication)
  • /sales-attio — Attio platform help (AI-native CRM with custom objects)
  • /sales-blueconic — BlueConic CDP — profile unification, identity resolution, audience activation
  • /sales-tealium — Tealium CDP — Real-Time CDP, identity resolution, 1300+ connectors
  • /sales-cdp — CDP comparison and selection strategy across platforms
  • /sales-clay — Clay platform help
  • /sales-zoominfo — ZoomInfo platform help (for OperationsOS-specific setup)
  • /sales-clearbit — Clearbit platform help (enrichment, reveal, prospector)
  • /sales-enrich — enrichment strategy across all providers
  • /sales-lead-routing — lead assignment and territory rules (often paired with dedup)
  • /sales-lead-score — lead scoring models (depend on clean data)
  • /sales-integration — connecting data tools to CRM
  • /sales-prospect-list — building prospect lists (data quality at the source)
  • /sales-do — Not sure which skill to use? The router matches any sales objective to the right skill. Install: npx skills add sales-skills/sales --skill sales-do

Examples

Example 1: CRM data audit

User says: "Our Salesforce has 50,000 contacts and I suspect a lot of them are duplicates or outdated. Where do I start?" Skill does: Walks through the data quality audit framework — measure completeness, accuracy, duplication rate, and decay. Recommends starting with exact-match email dedup (safest), then running a field completeness report, then sampling 100 records against LinkedIn to estimate accuracy. Result: User has a data quality scorecard and prioritized cleanup plan.

Example 2: Setting up ongoing hygiene

User says: "We keep getting duplicates in HubSpot and our data goes stale within months. How do we automate this?" Skill does: Recommends HubSpot Operations Hub for dedup + ZoomInfo or Clay for enrichment. Sets up duplicate prevention rules on creation, auto-enrichment for new records, and a quarterly re-enrichment schedule. Result: User has an automated hygiene program that prevents duplicates and keeps data fresh.

Example 3: Pre-campaign data cleanup

User says: "We're about to launch a big outbound campaign to 10,000 contacts. How do I make sure the data is clean first?" Skill does: Recommends a pre-campaign checklist: dedup the list, verify emails with a dedicated verification tool, re-enrich records older than 90 days, remove contacts at companies that no longer fit ICP, and check opt-out/DNC status. Result: User launches campaign with verified, deduplicated, compliant data — lower bounce rate, higher deliverability.

Troubleshooting

Dedup merging wrong records

Symptom: Fuzzy match dedup merged two different people who happen to have similar names at the same company Cause: Match rules too loose — matching on name + company without additional criteria Solution: Tighten match rules: require email OR phone match in addition to name + company. Always run in "review" mode before "auto-merge" mode. Add title or department as a tiebreaker.

Enrichment not filling expected fields

Symptom: Auto-enrichment runs but many records still have empty phone or email fields Cause: Single enrichment provider doesn't have coverage for all contacts. Coverage varies by geography, seniority, and industry. Solution: Implement waterfall enrichment — try Provider A, if no result try Provider B, then Provider C. Use /sales-enrich for waterfall setup. Common waterfall: ZoomInfo → Apollo → Lusha.

Data quality metrics not improving

Symptom: Running monthly dedup and enrichment but duplicate rate and completeness aren't improving Cause: New duplicates are being created faster than they're being merged. Root cause is usually web forms, imports, or integrations creating records without duplicate checks. Solution: Fix the source — enable duplicate prevention rules on all record creation paths (web forms, API imports, manual creation, integration syncs). Prevention is more effective than cleanup.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.02%
按下载量换算103

Claude

33.9%
按下载量换算102

Cursor

18.39%
按下载量换算56

Gemini CLI

9.83%
按下载量换算30

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills