Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
seb1n avatar

Crm Data Enrichment

  • 20 installs
  • 144 repo stars
  • Updated March 2, 2026
  • seb1n/awesome-ai-agent-skills

Helps with ai & agent building tasks.

About

crm-data-enrichment is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • crm-data-enrichment
  • AI & Agent Building
  • AI-coding skill

Crm Data Enrichment by the numbers

  • 20 all-time installs (skills.sh)
  • Ranked #10,459 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/seb1n/awesome-ai-agent-skills --skill crm-data-enrichment

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs20
repo stars144
Last updatedMarch 2, 2026
Repositoryseb1n/awesome-ai-agent-skills

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

CRM Data Enrichment

Enrich company and contact records in your CRM with up-to-date firmographic, technographic, and demographic data. This skill identifies gaps in existing records, sources enrichment data from available signals, merges and deduplicates entries, validates accuracy, and updates fields — giving sales teams cleaner data for segmentation, lead routing, and personalized outreach.

Workflow

1. Identify Gaps in CRM Data — Audit the target CRM records to surface missing or outdated fields. Common gaps include annual revenue, employee count, industry classification, technology stack, direct phone numbers, verified email addresses, and current job titles. Prioritize fields that directly impact lead scoring and routing logic.

2. Source Enrichment Data — Pull data from company websites, LinkedIn profiles, SEC filings, job postings, DNS/TXT records (for tech stack detection), press releases, and third-party data providers. Cross-reference at least two independent sources per data point to reduce single-source risk.

3. Match and Merge Records — Align enrichment data to CRM records using deterministic matching on domain, email, or unique identifiers, supplemented by fuzzy matching on company name and location. Deduplicate records where enrichment reveals two CRM entries represent the same entity, preserving the most complete record as the primary.

4. Validate Accuracy — Apply confidence scoring to each enriched field. Flag data points sourced from a single unverified origin as low-confidence. Cross-check revenue and headcount against recent earnings reports or LinkedIn company pages. Validate email deliverability and phone connectivity where possible.

5. Update CRM Fields — Write validated enrichment data back to the CRM, respecting field-level permissions and avoiding overwrites of manually verified data. Log all changes with timestamps and source attribution for audit trails. Trigger downstream automations (lead scoring recalculation, territory reassignment) based on newly populated fields.

Usage

Provide the CRM records (or describe the fields and current data) you want enriched, along with which fields to prioritize. Specify the CRM system if relevant (Salesforce, HubSpot, etc.) and any enrichment constraints.

Example prompt:

Enrich this company record for NovaTech Solutions. Currently we only have the company name and domain (novatech.io). Fill in revenue, employee count, industry, headquarters, founding year, tech stack, and key contacts. Format as a before/after comparison.

Examples

Example 1: Company Record Enrichment

Input: Sparse CRM record for NovaTech Solutions.

Before:

FieldValue
Company NameNovaTech Solutions
Domainnovatech.io
Industry
Annual Revenue
Employee Count
Headquarters
Founded
Tech Stack
LinkedIn URL

After Enrichment:

FieldValueSourceConfidence
Company NameNovaTech Solutions, Inc.SEC filingHigh
Domainnovatech.ioExisting
IndustryEnterprise Software (SaaS)LinkedIn + CrunchbaseHigh
Annual Revenue$42M ARRCrunchbase Series C filingMedium
Employee Count280LinkedIn company pageHigh
HeadquartersAustin, TXCompany website footerHigh
Founded2017CrunchbaseHigh
Tech StackAWS, React, PostgreSQL, Snowflake, SegmentDNS records + job postingsMedium
LinkedIn URLlinkedin.com/company/novatech-solutionsLinkedIn searchHigh

Fields added: 7 of 7 gaps filled. Revenue flagged as medium confidence (sourced from fundraising disclosure, not audited financials).

---

Example 2: Contact Record Enrichment

Input: Contact record with only name and email.

Before:

FieldValue
First NameSarah
Last NameNguyen
Emails.nguyen@novatech.io
Title
Phone
LinkedIn
Location
Reports To

After Enrichment:

FieldValueSourceConfidence
First NameSarahExisting
Last NameNguyenExisting
Emails.nguyen@novatech.ioExisting (verified deliverable)High
TitleVP of EngineeringLinkedIn profileHigh
Phone+1 (512) 555-0173Company directory pageMedium
LinkedInlinkedin.com/in/sarah-nguyen-engLinkedIn searchHigh
LocationAustin, TXLinkedIn profileHigh
Reports ToJames Park, CTOLinkedIn org chart + press releaseMedium

Fields added: 5 of 5 gaps filled. Phone flagged as medium confidence (directory pages can lag behind extensions changes).

Best Practices

  • Always enrich the company record before enriching associated contacts — firmographic context improves contact validation.
  • Set confidence thresholds for auto-update vs. manual review; fields below 70% confidence should be queued for human verification.
  • Preserve manually entered data by default; only overwrite when enrichment data has demonstrably higher confidence and recency.
  • Run enrichment on a recurring schedule (monthly for active pipeline accounts, quarterly for nurture) rather than one-off batches.
  • Log every field change with source and timestamp so sales reps can assess trustworthiness.
  • Respect data privacy regulations (GDPR, CCPA) — do not enrich with personal data where consent requirements are unmet.

Edge Cases

  • Domain mismatch or redirect — When a company domain redirects to a parent org, verify whether the CRM record refers to the subsidiary or parent before merging firmographic data.
  • Stale LinkedIn data — Job titles on LinkedIn can lag real-world changes by months. Cross-reference with recent press releases, company announcements, or email signature blocks for current titles.
  • Duplicate records post-enrichment — Enrichment may reveal that two CRM accounts (e.g., "NovaTech" and "NovaTech Solutions Inc.") are the same entity. Flag for merge review rather than auto-merging to prevent accidental data loss.
  • Private companies with no public financials — Revenue and funding data may be unavailable or speculative. Mark these fields as estimates with explicit confidence bands (e.g., "$30M–$50M estimated ARR").
  • Contacts with common names — When matching contacts by name alone, require a secondary identifier (domain, company, location) to avoid false positive matches. Never enrich a contact record based solely on name similarity.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.