build-list

Collects prospect candidates via web search and registers them in the LeadAce database.

3|Updated May 28, 2026
One-click install
npx skills add https://github.com/aitit-inc/leadace --skill build-list-aitit-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-list
Source: https://github.com/aitit-inc/leadace/tree/main/plugin/skills/build-list
Command: npx skills add https://github.com/aitit-inc/leadace --skill build-list-aitit-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Building an outbound prospect list by hand means hours of searching, deduplicating, and hunting for contact details. This Skill automates that pipeline: it searches the web for prospect candidates matching your sales strategy, filters out duplicates before spending effort on them, enriches survivors with contact info and key people, and registers everything in the LeadAce database. ## Core Features & Use Cases - Strategy-driven discovery: Runs named discovery strategies registered on the project, allocating the batch across them per a server-computed plan and tracking coverage by industry, region, and company size. - Pre-dedup and signal collection: Calls check_prospect_dedup before enrichment to drop already-known organizations, then pulls recent press releases, funding, or hiring signals for each surviving candidate. - Contact and keyperson enrichment: Launches read-only sub-agents to retrieve emails, contact form URLs, SNS accounts, and at least one keyperson per candidate, then registers prospects with priority, match reason, and targeting hypotheses. - Use Case: After defining your business and sales strategy documents, ask to build a list of 30 prospects; the Skill searches unexplored market segments, enriches the candidates, registers them, and reports reachable counts by channel. ## Quick Start Ask the agent to build a prospect list of 30 targets for your project using the build-list skill with your project ID.

Frequently Asked Questions about build-list

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a prospect list with web search?

Run the build-list skill with a project ID and optional target count. It reads your BUSINESS.md and SALES_STRATEGY.md documents, searches unexplored industry-region-size segments, enriches candidates with contact info, and registers them via the add_prospects MCP tool.

How does prospect deduplication work before registration?

The skill calls check_prospect_dedup with each candidate's organization domain before enrichment, dropping any the server would reject. A final server-side dedup in add_prospects catches anything remaining and returns structured skip reasons.

What contact information does the skill collect for each prospect?

Sub-agents retrieve email addresses, contact form URLs with form type, SNS accounts, and at least one keyperson name and department from official sites and LinkedIn. At least one contact channel is required or the prospect is rejected.

What happens when a search angle returns mostly duplicates?

A skip rate of 70% or more marks the keyword and coverage-matrix cell as exhausted in search_notes, and the skill pivots to a different industry, region, or size segment. Rates between 30-70% trigger deeper searching within the same angle first.

Can the skill use publicly posted email addresses legally?

Yes, but only under a legal gate: addresses published without a no-solicitation notice may be used, with emailSourceUrl recorded as evidence. Pages showing no-solicitation notices are skipped, and role relevance is noted for CASL compliance.