Build a target audience list plan given an ICP. Outputs LinkedIn search filters and 3-5 lookalike sources. Use when starting a new outbound motion or expanding into a new segment.
This skill works standalone. Connect ReachRobin to give it access to your actual campaigns and prospect data - the experience gets noticeably smoother. Connect RR.
Most audience-building defaults to "let's pull a LinkedIn Sales Nav search and call it a day." The result is the same 200 people every competitor is also messaging. Real audience-building means triangulating multiple sources where your specific ICP actually shows up, with disqualifiers tight enough to keep volume in check.
icebreakeraccount-mapper (coming v0.2)icp-definertrigger-event-findersequence-architectRequired: An ICP document or paragraph. It must include all four of these elements - if any are missing, stop and ask for them:
If the user pastes something that reads as a persona ("marketing leaders who care about brand") with no firmographics, triggers, or disqualifiers: reject it.
"This reads as a persona, not an ICP. An ICP defines buying conditions, not demographic archetypes. Run
icp-definerfirst, then come back."
Translate the ICP directly into Sales Nav-ready boolean filters. Use actual Sales Nav field names:
Exclusions - explicit negative criteria to keep precision high:
Provide the filter set as a copy-pasteable list, not a paragraph. If the ICP is narrow enough that a single filter set covers it cleanly, provide one. If the ICP splits across two meaningfully different buyer types (e.g., technical buyer vs. business buyer), provide two filter sets.
Expected volume estimate per filter set: rough order of magnitude is fine ("roughly 5,000-15,000 results in North America at these settings"). If the filter set returns either too few (<500, hard to build meaningful pipeline) or too many (>50,000, too broad for sequenced outbound), flag it and suggest which dimension to tighten or loosen.
Non-LinkedIn sources where this ICP shows up organically. For each source: what to look for, where specifically to find it, and how to extract names from it.
Job postings boards Companies hiring for a specific role signal they have the pain that role exists to solve. A company hiring a Head of Data Governance is a different buying signal than a company hiring a general data engineer. Which board to use depends on the ICP:
/boards/{companySlug}/jobs) for bulk extraction when you have a target company listExtraction: manually search or use a scraper - the company name and job posting are the leads. Then enrich with Sales Nav for individual contacts.
Conference and community attendee/speaker lists Niche conferences publish speaker lists publicly; past attendee lists sometimes appear via sponsorship decks or LinkedIn event attendees. Specificity matters: "DevOps Days" is too broad; "Platform Engineering Day" or "RevOps Co-op" is narrow enough to be a real signal. Search for past event pages, sponsor decks in PDF format, and LinkedIn Events for the attendee list (limited to connections + 2nd degree, but useful for sizing).
Podcast guest lists Who's been a guest on industry-specific podcasts in the last 6 months. The host has done the ICP filtering for you - guests are active, articulate practitioners in the space. Scrape the podcast page or use Podchaser. Each guest is a name; find their company on LinkedIn.
GitHub activity on specific repositories
For technical ICPs: recent stargazers, forkers, or contributors on repos that are proxies for the problem space. The GitHub API (/repos/{owner}/{repo}/stargazers, /repos/{owner}/{repo}/forks) returns user handles - cross-reference email or company from their GitHub profile. Signals technical interest where job titles might not surface it.
Newsletter subscriber footprints People who comment publicly on relevant newsletters (Substack Notes, LinkedIn Newsletter comment sections) are self-selected engaged readers in the space. This doesn't give you a subscriber list (you can't access that), but it gives you the most engaged slice. Search for newsletter names on LinkedIn and look at who's reposting or commenting.
From the ICP's disqualifier list, translate each into a checkable filter rule. These are the gates to run BEFORE adding any name to the list.
Format each as:
Examples:
This skill outputs a sourcing PLAN. It does NOT execute the searches. To run the LinkedIn search, paste the filters into Sales Navigator manually. To pull lookalike sources, use whatever scraping or research tools you have. A future version will pair this skill with an MCP-based search tool.
If you have a web search MCP installed (e.g., a Brave Search MCP, a SerpAPI MCP, or a Sales Nav-specific MCP), you can use this skill's output as the brief for that tool.
Building a single audience is doable manually in a few hours. Maintaining 5-10 segmented audiences with regular refreshes is operational work - new hires, departures, and company changes mean lists decay fast. Tools like Clay, Apollo, and ReachRobin's prospect-campaign features automate the maintenance layer. The skill is the brief; the tool is the execution layer.
/plugin marketplace add ReachRobin/skills
/plugin install skills Copy the skill file and paste it into any LLM tool as a system prompt or custom instruction.
Download audience-builder.md{
"mcpServers": {
"rr": {
"transport": "http",
"url": "https://mcp.reachrobin.com/api/mcp",
"headers": { "Authorization": "Bearer YOUR_TOKEN" }
}
}
} Get your token at app.reachrobin.com/dashboard/settings/mcp-tokens.