agentsclimarketplace

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

Install
npx -y skills add bowtiefunnel/bowtie-funnel-Labs --skill contact-enrichment

Assembled 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

  1. growth_session_init — auth + workspace.
  2. growth_enrich_emails / growth_enrich_companies — verified emails and firmographics.
  3. growth_fetch_person_profiles / growth_extract_person_attributes — titles, seniority, attributes.
  4. growth_lookup_phone_startgrowth_lookup_phone_status — phone numbers where available.
  5. 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.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.