seb1n/crm-data-enrichment
Enrich CRM records with firmographic and contact data, filling gaps in company and person profiles to improve segmentation, routing, and outreach quality.
npx skills add https://github.com/seb1n/awesome-ai-agent-skills --skill 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.
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.
Input: Sparse CRM record for NovaTech Solutions.
Before:
| Field | Value |
|---|---|
| Company Name | NovaTech Solutions |
| Domain | novatech.io |
| Industry | — |
| Annual Revenue | — |
| Employee Count | — |
| Headquarters | — |
| Founded | — |
| Tech Stack | — |
| LinkedIn URL | — |
After Enrichment:
| Field | Value | Source | Confidence |
|---|---|---|---|
| Company Name | NovaTech Solutions, Inc. | SEC filing | High |
| Domain | novatech.io | Existing | — |
| Industry | Enterprise Software (SaaS) | LinkedIn + Crunchbase | High |
| Annual Revenue | $42M ARR | Crunchbase Series C filing | Medium |
| Employee Count | 280 | LinkedIn company page | High |
| Headquarters | Austin, TX | Company website footer | High |
| Founded | 2017 | Crunchbase | High |
| Tech Stack | AWS, React, PostgreSQL, Snowflake, Segment | DNS records + job postings | Medium |
| LinkedIn URL | linkedin.com/company/novatech-solutions | LinkedIn search | High |
Fields added: 7 of 7 gaps filled. Revenue flagged as medium confidence (sourced from fundraising disclosure, not audited financials).
Input: Contact record with only name and email.
Before:
| Field | Value |
|---|---|
| First Name | Sarah |
| Last Name | Nguyen |
| Email | [email protected] |
| Title | — |
| Phone | — |
| LinkedIn | — |
| Location | — |
| Reports To | — |
After Enrichment:
| Field | Value | Source | Confidence |
|---|---|---|---|
| First Name | Sarah | Existing | — |
| Last Name | Nguyen | Existing | — |
| Email | [email protected] | Existing (verified deliverable) | High |
| Title | VP of Engineering | LinkedIn profile | High |
| Phone | +1 (512) 555-0173 | Company directory page | Medium |
| LinkedIn | linkedin.com/in/sarah-nguyen-eng | LinkedIn search | High |
| Location | Austin, TX | LinkedIn profile | High |
| Reports To | James Park, CTO | LinkedIn org chart + press release | Medium |
Fields added: 5 of 5 gaps filled. Phone flagged as medium confidence (directory pages can lag behind extensions changes).
Take seb1n/crm-data-enrichment from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.