lead-enrich

Installation
SKILL.md

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]
Installs
2
GitHub Stars
18
First Seen
Jun 3, 2026
lead-enrich — composio-community/support-skills