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.
npx salestools add data-enrichment
Serve this skill to your agent instantly. Works with Claude Code, Cursor, and Gemini CLI.
# 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.
This skill requires the following tools to be connected to your agent via API or MCP:
Apollo.io
The ultimate sales intelligence and engagement platform for AI-native teams.
Clearbit (Breeze)
Real-time company and person enrichment API by HubSpot.
People Data Labs
B2B data API with 3 billion person and company records.
Hunter.io
The standard for finding and verifying professional email addresses.
Proxycurl
API for scraping and enriching LinkedIn profile data.
Clay
Creative data enrichment and outbound automation platform.
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.