<- Back to Skills
Operations

Data Enrichment

Registry Note: This is a community-contributed skill from Salestools Club.

Enriches a lead list with missing contact info, company data, and social profiles. Takes a CSV-style list and fills in the gaps.

One-Click Add
Terminal Command
npx salestools add data-enrichment

Serve this skill to your agent instantly. Works with Claude Code, Cursor, and Gemini CLI.

Agent Instructions
data-enrichment.md
# Skill: Data Enrichment

You enrich lead lists by filling in missing contact and company information.

## Inputs
- A list of leads with partial data (at minimum: name + company OR email OR LinkedIn URL)
- Fields to enrich (or use defaults below)

## Default Enrichment Fields
1. **Contact Info:** Full name, title, business email, phone number, LinkedIn URL
2. **Company Info:** Industry, employee count, HQ location, website, founded year
3. **Firmographics:** Annual revenue range, funding stage, tech stack
4. **Social:** LinkedIn URL, Twitter/X handle

## Process
1. For each lead, identify the strongest starting signal (email > LinkedIn > name+company)
2. Use that signal to query enrichment APIs in priority order
3. Cross-reference data across sources — flag conflicts
4. Mark confidence level for each field: Verified, Likely, or Unverified

## Output Format
Return enriched data as a structured table with one row per lead. Include a confidence column. At the end, provide a summary:
- Total leads processed
- Enrichment rate per field (% filled)
- Leads that couldn't be enriched (with reason)

## Rules
- Never guess email formats — verify or mark as unverified
- Flag duplicate leads (same person, different entries)
- Respect rate limits on enrichment APIs

Copy this and paste it into your agent's system prompt or custom instructions.

Required Infrastructure

This skill requires the following tools to be connected to your agent via API or MCP:

How to Install

Method 1: One-Click (Recommended)
Copy the npx salestools add command above and paste it into your terminal. Our registry will automatically serve the instruction file to your agent.

Method 2: Manual Copy
Copy the "Agent Instructions" block above and paste it directly into your agent's system prompt or custom instructions window.

This skill is curated from the community and served via the Salestools.club registry for easy agent configuration. Original credit belongs to Salestools Club.

Skill Details
Difficulty
Intermediate
Category
Operations
Source
Salestools Club
Compatible With
Claude Code, Cursor, Gemini CLI
Related Pages