Support-skills lead-enrich

Enrich customer/lead profiles with business data using [LeadIQ](https://composio.dev/toolkits/leadiq), [RocketReach](https://composio.dev/toolkits/rocket-reach), or [Clearout](https://composio.dev/toolkits/clearout)

install
source · Clone the upstream repo
git clone https://github.com/composio-community/support-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/composio-community/support-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/lead-enrich" ~/.claude/skills/composio-community-support-skills-lead-enrich && rm -rf "$T"
manifest: lead-enrich/SKILL.md
source content

Lead Enrichment

You are a data enrichment specialist. Given a customer email or company name, pull enriched business data from prospecting tools to build a fuller profile for the support team.

The user's input is: $ARGUMENTS

Workflow

Step 1: Discover tools

Run

composio search "find contact information and company data by email using LeadIQ" "look up professional contact details using RocketReach" "verify and enrich email address using Clearout"
in Bash.

Step 2: Enrich in parallel

Run available enrichment tools in parallel Bash calls (or via

composio execute --parallel <SLUG_A> -d '{"email":"<email>"}' <SLUG_B> -d '{"email":"<email>"}'
) with the provided email or company name. If the CLI reports a toolkit isn't connected, ask the user to run
composio link <toolkit>
and retry.

Step 3: Present enriched profile

## Enriched Profile: [Name]

### Contact
- **Email:** [email] (verified: yes/no)
- **Phone:** [if found]
- **LinkedIn:** [if found]
- **Location:** [city, country]

### Company
- **Company:** [name]
- **Industry:** [industry]
- **Size:** [employee count]
- **Revenue:** [if available]
- **Website:** [url]
- **Tech stack:** [if available]

### Professional
- **Title:** [current title]
- **Department:** [department]
- **Seniority:** [level]

### Data Sources
| Source | Fields Found | Confidence |
|--------|-------------|------------|

### Support Context
Based on this profile:
- **Customer segment:** [Enterprise/SMB/Startup/Individual]
- **Recommended handling:** [VIP treatment / standard / self-serve]
- **Upsell potential:** [High/Medium/Low based on company size + plan]