contact-enrichment

Enrich contact details from CSV input using Python and Bash scripts.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/MCERQUA/jam-skills --skill contact-enrichment-mcerqua
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: contact-enrichment
Source: https://github.com/MCERQUA/jam-skills/tree/main/contact-enrichment
Command: npx skills add https://github.com/MCERQUA/jam-skills --skill contact-enrichment-mcerqua

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, bash, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of enriching contact information for businesses and individuals, saving time and reducing manual effort.

Core Features & Use Cases

  • Contact Information Enrichment: Automatically find and append contact details like phone numbers, emails, websites, and addresses.
  • Progressive Enrichment: Starts with the cheapest data sources and moves to more expensive ones if needed.
  • Use Case: If you have a list of business or individual names with no contact information, this Skill can find and add relevant contact details.

Quick Start

Run the contact-enrichment skill with the CSV file 'contacts.csv' to automatically enrich the contact information.

Frequently Asked Questions about contact-enrichment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate contact information enrichment for a list of business names?

To automate contact information enrichment, you can use a skill that processes a CSV of business names and progressively appends phone numbers, emails, websites, and addresses. It starts with the cheapest data sources first.

What is progressive contact enrichment and how does it save data scraping costs?

Progressive contact enrichment is a data scraping method that queries basic, low-cost data sources first before moving to more expensive ones. This approach minimizes API costs while gathering detailed contact information.

Do I need Python and Bash to enrich CRM contact data from a CSV file?

Yes, you need Python and Bash scripting capabilities to run this contact enrichment process. These dependencies execute the scripts that parse your CSV input and append the enriched contact details.

Can I find phone numbers and emails using business intelligence data scraping?

Yes, business intelligence data scraping can find phone numbers, emails, websites, and addresses. You provide basic names via CSV, and the process queries multiple sources to append detailed contact information.

What is the best way to enrich individual contact details from a CSV file?

The best way to enrich individual contact details is automating the process via a script that reads CSV inputs. It progressively queries data sources to find and append missing emails, phone numbers, and addresses.

What are the limitations of using scripts for CRM contact data scraping?

A limitation of script-based contact data scraping is its dependency on Python and Bash environments. Additionally, enrichment success depends entirely on the availability of contact information across the queried data sources.