Contact enrichment
Skill bowtiefunnel/bowtie-funnel-Labs/plugins/bowtie-gtm/skills/contact-enrichment
Use when a list needs verified emails, phones, and profile attributes before it's usable — completing raw rows so contacts are reachable and sends don't bounce (Selection). Runs on the Growth (Verbiflow) MCP.From its SKILL.md
npx -y skills add bowtiefunnel/bowtie-funnel-Labs --skill contact-enrichmentAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.2 KB, 228 tokens by cl100k_base, as published. Nobody here has run it
Contact Enrichment
It fills every row with verified emails, phones, titles, and attributes so contacts are complete and reachable.
Requires
The Growth (Verbiflow) MCP. If it isn't connected yet:
claude mcp add --transport stdio growth -- npx -y growth-mcp
Always call growth_session_init first (auth + workspace).
Steps
growth_session_init— auth + workspace.growth_enrich_emails/growth_enrich_companies— verified emails and firmographics.growth_fetch_person_profiles/growth_extract_person_attributes— titles, seniority, attributes.growth_lookup_phone_start→growth_lookup_phone_status— phone numbers where available.growth_resolve_company_domains— fix missing/ambiguous domains.
Repurpose (the Bowtie way)
Publish a completeness summary (coverage %, verified counts) alongside the enriched list on labs.
Notes
- Do not send, sequence, or mutate platform state unless the user explicitly asks.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.