Prospect list builder
Skill bowtiefunnel/bowtie-funnel-Labs/plugins/bowtie-gtm/skills/prospect-list-builder
Reusable skills for AI coding agents. Organize any agent folder into a clean, filesystem-first layout.
npx -y skills add bowtiefunnel/bowtie-funnel-Labs --skill prospect-list-builderAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 21 days oldThe repository was created 21 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 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.
What its author says it does
Copied from the file, not written here
Use when you need a targeted contact list — people at known companies, a persona search, or LinkedIn — as the audience for an outbound play (Awareness) or net-new buyers inside existing accounts (Expansion). Runs on the Growth (Verbiflow) MCP.
SKILL.md
1.3 KB, 251 tokens by cl100k_base, as published. Nobody here has run it
Prospect List Builder
Give it companies, titles, or a persona; it returns named contacts with the fields you need to reach them.
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_find_people_at_companies— people at a known company list (orgrowth_targeted_search_peoplefor a persona).growth_get_people_at_companies_page— page the results.- Hand the
artifact_idto Contact Enrichment and Lead Qualification.
Repurpose (the Bowtie way)
Publish the built list to a branded page at labs.bowtiefunnel.com/<client>/target-list/ instead of exporting a CSV.
Notes
- Bounded:
max_per_companydefaults to 5;max_itemsserver ceiling 2000. - 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.