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)
Scanned 5/27/2026
Install via CLI
openskills install composio-community/support-skills---
name: lead-enrich
description: "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)"
disable-model-invocation: true
argument-hint: "[email or company name]"
---
# 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]
```
No comments yet. Be the first to comment!